Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libpkg/common/
H A Dnhash.h39 typedef struct item_t { struct
/titanic_50/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h279 } item_t; typedef
501 static item_t *nfphash_lookup(char *key);
H A Ddevfsadm.c225 static item_t **nfp_hash;
8419 nfp_hash = s_zalloc(NFP_HASH_SZ * sizeof (item_t *)); in nfphash_create()
8435 static item_t *
8439 item_t *ip; in nfphash_lookup()
8456 item_t *ip; in nfphash_insert()
8463 ip = s_zalloc(sizeof (item_t)); in nfphash_insert()
8474 item_t *ip; in nfphash_destroy()