Searched refs:vt_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c502 char *vt_name; /* subdirectory name */ member in struct:sdev_vop_table
571 for (i = 0; vtab[i].vt_name; i++) {
572 if (strcmp(vtab[i].vt_name, path) == 0)
575 vlen = strlen(vtab[i].vt_name);
576 if ((strncmp(vtab[i].vt_name, path,
617 if (vn_make_ops(vtp->vt_name,
621 vtp->vt_name);
651 for (i = 0; vtab[i].vt_name; i++) {
652 if (strcmp(vtab[i].vt_name, path) == 0) {
1561 for (i = 0; vtab[i].vt_name !
[all...]

Completed in 275 milliseconds