Searched defs:node (Results 26 – 36 of 36) sorted by relevance
12
| /xnu-8792.41.9/tools/trace/ |
| H A D | parse_ipc_trace.py | 427 def print_dot_node(self, ofile, node): argument
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | zalloc.c | 1885 zba_node_parent(size_t node) in zba_node_parent() 1891 zba_node_left_child(size_t node) in zba_node_left_child() 1897 zba_node_buddy(size_t node) in zba_node_buddy() 1910 zba_chain_for_node(struct zone_bits_allocator_header *zbah, size_t node, uint32_t order) in zba_chain_for_node() 1917 zba_node_flip_split(struct zone_bits_allocator_header *zbah, size_t node) in zba_node_flip_split() 1923 zba_node_is_split(struct zone_bits_allocator_header *zbah, size_t node) in zba_node_is_split() 1933 size_t node = zba_node(addr, order); in zba_free() local 1969 size_t node; in zba_init_chunk() local 2002 size_t node; in zba_alloc() local 10614 struct data { struct data *next; } *node, *list = NULL; in zone_alloc_replenish_test() local
|
| H A D | lock_mtx.c | 708 lck_mtx_mcs_t mcs, node; in lck_mtx_lock_adaptive_spin() local
|
| H A D | sched_clutch.c | 3126 pset_node_t node = &pset_node0; in sched_clutch_thread_update_scan() local
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOStatistics.cpp | 1286 IOStatistics::releaseKextNode(KextNode *node) in releaseKextNode()
|
| H A D | IOPlatformExpert.cpp | 990 IORegistryEntry *node; in PEHaltRestartInternal() local
|
| H A D | IOPMrootDomain.cpp | 9294 OSSharedPtr<IORegistryEntry> node = IORegistryEntry::fromPath( "/chosen", gIODTPlane ); in callPlatformFunction() local 10193 IOService * node; in notifySystemShutdown() local 11976 IOService * node; in getFailureData() local
|
| /xnu-8792.41.9/libkern/zlib/ |
| H A D | trees.c | 666 int node; /* new node being created */ in build_tree() local
|
| /xnu-8792.41.9/libkern/libkern/ |
| H A D | tree.h | 134 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument
|
| /xnu-8792.41.9/bsd/miscfs/devfs/ |
| H A D | devfs_vnops.c | 267 devnode_t * node = NULL; /* the node we are searching for */ in devfs_lookup() local
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | dlil.c | 10694 uuid_get_ethernet(u_int8_t *node) in uuid_get_ethernet()
|
12