Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c455 for (lp = list_head(&ncl->ncl_list); lp; in sdev_ncache_write()
456 lp = list_next(&ncl->ncl_list, lp)) { in sdev_ncache_write()
529 next = list_next(&ncl->ncl_list, lp); in sdev_state_boot_complete()
538 list_remove(&ncl->ncl_list, lp); in sdev_state_boot_complete()
735 list_create(&ncl->ncl_list, sizeof (sdev_nc_node_t), in sdev_nc_newlist()
755 for (lp = list_head(&ncl->ncl_list); lp; in sdev_nc_findpath()
756 lp = list_next(&ncl->ncl_list, lp)) { in sdev_nc_findpath()
788 list_insert_tail(&ncl->ncl_list, new); in sdev_nc_insertnode()
866 list_remove(&ncl->ncl_list, lp); in sdev_nc_path_exists()
899 next = list_next(&ncl->ncl_list, lp); in sdev_nc_free_bootonly()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h395 list_t ncl_list; /* the list itself */ member