Searched refs:ncn_name (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_ncache.c | 379 lp->ncn_name = kmem_alloc(n, KM_SLEEP); in sdev_ncache_process_store() 380 bcopy(path, lp->ncn_name, n); in sdev_ncache_process_store() 457 np->nvp_paths[i] = i_ddi_strdup(lp->ncn_name, KM_SLEEP); in sdev_ncache_write() 744 kmem_free(lp->ncn_name, strlen(lp->ncn_name) + 1); in sdev_nc_free_unlinked_node() 757 if (strcmp(path, lp->ncn_name) == 0) in sdev_nc_findpath() 771 lp = sdev_nc_findpath(ncl, new->ncn_name); in sdev_nc_insertnode() 776 new->ncn_name, curproc->p_user.u_comm, in sdev_nc_insertnode() 781 new->ncn_name, curproc->p_user.u_comm, in sdev_nc_insertnode() 795 new->ncn_name, curproc->p_user.u_comm)); in sdev_nc_insertnode() 799 new->ncn_name, in sdev_nc_insertnode() [all …]
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | sdev_impl.h | 396 char *ncn_name; /* name of the node */ member
|