Searched defs:nddv (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_subr.c | 1116 struct sdev_node *nddv, struct sdev_node **ndvp, char *nnm, 1125 int samedir = (oddv == nddv) ? 1 : 0; 1138 rw_enter(&nddv->sdev_contents, RW_WRITER); 1149 if (doingdir && (odv == nddv)) { 1159 if (doingdir && (oddv != nddv)) { 1160 error = sdev_checkpath(odv, nddv, cred); 1180 ASSERT(nddv->sdev_attrvp); 1181 error = VOP_REMOVE(nddv->sdev_attrvp, 1235 sdev_dirdelete(nddv, *ndvp); 1237 ASSERT(nddv 1115 sdev_rnmnode(struct sdev_node *oddv, struct sdev_node *odv, struct sdev_node *nddv, struct sdev_node **ndvp, char *nnm, struct cred *cred) argument [all...] |
Completed in 136 milliseconds