Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/mem/
H A Dskmem_cache_var.h207 #define SKMEM_OBJ_ADDR(_oi) (_oi)->oi_addr argument
208 #define SKMEM_OBJ_BUFCTL(_oi) (_oi)->oi_bc argument
209 #define SKMEM_OBJ_SIZE(_oi) (_oi)->oi_size argument
210 #define SKMEM_OBJ_IDX_REG(_oi) (_oi)->oi_idx_reg argument
211 #define SKMEM_OBJ_IDX_SEG(_oi) (_oi)->oi_idx_seg argument
213 #define SKMEM_OBJ_SEG(_oi) (_oi)->oi_bc->bc_slab->sl_seg argument
215 #define SKMEM_OBJ_ROFF(_oi) \ argument
/xnu-12377.61.12/bsd/skywalk/packet/
H A Dpbufpool.c647 struct skmem_obj_info _oi, _oim; in pp_metadata_ctor_common() local