Searched defs:sl_devhash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c377 static sl_info_link_t *sl_devhash[NDEVHENTRY]; /* hash table */ variable
9647 for (lp = sl_devhash[key]; lp; lp = lp->next) {
9665 lp->next = sl_devhash[key];
9666 sl_devhash[key] = lp;

Completed in 63 milliseconds