Home
last modified time | relevance | path

Searched refs:cpx_size (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cprotect.c96 cpx_size(size_t key_len) in cpx_size() function
107 return cpx_size(cpx->cpx_max_key_len); in cpx_sizex()
120 size_t cpsize = cpx_size(key_len); in cpx_alloc()
138 MALLOC(cpx, cpx_t, cpx_size(key_len), M_TEMP, M_WAITOK); in cpx_alloc()
252 *PTR_ADD(uint32_t *, cpx, cpx_size(key_len) - 4) = cpx_magic2; in cpx_init()
/xnu-8019.80.24/bsd/sys/
H A Dcprotect.h188 __attribute__((const)) size_t cpx_size(size_t key_len);