Loading...
Defined in 7 files as a variable:
- iokit/Kernel/IOCatalogue.cpp, line 510 (as a variable)
- osfmk/kern/smr.c, line 2308 (as a variable)
- osfmk/kern/smr.c, line 3152 (as a variable)
- tests/bounded_ptr_src/ctor.begin_end.cpp, line 94 (as a variable)
- tests/bounded_ptr_src/example.malloc.cpp, line 53 (as a variable)
- tests/safe_allocation_src/ctor.allocate.cpp, line 62 (as a variable)
- tests/vm/vm_ranges.c, line 523 (as a variable)
Defined in 10 files as a member:
- bsd/net/pfvar.h, line 1960 (as a member)
- bsd/net/pfvar.h, line 1967 (as a member)
- bsd/net/pfvar.h, line 1973 (as a member)
- bsd/netinet/dhcp_options.h, line 176 (as a member)
- bsd/sys/fsctl.h, line 415 (as a member)
- bsd/sys/imgact.h, line 123 (as a member)
- bsd/sys/sem.h, line 180 (as a member)
- bsd/sys/sem_internal.h, line 103 (as a member)
- libkern/libkern/c++/OSOrderedSet.h, line 131 (as a member)
- osfmk/kern/ipc_tt.c, line 871 (as a member)
Referenced in 118 files:
- bsd/kern/kern_exec.c, 3 times
- bsd/kern/qsort.c, 2 times
- bsd/kern/sysv_sem.c, 2 times
- bsd/net/if_bond.c, 5 times
- bsd/net/pf_ioctl.c, 3 times
- bsd/netinet/dhcp_options.c, 11 times
- bsd/skywalk/channel/channel_kern.c, 3 times
- bsd/skywalk/channel/os_channel.h, line 639
- bsd/skywalk/packet/os_packet.h, 5 times
- bsd/skywalk/packet/pbufpool.c, 27 times
- bsd/skywalk/packet/pbufpool_kern.c, 14 times
- bsd/skywalk/packet/pbufpool_var.h, 2 times
- bsd/sys/kpi_private.h, line 44
- bsd/vfs/vfs_fsevents.c, line 206
- bsd/vfs/vfs_subr.c, line 192
- iokit/DriverKit/bounded_array_ref.h, 2 times
- iokit/IOKit/IOCatalogue.h, line 116
- iokit/IOKit/IOLib.h, 2 times
- iokit/IOKit/IOService.h, line 1361
- iokit/IOKit/IOUserServer.h, line 244
- iokit/IOKit/pwr_mgt/RootDomain.h, 2 times
- iokit/Kernel/IOCatalogue.cpp, 47 times
- iokit/Kernel/IODeviceMemory.cpp, 7 times
- iokit/Kernel/IODeviceTreeSupport.cpp, 11 times
- iokit/Kernel/IOKitDebug.cpp, line 227
- iokit/Kernel/IOMemoryDescriptor.cpp, 5 times
- iokit/Kernel/IOPMrootDomain.cpp, 37 times
- iokit/Kernel/IORangeAllocator.cpp, 6 times
- iokit/Kernel/IORegistryEntry.cpp, 31 times
- iokit/Kernel/IOService.cpp, 40 times
- iokit/Kernel/IOUserClient.cpp, 14 times
- iokit/Kernel/IOUserServer.cpp, 20 times
- iokit/System/OSUnserializeXMLSharedImplementation.h, 9 times
- iokit/Tests/TestCollections.cpp, 17 times
- iokit/Tests/Tests.cpp, 28 times
- libkern/c++/OSArray.cpp, 34 times
- libkern/c++/OSDictionary.cpp, 5 times
- libkern/c++/OSKext.cpp, 5 times
- libkern/c++/OSOrderedSet.cpp, 23 times
- libkern/c++/OSSerializeBinary.cpp, 18 times
- libkern/c++/OSSet.cpp, 6 times
- libkern/c++/OSSymbol.cpp, 2 times
- libkern/kxld/kxld_array.c, 104 times
- libkern/kxld/kxld_array.h, 10 times
- libkern/kxld/kxld_util.h, 3 times
- libkern/kxld/tests/kxld_array_test.c, 29 times
- libkern/libkern/c++/OSArray.h, 3 times
- libkern/libkern/c++/OSSet.h, 3 times
- libkern/libkern/c++/OSSymbol.h, line 430
- libkern/libkern/c++/OSUnserializeXMLSharedImplementation.h, 9 times
- libkern/libkern/c++/bounded_array_ref.h, 2 times
- osfmk/arm64/arm64_hypercall.c, 3 times
- osfmk/i386/cpu_topology.c, line 43
- osfmk/ipc/ipc_hash.c, 9 times
- osfmk/kern/btlog.c, 8 times
- osfmk/kern/ipc_tt.c, line 880
- osfmk/kern/kalloc.h, 39 times
- osfmk/kern/smr.c, 23 times
- osfmk/kern/smr_hash.h, 22 times
- osfmk/kern/zalloc.c, 10 times
- osfmk/vm/vm_map.c, 3 times
- tests/bounded_array_ref_src/begin_end.cpp, 4 times
- tests/bounded_array_ref_src/compare.equal.nullptr.cpp, 2 times
- tests/bounded_array_ref_src/ctor.C_array.cpp, 13 times
- tests/bounded_array_ref_src/ctor.begin_end.cpp, 11 times
- tests/bounded_array_ref_src/ctor.bounded_array.cpp, 16 times
- tests/bounded_array_ref_src/ctor.bounded_ptr.cpp, 13 times
- tests/bounded_array_ref_src/ctor.raw_ptr.cpp, 11 times
- tests/bounded_array_ref_src/data.cpp, 9 times
- tests/bounded_array_ref_src/for_loop.cpp, 2 times
- tests/bounded_array_ref_src/operator.bool.cpp, 2 times
- tests/bounded_array_ref_src/operator.subscript.cpp, 2 times
- tests/bounded_array_ref_src/size.cpp, 5 times
- tests/bounded_array_ref_src/slice.cpp, 47 times
- tests/bounded_array_src/begin_end.cpp, 20 times
- tests/bounded_array_src/ctor.aggregate_init.cpp, 16 times
- tests/bounded_array_src/ctor.default.cpp, 22 times
- tests/bounded_array_src/data.cpp, 8 times
- tests/bounded_array_src/for_loop.cpp, 3 times
- tests/bounded_array_src/operator.subscript.cpp, 14 times
- tests/bounded_array_src/size.cpp, 4 times
- tests/bounded_ptr_src/arith.add.cpp, 36 times
- tests/bounded_ptr_src/arith.add_assign.cpp, 62 times
- tests/bounded_ptr_src/arith.difference.cpp, 82 times
- tests/bounded_ptr_src/arith.inc_dec.cpp, 39 times
- tests/bounded_ptr_src/arith.subtract.cpp, 24 times
- tests/bounded_ptr_src/arith.subtract_assign.cpp, 62 times
- tests/bounded_ptr_src/assign.convert.cpp, 16 times
- tests/bounded_ptr_src/compare.equal.cpp, 73 times
- tests/bounded_ptr_src/compare.equal.raw.cpp, 56 times
- tests/bounded_ptr_src/compare.order.cpp, 73 times
- tests/bounded_ptr_src/compare.order.raw.cpp, 56 times
- tests/bounded_ptr_src/ctor.begin_end.cpp, 32 times
- tests/bounded_ptr_src/ctor.convert.cpp, 17 times
- tests/bounded_ptr_src/deref.cpp, 34 times
- tests/bounded_ptr_src/discard_bounds.cpp, 30 times
- tests/bounded_ptr_src/example.malloc.cpp, 7 times
- tests/bounded_ptr_src/reinterpret_cast.cpp, 11 times
- tests/bounded_ptr_src/subscript.cpp, 51 times
- tests/bounded_ptr_src/unsafe_discard_bounds.cpp, 34 times
- tests/safe_allocation_src/assign.nullptr.cpp, 10 times
- tests/safe_allocation_src/begin_end.cpp, 14 times
- tests/safe_allocation_src/compare.equal.nullptr.cpp, 10 times
- tests/safe_allocation_src/ctor.adopt.cpp, 7 times
- tests/safe_allocation_src/ctor.allocate.cpp, 13 times
- tests/safe_allocation_src/ctor.allocate_zero.cpp, 9 times
- tests/safe_allocation_src/ctor.default.cpp, 15 times
- tests/safe_allocation_src/ctor.nullptr.cpp, 20 times
- tests/safe_allocation_src/data.cpp, 6 times
- tests/safe_allocation_src/dtor.cpp, 2 times
- tests/safe_allocation_src/operator.bool.cpp, 6 times
- tests/safe_allocation_src/operator.subscript.cpp, 9 times
- tests/safe_allocation_src/size.cpp, 8 times
- tests/safe_allocation_src/usage.for_loop.cpp, 3 times
- tests/safe_allocation_src/usage.two_dimensions.cpp, 4 times
- tests/task_vm_info_decompressions.c, 6 times
- tests/vm/vm_ranges.c, 3 times
- tests/vsock.c, 3 times