Searched defs:v_type (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm.h150 int v_type; member in struct:val_type
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h105 ushort_t v_type; /* interrupt type */ member in struct:apix_vector
/illumos-gate/usr/src/head/
H A Darchives.h172 int v_type; /* does tape have nblocks field? */ member in struct:volcopy_label
/illumos-gate/usr/src/cmd/tip/
H A Dtip.h89 char v_type; /* for interpreting set's */ member in struct:__anon1881
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h121 enum vtype v_type; member in struct:mdb_vnode
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h86 int v_type; /* nskern too */ member in struct:vode
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h218 * v_type
236 enum vtype v_type; /* vnode type */ member in struct:vnode
256 ((vp)->v_type == VCHR || (vp)->v_type == VBLK || (vp)->v_type == VFIFO)
707 #define MANDLOCK(vp, mode) ((vp)->v_type == VREG && MANDMODE(mode))
1346 (vp)->v_type = (type); \
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c1149 if (cs->vp->v_type != VDIR) {
1277 (vp->v_type == VREG || vp->v_type == VDIR))
1327 if ((args->access & ACCESS4_LOOKUP) && vp->v_type == VDIR) {
1347 (args->access & ACCESS4_DELETE) && vp->v_type == VDIR) {
1354 if (args->access & ACCESS4_EXECUTE && vp->v_type != VDIR) {
1417 if (vp->v_type != VREG) {
1418 if (vp->v_type == VDIR)
1573 if (dvp->v_type != VDIR) {
2489 if (vp->v_type
6980 vtype_t v_type = cs->vp->v_type; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h217 * v_type
235 enum vtype v_type; /* vnode type */ member in struct:vnode
263 ((vp)->v_type == VCHR || (vp)->v_type == VBLK || (vp)->v_type == VFIFO)
712 #define MANDLOCK(vp, mode) ((vp)->v_type == VREG && MANDMODE(mode))
1361 (vp)->v_type = (type); \

Completed in 119 milliseconds