Searched refs:SIZE (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/dev/ |
| H A D | monotonic.c | 431 #define MT_SYSCTL(NAME, ARG, FLAGS, SIZE, SIZESTR, DESC) \ argument 434 (void *)(ARG), SIZE, mt_sysctl, SIZESTR, DESC)
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsm_subs.h | 282 #define nfsm_chain_check_size(E, NMC, SIZE) \ argument 285 if ((NMC)->nmc_left < (SIZE)) { \ 286 (E) = nfsm_chain_new_mbuf((NMC), (SIZE)); \ 287 if (!(E) && ((NMC)->nmc_left < (SIZE))) \
|
| H A D | nfs_subs.c | 1763 NFS_BITMAP_COPY_ATTR(nvap, npnvap, SIZE, size); in nfs_loadattrcache()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | kalloc.c | 201 #define KZC_ENTRY(SIZE, caching) { \ argument 203 .kzc_size = (SIZE), \ 204 .kzc_name = "kalloc." #SIZE \
|
| /xnu-8019.80.24/config/ |
| H A D | MASTER | 44 # SYSTEM SIZE CONFIGURATION (select exactly one)
|