Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c132 static void sdev_nc_free_unlinked_node(sdev_nc_node_t *);
133 static sdev_nc_node_t *sdev_nc_findpath(sdev_nc_list_t *, char *);
134 static void sdev_nc_insertnode(sdev_nc_list_t *, sdev_nc_node_t *);
360 sdev_nc_node_t *lp; in sdev_ncache_process_store()
378 lp = kmem_alloc(sizeof (sdev_nc_node_t), in sdev_ncache_process_store()
432 sdev_nc_node_t *lp; in sdev_ncache_write()
518 sdev_nc_node_t *lp, *next; in sdev_state_boot_complete()
660 sdev_nc_node_t *lp; in sdev_lookup_filter()
736 list_create(&ncl->ncl_list, sizeof (sdev_nc_node_t), in sdev_nc_newlist()
737 offsetof(sdev_nc_node_t, ncn_link)); in sdev_nc_newlist()
[all …]
/titanic_41/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h400 } sdev_nc_node_t; typedef