Home
last modified time | relevance | path

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

/titanic_50/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 *);
359 sdev_nc_node_t *lp; in sdev_ncache_process_store()
377 lp = kmem_alloc(sizeof (sdev_nc_node_t), in sdev_ncache_process_store()
431 sdev_nc_node_t *lp; in sdev_ncache_write()
517 sdev_nc_node_t *lp, *next; in sdev_state_boot_complete()
659 sdev_nc_node_t *lp; in sdev_lookup_filter()
735 list_create(&ncl->ncl_list, sizeof (sdev_nc_node_t), in sdev_nc_newlist()
736 offsetof(sdev_nc_node_t, ncn_link)); in sdev_nc_newlist()
[all …]
/titanic_50/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h402 } sdev_nc_node_t; typedef