Home
last modified time | relevance | path

Searched defs:_oi (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/mem/
H A Dskmem_cache_var.h196 #define SKMEM_OBJ_ADDR(_oi) (_oi)->oi_addr argument
197 #define SKMEM_OBJ_BUFCTL(_oi) (_oi)->oi_bc argument
198 #define SKMEM_OBJ_SIZE(_oi) (_oi)->oi_size argument
199 #define SKMEM_OBJ_IDX_REG(_oi) (_oi)->oi_idx_reg argument
200 #define SKMEM_OBJ_IDX_SEG(_oi) (_oi)->oi_idx_seg argument
202 #define SKMEM_OBJ_SEG(_oi) (_oi)->oi_bc->bc_slab->sl_seg argument
204 #define SKMEM_OBJ_ROFF(_oi) \ argument
/xnu-8019.80.24/bsd/skywalk/packet/
H A Dpbufpool.c528 struct skmem_obj_info _oi, _oim; in pp_metadata_ctor_common() local