/illumos-gate/usr/src/cmd/avs/dsstat/ |
H A D | ii_stats.c | 418 char vtype[STAT_HDR_SIZE]; local 426 (void) sprintf(vtype, DATA_C2, c); 427 (void) strcat(data, vtype);
|
H A D | sndr_stats.c | 395 char vtype[STAT_HDR_SIZE]; local 399 (void) sprintf(vtype, DATA_C2, c); 400 (void) strcat(data, vtype); 658 getType(kstat_t *ksp, char *vtype) argument 665 (void) strcpy(vtype, "P"); 667 (void) strcpy(vtype, "S");
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_client.c | 216 vtype_t vtype, oldvt; local 227 vtype = VDIR; 230 vtype = VREG; 261 if (vtype == VDIR) { 278 vp->v_type = vtype; 293 if (vtype == VDIR && newsize < DEV_BSIZE) 310 if (oldvt != vtype) { 311 SMBVDEBUG("vtype change %d to %d\n", oldvt, vtype);
|
H A D | smbfs_vnops.c | 268 SMBVDEBUG("open eacces vtype=%d\n", vp->v_type); 1207 * the vtype field, so we can use a pair of fake 1211 * that takes the vtype instead of a vnode, and 1215 smbfs_access_rwx(vfs_t *vfsp, int vtype, int mode, cred_t *cr) argument 1232 va.va_type = vtype; 1233 va.va_mode = (vtype == VDIR) ? 1247 !(vtype == VCHR || vtype == VBLK || vtype == VFIFO))
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
H A D | debug.c | 153 static char *snmp_vtypestr_lookup(int vtype); 535 snmp_vtypestr_lookup(int vtype) argument 541 if (snmp_vartypes[i].key == vtype)
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 579 internal_property_create(const char *name, scf_type_t vtype, uint_t nvals, ...) argument 588 p->sc_value_type = vtype; 594 v->sc_type = vtype; 596 switch (vtype) { 618 uu_die(gettext("unknown property type (%d)\n"), vtype);
|
H A D | svccfg_xml.c | 625 lxml_get_value(property_t *prop, element_t vtype, xmlNodePtr value) argument 649 v = lxml_make_value(vtype, assigned_value);
|
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 449 spec_clone(struct vnode **vpp, dev_t newdev, int vtype, struct stdata *stp) argument 480 newvp = makespecvp(newdev, vtype); 881 enum vtype type;
|
/illumos-gate/usr/src/uts/intel/io/agpgart/ |
H A D | agpgart.c | 545 int vtype; local 552 (intptr_t)&vtype, FKIOCTL, kcred, 0); 555 return (vtype);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 1333 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, argument 1351 isdir = (vtype == VDIR); 1480 zfs_ace_can_use(vtype_t vtype, uint16_t acep_flags) argument 1484 if ((vtype == VDIR) && (iflags & ACE_DIRECTORY_INHERIT_ACE)) 1487 return (!((vtype == VDIR) && 1496 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, argument 1510 boolean_t isdir = (vtype == VDIR); 1514 if (aclinherit == ZFS_ACL_DISCARD || vtype == VLNK) 1530 !zfs_ace_can_use(vtype, iflags))
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | policy.c | 1296 secpolicy_xvattr(xvattr_t *xvap, uid_t owner, cred_t *cr, vtype_t vtype) argument 1339 if (error == 0 && vtype != VREG && xoap->xoa_av_quarantined) 1348 if (error == 0 && vtype != VREG)
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vfsops.c | 2177 vtype_t vtype; local 2218 nfs4getfh_otw(mi, svp, &vtype, getfh_flags, CRED(), ep); 2237 if (vtype != VNON && vtype != mi->mi_type) { 2241 "match mount info (%d)", vtype, mi->mi_type); 2274 vtype_t vtype = VNON; local 2531 if (vtype == VNON) { 2532 vtype = tmp_vtype; 2533 } else if (vtype != tmp_vtype) { 2575 rtvp->v_type = vtype; [all...] |
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 232 vtype_t vtype; local 256 vtype = rvp->v_type; 258 (type == PR_FD && vtype != VREG && vtype != VDIR)) 3213 vtype_t vtype; local 3234 vtype = rvp->v_type; 3237 (type == PR_FD && vtype != VREG && vtype != VDIR) ||
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 159 typedef enum vtype { enum 236 enum vtype v_type; /* vnode type */
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vnode.c | 208 enum vtype iftovt_tab[] = { 1797 enum vtype vtype; local 1912 vtype = vp->v_type; 1942 if (vtype != VDIR) {
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vnode.h | 158 typedef enum vtype { enum 235 enum vtype v_type; /* vnode type */
|