Searched refs:SIZE (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | machine.c | 1574 const size_t SIZE = 16; in ml_io_timeout_test() local 1581 const uintptr_t iovaddr_base2 = iovaddr_base1 + SIZE; in ml_io_timeout_test() 1582 const uintptr_t vaddr1 = iovaddr_base1 + SIZE / 2; in ml_io_timeout_test() 1583 const uintptr_t vaddr2 = iovaddr_base2 + SIZE / 2; in ml_io_timeout_test() 1587 const vm_offset_t paddr1 = iopaddr_base1 + SIZE / 2; in ml_io_timeout_test() 1588 const vm_offset_t paddr2 = iopaddr_base2 + SIZE / 2; in ml_io_timeout_test() 1636 err = ml_io_reset_timeouts(iovaddr_base2 + SIZE, SIZE); in ml_io_timeout_test() 1639 err = ml_io_reset_timeouts(iovaddr_base1, SIZE); in ml_io_timeout_test() 1646 err = ml_io_reset_timeouts(iovaddr_base1, SIZE); in ml_io_timeout_test() 1649 err = ml_io_reset_timeouts(iovaddr_base2, SIZE); in ml_io_timeout_test() [all …]
|
| /xnu-11215/bsd/nfs/ |
| H A D | nfsm_subs.h | 257 #define nfsm_chain_check_size(E, NMC, SIZE) \ argument 260 if ((NMC)->nmc_left < (SIZE)) { \ 261 (E) = nfsm_chain_new_mbuf((NMC), (SIZE)); \ 262 if (!(E) && ((NMC)->nmc_left < (SIZE))) \
|
| /xnu-11215/bsd/dev/ |
| H A D | monotonic.c | 435 #define MT_SYSCTL(NAME, ARG, FLAGS, SIZE, SIZESTR, DESC) \ argument 438 (void *)(ARG), SIZE, mt_sysctl, SIZESTR, DESC)
|
| /xnu-11215/config/ |
| H A D | MASTER | 44 # SYSTEM SIZE CONFIGURATION (select exactly one)
|