Home
last modified time | relevance | path

Searched refs:full (Results 1 – 14 of 14) sorted by relevance

/xnu-8019.80.24/iokit/DriverKit/
H A DIODataQueueDispatchSource.iig75 …* @brief As a producer, set the handler block to run when the queue becomes non-full, after …
140 * kIOReturnOverrun if the queue was full.
167 * kIOReturnOverrun if the queue was full.
/xnu-8019.80.24/osfmk/i386/
H A Dpcb.c152 get_thread_state64(thread_t thread, void *ts, boolean_t full);
158 set_thread_state64(thread_t thread, void *ts, boolean_t full);
689 set_thread_state64(thread_t thread, void *state, int full) in set_thread_state64() argument
694 if (full == TRUE) { in set_thread_state64()
733 if (full == FALSE) { in set_thread_state64()
781 get_thread_state64(thread_t thread, void *state, boolean_t full) in get_thread_state64() argument
786 if (full == TRUE) { in get_thread_state64()
816 if (full == TRUE) { in get_thread_state64()
/xnu-8019.80.24/bsd/crypto/doc/
H A DKernelCrypto.txt82 ALTERNATIVELY, provided that this notice is retained in full, this product
112 ALTERNATIVELY, provided that this notice is retained in full, this product
/xnu-8019.80.24/libsyscall/mach/
H A Derr_server.sub52 "(server/env_mgr) port table full",
234 "(server/xkernel) map full",
/xnu-8019.80.24/tests/
H A Dpoll_select_kevent_paired_fds.c877 WR_DECL(desc_name, fd_pair, full, "the full string", FULL_WRITE, \
H A Dhvtest_x86.m1707 /* One for all writes to 0xcd (ignoring queue full errors). */
1713 /* One for writes to 0xef asking for exits when the queue is full. */
H A Dstackshot_tests.m332 T_LOG("taking full stackshot");
780 T_DECL(exec, "test getting full task snapshots for a task that execs")
1182 T_LOG("taking full stackshot");
/xnu-8019.80.24/makedefs/
H A DMakeInc.cmd121 # must resolve these to a full path and override SDKROOT.
H A DMakeInc.def510 # full for KASAN). This implies that we cannot use CFLAGS_$(CURRENT_KERNEL_CONFIG), because
/xnu-8019.80.24/config/
H A DMASTER643 # configuration option for full, partial, or no kernel debug event tracing
/xnu-8019.80.24/doc/
H A Dallocators.md257 defaults to using full VA sequestering (see below).
H A Dsched_clutch_edge.md283 …mber of CPUs in the cluster; so a cluster's shared resource is considered full if there are "n" ru…
/xnu-8019.80.24/
H A DAPPLE_LICENSE321 continue in full force and effect. (b) Notwithstanding the foregoing,
/xnu-8019.80.24/bsd/net/
H A Dif_bridge.c6486 bridge_rtflush(struct bridge_softc *sc, int full)
6493 if (full || (brt->brt_flags & IFBAF_TYPEMASK) == IFBAF_DYNAMIC) {
6530 bridge_rtdelete(struct bridge_softc *sc, struct ifnet *ifp, int full)
6537 if (brt->brt_ifp == ifp && (full ||