| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| mode.h | 46 extern enum vtype iftovt_tab[];
|
| lofi.h | 189 #define V_ISLOFIABLE(vtype) \ 190 ((vtype == VREG) || (vtype == VBLK) || (vtype == VCHR))
|
| vnode.h | 155 typedef enum vtype { enum 232 enum vtype v_type; /* vnode type */ [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
| smbfs_node.c | 303 int vtype; local 308 vtype = (fap->fa_attr & SMB_FA_DIR) ? VDIR : VREG; 309 if (vp->v_type != vtype) 310 SMBVDEBUG("vtype change %d to %d\n", 311 vp->v_type, vtype); 312 vp->v_type = vtype; 314 if (vtype == VREG) { 324 } else if (vtype == VDIR) { 333 } else if (vtype != VLNK)
|
| smbfs_node.h | 221 enum vtype n_ovtype; /* vnode type opened */
|
| smbfs_vnops.c | 269 SMBVDEBUG("open eacces vtype=%d\n", vp->v_type); 1164 * the vtype field, so we can use a pair of fake 1168 * that takes the vtype instead of a vnode, and 1172 smbfs_access_rwx(vfs_t *vfsp, int vtype, int mode, cred_t *cr) [all...] |
| /onnv/onnv-gate/usr/src/cmd/avs/dsstat/ |
| sndr_stats.c | 395 char vtype[STAT_HDR_SIZE]; local 399 sprintf(vtype, DATA_C2, c); 400 strcat(data, vtype); 657 getType(kstat_t *ksp, char *vtype) 664 (void) strcpy(vtype, "P"); 666 (void) strcpy(vtype, "S");
|
| ii_stats.c | 418 char vtype[STAT_HDR_SIZE]; local 426 sprintf(vtype, DATA_C2, c); 427 strcat(data, vtype);
|
| /onnv/onnv-gate/usr/src/uts/common/sys/fs/ |
| pc_node.h | 138 extern int pc_dirremove(struct pcnode *, char *, struct vnode *, enum vtype,
|
| hsfs_node.h | 46 enum vtype type; /* file type */
|
| sdev_impl.h | 504 extern struct vattr *sdev_getdefault_attr(enum vtype type);
|
| ufs_inode.h | 507 extern enum vtype iftovt_tab[]; [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
| debug.c | 153 static char *snmp_vtypestr_lookup(int vtype); 535 snmp_vtypestr_lookup(int vtype) 541 if (snmp_vartypes[i].key == vtype)
|
| /onnv/onnv-gate/usr/src/lib/libnvpair/ |
| libnvpair.c | 275 #define NVP(elem, type, vtype, ptype, format) { \ 276 vtype value; \ 283 #define NVPA(elem, type, vtype, ptype, format) { \ 285 vtype *value; \
|
| /onnv/onnv-gate/usr/src/cmd/svc/svccfg/ |
| svccfg_internal.c | 573 internal_property_create(const char *name, scf_type_t vtype, uint_t nvals, ...) 582 p->sc_value_type = vtype; 588 v->sc_type = vtype; 590 switch (vtype) { 612 uu_die(gettext("unknown property type (%d)\n"), vtype); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| open.c | 63 enum vtype type;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| zfs_acl.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/nfs/ |
| nfs4_vfsops.c | 1834 vtype_t vtype; local 1945 vtype_t vtype = VNON; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/nfs/ |
| nfs_clnt.h | 319 enum vtype mi_type; /* file type of the root vnode */
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| policy.c | 1099 secpolicy_xvattr(xvattr_t *xvap, uid_t owner, cred_t *cr, vtype_t vtype) 1140 if (error == 0 && vtype != VREG && xoap->xoa_av_quarantined) 1149 if (error == 0 && vtype != VREG) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/dev/ |
| sdev_zvolops.c | 495 enum vtype expected_type = VDIR;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/proc/ |
| prvnops.c | 227 vtype_t vtype; local 251 vtype = rvp->v_type; 253 (type == PR_FD && vtype != VREG && vtype != VDIR)) 3098 vtype_t vtype; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/ |
| vnode.c | 206 enum vtype iftovt_tab[] = { 1752 enum vtype vtype; local [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/io/agpgart/ |
| agpgart.c | 493 int vtype; local 500 (intptr_t)&vtype, FKIOCTL, kcred, 0); 503 return (vtype); [all...] |
| /onnv/onnv-gate/usr/src/lib/mms/mgmt/common/ |
| mgmt_media.c | 1093 char *vtype = NULL; local 1105 st = nvlist_lookup_string(nvl, O_NAME, &vtype); 1120 st = voltype_in_use(sessp, vtype); [all...] |