Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c194 static const int SIZEOF_OBJ[MAX_OBJ_TYPE_FOR_SIZE] = { variable
1708 obj = (isns_obj_t *)calloc(1, SIZEOF_OBJ[type]); in obj_calloc()