sdev_nc_list_t
sdev_nc_list_t *sdev_ncache;
static sdev_nc_list_t *sdev_nc_newlist(void);
static sdev_nc_node_t *sdev_nc_findpath(sdev_nc_list_t *, char *);
static void sdev_nc_insertnode(sdev_nc_list_t *, sdev_nc_node_t *);
sdev_nc_list_t *ncl = sdev_ncache;
sdev_nc_list_t *ncl = sdev_ncache;
sdev_nc_list_t *ncl = sdev_ncache;
sdev_nc_list_t *ncl = sdev_ncache;
sdev_nc_list_t *ncl = sdev_ncache;
sdev_nc_list_t *ncl = sdev_ncache;
sdev_nc_list_t *ncl = sdev_ncache;
sdev_nc_list_t *ncl = sdev_ncache;
static sdev_nc_list_t *
sdev_nc_list_t *ncl;
ncl = kmem_zalloc(sizeof (sdev_nc_list_t), KM_SLEEP);
sdev_nc_findpath(sdev_nc_list_t *ncl, char *path)
sdev_nc_insertnode(sdev_nc_list_t *ncl, sdev_nc_node_t *new)
sdev_nc_addname(sdev_nc_list_t *ncl, sdev_node_t *dv, char *nm, int flags)
sdev_nc_path_exists(sdev_nc_list_t *ncl, char *path)
sdev_nc_list_t *ncl = sdev_ncache;
extern void sdev_nc_addname(sdev_nc_list_t *, sdev_node_t *, char *, int);
extern void sdev_nc_path_exists(sdev_nc_list_t *, char *);
extern sdev_nc_list_t *sdev_ncache;