Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/iokit/Kernel/
H A DIOHibernateRestoreKernel.c197 bool leading = true; in uart_putdec() local
201 leading = false; in uart_putdec()
203 } else if (leading && (pos != 1)) { in uart_putdec()
215 bool leading = true; in uart_puthex() local
220 leading = false; in uart_puthex()
221 } else if (leading && bit) { in uart_puthex()
/xnu-12377.1.9/doc/mach_ipc/
H A Dguard_exceptions.md86 to the port wasn't reset to `MACH_PORT_NULL`, leading to eventual over-releases.
173 `thread_set_state()` interface, or any interface leading to it (such as trying
344 These correspond to cases leading to the `KERN_INVALID_RIGHT` or
359 These correspond to cases leading to the `KERN_INVALID_NAME` error code of most
383 These correspond to cases leading to the `KERN_INVALID_VALUE` error code of most
/xnu-12377.1.9/bsd/nfs/gss/
H A Dgss_krb5_mech.c392 size_t leading = mbuf_leadingspace(*chain); in gss_prepend_mbuf() local
397 if (size > leading && size <= leading + trailing) { in gss_prepend_mbuf()
398 data = memmove(data + size - leading, data, mlen); in gss_prepend_mbuf()
/xnu-12377.1.9/bsd/man/man2/
H A Dgetdirentriesattr.2128 As each group starts with a leading
/xnu-12377.1.9/doc/debugging/
H A Ddebugging.md19 * New imports may change the order of imports, leading to some surpising side effects.
/xnu-12377.1.9/doc/scheduler/
H A Dsched_clutch_edge.md10 …y at the same or lower priority band causing decay for the App/UI thread leading to poor performan…
286 … at which it begins the search for a candidate CPU of the opposite type, leading to a fair distrib…