Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 13 of 13) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dvsock_domain.h40 LIST_ENTRY(vsockpcb) bound;
63 LIST_HEAD(, vsockpcb) bound;
/xnu-8792.41.9/bsd/kern/
H A Dvsock_domain.c75 LIST_FOREACH(pcb, &vsockinfo.bound, bound) { in vsock_get_matching_pcb()
116 LIST_FOREACH(pcb_match, &vsockinfo.bound, bound) { in vsock_bind_address_if_free()
132 LIST_INSERT_HEAD(&vsockinfo.bound, pcb, bound); in vsock_bind_address_if_free()
223 if (!pcb->bound.le_prev) { in vsock_unbind_pcb()
231 if (!pcb->bound.le_prev) { in vsock_unbind_pcb()
237 LIST_REMOVE(pcb, bound); in vsock_unbind_pcb()
238 pcb->bound.le_next = NULL; in vsock_unbind_pcb()
239 pcb->bound.le_prev = NULL; in vsock_unbind_pcb()
631 LIST_FOREACH_SAFE(pcb, &vsockinfo.bound, bound, tmp_pcb) { in vsock_reset_transport()
1413 LIST_INIT(&vsockinfo.bound); in vsock_init()
/xnu-8792.41.9/EXTERNAL_HEADERS/corecrypto/
H A Dccrng.h72 int ccrng_uniform(struct ccrng_state *rng, uint64_t bound, uint64_t *rand);
/xnu-8792.41.9/osfmk/x86_64/
H A Dloose_ends.c953 addr64_t bound = (pa + count + linesize - 1) & ~(linesize - 1); in dcache_incoherent_io_store64() local
957 while (pa < bound) { in dcache_incoherent_io_store64()
978 addr64_t bound = (addr + count + linesize - 1) & ~(linesize - 1); in flush_dcache64() local
980 while (addr < bound) { in flush_dcache64()
/xnu-8792.41.9/osfmk/prng/
H A Dentropy.c341 add_observation(entropy_health_test_t *t, uint64_t bound) in add_observation() argument
345 if (__improbable(t->observation_count >= bound)) { in add_observation()
/xnu-8792.41.9/iokit/Tests/
H A DTests.cpp758 uLong bound; in TestZLib() local
770 bound = deflateBound(&strm, count); in TestZLib()
771 buf = IONew(uint8_t, bound); in TestZLib()
773 strm.avail_out = (uInt) bound; in TestZLib()
780 IODelete(buf, uint8_t, bound); in TestZLib()
/xnu-8792.41.9/osfmk/ipc/
H A Dmach_port.c256 ipc_entry_num_t bound; in mach_port_names() local
270 bound = ipc_entry_table_count(is_active_table(space)); in mach_port_names()
272 (bound * sizeof(mach_port_name_t)), in mach_port_names()
/xnu-8792.41.9/doc/
H A Dxnu_build_consolidation.md115 following macros have been added to provide a reasonably close upper bound:
H A Dsched_clutch_edge.md111 The per-bucket thread quantum allows the scheduler to bound the worst case execution latency for a …
/xnu-8792.41.9/osfmk/conf/
H A Dfiles150 osfmk/kern/page_decrypt.c standard bound-checks
/xnu-8792.41.9/makedefs/
H A DMakeInc.def362 # bound-checking support
486 UBSAN_CHECKS_TRAP = vla-bound builtin # emit a trap instruction (no runtim…
/xnu-8792.41.9/bsd/conf/
H A Dfiles456 #bsd/kern/uipc_syscalls.c optional sockets bound-checks
/xnu-8792.41.9/
H A DAPPLE_LICENSE5 By downloading or using this software, you are agreeing to be bound by