Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/devfsadm/
H A Ddevfsadm.c225 static item_t **nfp_hash; variable
8418 assert(nfp_hash == NULL); in nfphash_create()
8419 nfp_hash = s_zalloc(NFP_HASH_SZ * sizeof (item_t *)); in nfphash_create()
8445 for (ip = nfp_hash[index]; ip; ip = ip->i_next) { in nfphash_lookup()
8466 ip->i_next = nfp_hash[index]; in nfphash_insert()
8467 nfp_hash[index] = ip; in nfphash_insert()
8478 while (ip = nfp_hash[i]) { in nfphash_destroy()
8479 nfp_hash[i] = ip->i_next; in nfphash_destroy()
8485 free(nfp_hash); in nfphash_destroy()
8486 nfp_hash = NULL; in nfphash_destroy()