| /xnu-11215/libkern/firehose/ |
| H A D | tracepoint_private.h | 50 firehose_tracepoint_flags_t _flags; member 94 ._flags = flags, \ 105 ((tid).ftid._flags & _firehose_tracepoint_flags_pc_style_mask) 109 _tmp_tid.ftid._flags &= ~_firehose_tracepoint_flags_pc_style_mask; \ 110 _tmp_tid.ftid._flags |= _firehose_tracepoint_flags_pc_style_##flag; \ 114 ((tid).ftid._flags & _firehose_tracepoint_flags_##ns##_##flag) 116 ((void)((tid).ftid._flags |= _firehose_tracepoint_flags_##ns##_##flag)) 118 ((void)((tid).ftid._flags &= ~_firehose_tracepoint_flags_##ns##_##flag))
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 2217 _flags = (_flags & ~kIOMemoryTypeMask) | type | kIOMemoryAsReference; in initWithOptions() 2473 return _flags; in getFlags() 2554 if (kIOMemoryRemote & _flags) { in readBytes() 2623 if (kIOMemoryRemote & _flags) { in writeBytes() 3651 if (kIOMemoryRemote & _flags) { in setPurgeable() 3732 if (kIOMemoryRemote & _flags) { in setOwnership() 3757 if (kIOMemoryRemote & _flags) { in setOwnership() 3833 if (kIOMemoryRemote & _flags) { in getPageCounts() 3903 if (kIOMemoryRemote & _flags) { in performOperation() 4599 if (kIOMemoryRemote & _flags) { in dmaMap() [all …]
|
| H A D | IOInterleavedMemoryDescriptor.cpp | 77 _flags = direction; in initWithCapacity() 79 _direction = (IODirection) (_flags & kIOMemoryDirectionMask); in initWithCapacity() 116 _flags = (_flags & ~kIOMemoryDirectionMask) | direction; in clearMemoryDescriptors() 118 _direction = (IODirection) (_flags & kIOMemoryDirectionMask); in clearMemoryDescriptors()
|
| H A D | IOMultiMemoryDescriptor.cpp | 103 _flags = withDirection; in initWithDescriptors() 105 _direction = (IODirection) (_flags & kIOMemoryDirectionMask); in initWithDescriptors() 138 copyFlags = (kCopyFlags & descriptors[index]->_flags); in initWithDescriptors() 139 } else if (copyFlags != (kCopyFlags & descriptors[index]->_flags)) { in initWithDescriptors() 146 _flags |= copyFlags; in initWithDescriptors() 293 if ((map == kernel_map) && (kIOMemoryBufferPageable & _flags)) { in doMap() 310 if ((ref.map == kernel_map) && (kIOMemoryBufferPageable & _flags)) { in doMap()
|
| H A D | IOSubMemoryDescriptor.cpp | 99 _flags = direction; in initSubRange() 100 _flags |= kIOMemoryThreadSafe; in initSubRange() 103 _direction = (IODirection) (_flags & kIOMemoryDirectionMask); in initSubRange()
|
| H A D | IOBufferMemoryDescriptor.cpp | 231 _flags = kIOMemoryAsReference; in initWithPhysicalMask() 678 IOOptionBits flags = _flags; in free() 812 _flags = (_flags & ~kIOMemoryDirectionMask) | direction; in setDirection() 814 _direction = (IODirection) (_flags & kIOMemoryDirectionMask); in setDirection() 855 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask)) { in getBytesNoCopy() 877 if (kIOMemoryTypePhysical64 == (_flags & kIOMemoryTypeMask)) { in getBytesNoCopy()
|
| H A D | IOUserServer.cpp | 673 state->options = _flags; in _CopyState_Impl()
|
| /xnu-11215/bsd/skywalk/packet/ |
| H A D | os_packet_private.h | 188 uint8_t _flags; member 216 #define flow_tcp_flags flow_l4._l4_tcp._flags 462 #define _KQUM_CTOR(_kqum, _flags, _len, _baddr, _bidx, _dlim, _qidx) do { \ argument 465 (_kqum)->qum_qflags = (_flags); \ 473 #define _KQUM_INIT(_kqum, _flags, _len, _qidx) do { \ argument 476 (_kqum)->qum_qflags = (_flags); \
|
| H A D | packet_var.h | 236 #define KQUM_INIT(_kqum, _flags) do { \ argument 241 QUM_F_KERNEL_ONLY : 0) | _flags, 0, METADATA_IDX(_kqum)); \ 560 #define KPKT_INIT(_pk, _flags) do { \ argument 561 KQUM_INIT(&(_pk)->pkt_qum, _flags); \
|
| /xnu-11215/EXTERNAL_HEADERS/image4/ |
| H A D | trust.h | 237 _manifest, _manifest_len, _flags) \ argument 244 (_flags), \
|
| /xnu-11215/libkdd/ |
| H A D | kcdata_core.m | 336 uint64_t _flags = 0; 386 _flags = kcdata_iter_flags(iter);
|
| /xnu-11215/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_classifier.c | 149 _CASSERT((offsetof(struct __flow_l4_tcp, _flags) - in flow_pkt_classify()
|
| H A D | flow_agg.c | 1611 #define __RX_AGG_CHAN_DROP_SOURCE_PACKET(_pkt, _reason, _flags) do { \ in flow_rx_agg_channel() argument 1612 pp_drop_packet_single(_pkt, fsw->fsw_ifp, _flags, _reason, __func__, __LINE__); \ in flow_rx_agg_channel() 1985 #define __RX_AGG_HOST_DROP_SOURCE_PACKET(_pkt, _reason, _flags) do { \ in flow_rx_agg_host() argument 1988 pp_drop_packet_single(_pkt, fsw->fsw_ifp, _flags, _reason, __func__, __LINE__); \ in flow_rx_agg_host()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | log.py | 84 flag_id = unsigned(self._ftid.ftid._flags)
|
| /xnu-11215/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 309 #define dp_drop_pktq(fsw, pktq, outgoing, _reason, line, _flags) do { \ argument 328 dropfunc(SK_PKT2PH(kpkt), _reason, __func__, line, _flags, \ 335 #define dp_drop_pkt_single(fsw, pkt, outgoing, _reason, _flags) do { \ argument 344 dropfunc(SK_PKT2PH(pkt), _reason, __func__, __LINE__, _flags, \ 349 #define dp_drop_pkt_chain(pkt, outgoing, _reason, _flags) do { \ argument 359 dropfunc(SK_PKT2PH(pkt), _reason, __func__, __LINE__, _flags, \
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMemoryDescriptor.h | 297 IOOptionBits _flags; variable
|