Home
last modified time | relevance | path

Searched refs:registered (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.41.9/osfmk/i386/
H A DpmCPU.c905 static boolean_t registered = FALSE; in pmReSyncDeadlines() local
907 if (!registered) { in pmReSyncDeadlines()
909 registered = TRUE; in pmReSyncDeadlines()
/xnu-8792.41.9/libsyscall/mach/
H A Derr_server.sub165 "(server/sunrpc) remote program not registered",
242 "(server/xkernel) event not registered",
/xnu-8792.41.9/osfmk/mach/
H A Dmach_port.defs277 * registered, it is returned. The msgid must be one of:
302 * If the name is deleted before a successfully registered notification
449 * registered with the named receive right.
H A Dhost_priv.defs331 * reference to the previously registered port.
/xnu-8792.41.9/tools/lldbmacros/
H A DREADME.md135 cmd_args : shell like arguments that are passed as is to the registered python function.
204 for registered summaries. We can define python functions and hook it up with lldb as callbacks for …
211 …_zone as (zone_t) 0xd007c000 wouldnt have been much help. But with the registered summary for zone…
213 You do not need to do anything special to use summaries. Once they are registered with lldb they sh…
214 see all the registered type summaries run the command `type summary list -w kernel` on lldb prompt.
/xnu-8792.41.9/iokit/Kernel/
H A DIOPlatformExpert.cpp712 bool registered = false; in RegisterServiceInTree() local
750 registered = true; in RegisterServiceInTree()
754 return registered; in RegisterServiceInTree()
/xnu-8792.41.9/osfmk/tests/
H A DREADME.md107 …his callout can then determine if testing was enabled and has a widget registered for checking pan…
/xnu-8792.41.9/bsd/net/
H A Dnetwork_agent.c2351 uint32_t registered = in netagent_set_flags() local
2353 flags |= registered; in netagent_set_flags()
/xnu-8792.41.9/doc/
H A Ddebugging.md84 The result is that we have non-unicode literal being registered with unicode API in Python 3.