HomeSort by relevance Sort by last modified time
    Searched refs:vtype (Results 1 - 25 of 36) sorted by null

1 2

  /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 157 typedef enum vtype { enum
234 enum vtype v_type; /* vnode type */
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
smbfs_client.c 217 vtype_t vtype, oldvt; local
228 vtype = VDIR;
231 vtype = VREG;
262 if (vtype == VDIR) {
279 vp->v_type = vtype;
294 if (vtype == VDIR && newsize < DEV_BSIZE)
311 if (oldvt != vtype) {
312 SMBVDEBUG("vtype change %d to %d\n", oldvt, vtype);
smbfs_node.h 246 enum vtype n_ovtype; /* vnode type opened */
smbfs_vnops.c 266 SMBVDEBUG("open eacces vtype=%d\n", vp->v_type);
1128 * the vtype field, so we can use a pair of fake
1132 * that takes the vtype instead of a vnode, and
1136 smbfs_access_rwx(vfs_t *vfsp, int vtype, int mode, cred_t *cr)
1153 va.va_type = vtype;
1154 va.va_mode = (vtype == VDIR) ?
    [all...]
  /onnv/onnv-gate/usr/src/cmd/avs/dsstat/
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)
665 (void) strcpy(vtype, "P");
667 (void) strcpy(vtype, "S");
ii_stats.c 418 char vtype[STAT_HDR_SIZE]; local
426 (void) sprintf(vtype, DATA_C2, c);
427 (void) 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 2175 vtype_t vtype; local
2272 vtype_t vtype = VNON; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/nfs/
nfs_clnt.h 336 enum vtype mi_type; /* file type of the root vnode */
  /onnv/onnv-gate/usr/src/uts/common/os/
policy.c 1100 secpolicy_xvattr(xvattr_t *xvap, uid_t owner, cred_t *cr, vtype_t vtype)
1141 if (error == 0 && vtype != VREG && xoap->xoa_av_quarantined)
1150 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[] = {
1762 enum vtype vtype; local
    [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...]
  /onnv/onnv-gate/usr/src/uts/common/fs/specfs/
specvnops.c 448 spec_clone(struct vnode **vpp, dev_t newdev, int vtype, struct stdata *stp)
479 newvp = makespecvp(newdev, vtype);
880 enum vtype type;
    [all...]

Completed in 1140 milliseconds

1 2