Searched refs:bound (Results 1 – 13 of 13) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | vsock_domain.h | 40 LIST_ENTRY(vsockpcb) bound; 63 LIST_HEAD(, vsockpcb) bound;
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | vsock_domain.c | 75 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() 1383 LIST_INIT(&vsockinfo.bound); in vsock_init()
|
| /xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccrng.h | 72 int ccrng_uniform(struct ccrng_state *rng, uint64_t bound, uint64_t *rand);
|
| /xnu-8019.80.24/osfmk/x86_64/ |
| H A D | loose_ends.c | 961 addr64_t bound = (pa + count + linesize - 1) & ~(linesize - 1); in dcache_incoherent_io_store64() local 965 while (pa < bound) { in dcache_incoherent_io_store64() 986 addr64_t bound = (addr + count + linesize - 1) & ~(linesize - 1); in flush_dcache64() local 988 while (addr < bound) { in flush_dcache64()
|
| /xnu-8019.80.24/osfmk/prng/ |
| H A D | entropy.c | 341 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-8019.80.24/makedefs/ |
| H A D | MakeInc.cmd | 273 BOUND_ATTRIBUTES_CHECK = $(SRCROOT)/SETUP/bound-attributes-check.pl 274 STRIP_BOUND_ATTRIBUTES = $(SRCROOT)/SETUP/strip-bound-attributes.sed
|
| H A D | MakeInc.def | 373 # bound-checking support 387 $(error "your toolchain doesn't support bound checking") 495 UBSAN_CHECKS_TRAP = vla-bound builtin # emit a trap instruction (no runtim…
|
| H A D | MakeInc.rule | 89 $(ERR) bound attribute stripping failure for $$<; \
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | mach_port.c | 242 ipc_entry_num_t bound; in mach_port_names() local 256 bound = is_active_table(space)->ie_size; in mach_port_names() 258 (bound * sizeof(mach_port_name_t)), in mach_port_names()
|
| /xnu-8019.80.24/doc/ |
| H A D | xnu_build_consolidation.md | 115 following macros have been added to provide a reasonably close upper bound:
|
| H A D | sched_clutch_edge.md | 111 The per-bucket thread quantum allows the scheduler to bound the worst case execution latency for a …
|
| /xnu-8019.80.24/osfmk/conf/ |
| H A D | files | 155 osfmk/kern/page_decrypt.c standard bound-checks
|
| /xnu-8019.80.24/ |
| H A D | APPLE_LICENSE | 5 By downloading or using this software, you are agreeing to be bound by
|