Home
last modified time | relevance | path

Searched defs:root (Results 1 – 20 of 20) sorted by relevance

/xnu-8020.101.4/iokit/Kernel/
H A DIOStartIOKit.cpp96 IORegistryEntry * root; in iokit_post_constructor_init() local
212 IORegistryEntry * root = IORegistryEntry::getRegistryRoot(); in IORegistrySetOSBuildVersion() local
H A DIORegistryEntry.cpp1229 IORegistryEntry * root; in getPath() local
2315 IORegistryIterator::iterateOver( IORegistryEntry * root, in iterateOver()
H A DIOServicePM.cpp1211 IOService * root; in handleRegisterPowerDriver() local
7483 IOPMRequest * root = active->getRootRequest(); in acquirePMRequest() local
7600 IOPMRequest * root = request->getRootRequest(); in actionPMCompletionQueue() local
8530 IOPMRequest::attachRootRequest( IOPMRequest * root ) in attachRootRequest()
H A DIOService.cpp1030 IORegistryEntry * root = getRegistryRoot(); in registerService() local
4285 IOServicePH::init(IOPMrootDomain * root) in init()
5066 IOService::setRootMedia(IOService * root) in setRootMedia()
7593 OSDictionary * root = table; in matchPassive() local
H A DIOUserClient.cpp3180 io_object_t *root ) in is_io_registry_get_root_entry()
3721 OSCollection * root; member
H A DIOPMrootDomain.cpp1071 IOPMrootDomain *root; in construct() local
10135 notifySystemShutdown( IOService * root, uint32_t messageType ) in notifySystemShutdown()
/xnu-8020.101.4/bsd/miscfs/bindfs/
H A Dbind_subr.c252 …uct vnode * lowervp, struct vnode * dvp, struct vnode ** vpp, struct componentname * cnp, int root) in bind_getnewvnode()
299 …uct vnode * lowervp, struct vnode * dvp, struct vnode ** vpp, struct componentname * cnp, int root) in bind_nodeget()
/xnu-8020.101.4/bsd/miscfs/nullfs/
H A Dnull_subr.c258 …uct vnode * lowervp, struct vnode * dvp, struct vnode ** vpp, struct componentname * cnp, int root) in null_getnewvnode()
305 …uct vnode * lowervp, struct vnode * dvp, struct vnode ** vpp, struct componentname * cnp, int root) in null_nodeget()
/xnu-8020.101.4/tools/lldbmacros/core/
H A Dkernelcore.py257 def IterateSchedPriorityQueue(root, element_type, field_name): argument
280 def SchedPriorityStableQueueRootPri(root, element_type, field_name): argument
294 def IterateMPSCQueue(root, element_type, field_name): argument
/xnu-8020.101.4/libkern/libkern/
H A Dtree.h91 #define SPLAY_INITIALIZER(root) \ argument
94 #define SPLAY_INIT(root) do { \ argument
344 #define RB_INITIALIZER(root) \ argument
347 #define RB_INIT(root) do { \ argument
/xnu-8020.101.4/pexpert/gen/
H A Dpe_gen.c91 DTEntry root; in pe_init_debug() local
H A Ddevice_tree.c150 skipTree(RealDTEntry root) in skipTree()
/xnu-8020.101.4/iokit/IOKit/
H A DIORegistryEntry.h1037 IORegistryEntry * root; variable
/xnu-8020.101.4/libkern/zlib/
H A Dinftrees.c67 unsigned root; /* number of index bits for root table */ in inflate_table() local
/xnu-8020.101.4/tests/iokit/
H A Dioserviceusernotification_race.c31 io_registry_entry_t root = IO_OBJECT_NULL; //must release in ioclasscount() local
/xnu-8020.101.4/bsd/netinet/
H A Dflow_divert.h79 uint16_t root; member
/xnu-8020.101.4/bsd/dev/dtrace/scripts/
H A Ddarwin.d345 inline string root = curproc->p_fd.fd_rdir == NULL ? "/" : variable
/xnu-8020.101.4/osfmk/i386/
H A Dcpu_threads.c276 x86_cpu_cache_t *root = NULL; in x86_cache_list() local
/xnu-8020.101.4/iokit/bsddev/
H A DIOKitBSDInit.cpp643 dev_t * root, u_int32_t * oflags ) in IOFindBSDRoot()
/xnu-8020.101.4/tools/lldbmacros/
H A Dmemory.py50 def GetZPerCPU(root, cpu, element_type = None): argument
65 def IterateZPerCPU(root, element_type = None): argument