Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dhtable.c699 int *update_p in htab_add() argument
720 update_p == NULL ? 1 : 0); in htab_add()
722 if (update_p != NULL) { in htab_add()
723 *update_p = 1; in htab_add()
732 if (update_p != NULL) { in htab_add()
733 *update_p = 0; in htab_add()
H A Dcache.c396 cache_add(isns_obj_t *obj, int flag, uint32_t *uid_p, int *update_p) in cache_add() argument
398 return (htab_add(imc->t[obj->type], obj, flag, uid_p, update_p)); in cache_add()
H A Dobj.c2947 int *update_p in register_object() argument
2950 return (cache_add(obj, 0, uid_p, update_p)); in register_object()