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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c226 static item_t **nfp_hash; variable
4461 * this link. Add it to the nfp_hash;
8454 assert(nfp_hash == NULL);
8455 nfp_hash = s_zalloc(NFP_HASH_SZ * sizeof (item_t *));
8481 for (ip = nfp_hash[index]; ip; ip = ip->i_next) {
8502 ip->i_next = nfp_hash[index];
8503 nfp_hash[index] = ip;
8514 while (ip = nfp_hash[i]) {
8515 nfp_hash[i] = ip->i_next;
8521 free(nfp_hash);
[all...]

Completed in 273 milliseconds