Home
last modified time | relevance | path

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

/xnu-12377.61.12/doc/vm/
H A Dmemorystatus_notify.md7 Handlers can be registered for pressure and limit notifications via the
108 limit), it will notify registered process via `NOTE_MEMORYSTATUS_LOW_SWAP` /
/xnu-12377.61.12/osfmk/i386/
H A DpmCPU.c911 static boolean_t registered = FALSE; in pmReSyncDeadlines() local
913 if (!registered) { in pmReSyncDeadlines()
915 registered = TRUE; in pmReSyncDeadlines()
/xnu-12377.61.12/doc/lifecycle/
H A Dstartup.md149 - `kmem_range_startup_init`: Initialize data structures associated wiht ranges registered via
153 - `kmem_range_init`: Shuffle and initialize ranges that have been registered up to now
/xnu-12377.61.12/libsyscall/mach/
H A Derr_server.sub165 "(server/sunrpc) remote program not registered",
242 "(server/xkernel) event not registered",
/xnu-12377.61.12/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.defs324 * reference to the previously registered port.
H A Dthread_act.defs415 * Calls thread_set_exception_ports on thread using a previously registered
/xnu-12377.61.12/tools/lldbmacros/
H A DREADME.md141 cmd_args : shell like arguments that are passed as is to the registered python function.
210 for registered summaries. We can define python functions and hook it up with lldb as callbacks for …
217 …_zone as (zone_t) 0xd007c000 wouldnt have been much help. But with the registered summary for zone…
219 You do not need to do anything special to use summaries. Once they are registered with lldb they sh…
220 see all the registered type summaries run the command `type summary list -w kernel` on lldb prompt.
/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp712 bool registered = false; in RegisterServiceInTree() local
750 registered = true; in RegisterServiceInTree()
754 return registered; in RegisterServiceInTree()
/xnu-12377.61.12/osfmk/tests/
H A DREADME.md107 …his callout can then determine if testing was enabled and has a widget registered for checking pan…
/xnu-12377.61.12/bsd/net/
H A Dnetwork_agent.c2725 uint32_t registered = in netagent_set_flags() local
2727 flags |= registered; in netagent_set_flags()