Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/isns/isnsd/
H A Dcache.c422 int *update_p in cache_add() argument
425 return (htab_add(imc->t[obj->type], obj, flag, uid_p, update_p)); in cache_add()
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 Dobj.c2940 int *update_p in register_object() argument
2943 return (cache_add(obj, 0, uid_p, update_p)); in register_object()