Searched refs:v_type (Results 1 - 25 of 64) sorted by relevance

123

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dxattr.h62 ((vp)->v_type == VREG || (vp)->v_type == VDIR || (vp)->v_type == VLNK || (vp)->v_type == VSOCK || (vp)->v_type == VFIFO)
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_symfile.c115 if (ref->vp->v_type == VREG)
130 if (ref->vp->v_type == VREG)
140 else if ((ref->vp->v_type == VBLK) || (ref->vp->v_type == VCHR))
229 if (ref->vp->v_type == VREG)
256 if (ref->vp->v_type == VREG)
301 else if ((ref->vp->v_type == VBLK) || (ref->vp->v_type == VCHR))
324 if (ref->vp->v_type != VREG)
348 if (ref->vp->v_type
[all...]
H A Dkern_acct.c177 if (nd.ni_vp->v_type != VREG) {
378 if (suspend_acctp->v_type == VBAD) {
395 if (acctp->v_type == VBAD) {
/macosx-10.9.5/vim-53/src/
H A Deval.c368 #define vv_type vv_di.di_tv.v_type
897 if (p->vv_di.di_tv.v_type == VAR_STRING)
902 else if (p->vv_di.di_tv.v_type == VAR_LIST)
1078 tv.v_type = VAR_STRING;
1145 tv.v_type = VAR_STRING;
1354 if (convert && tv.v_type == VAR_LIST)
1363 else if (convert && tv.v_type == VAR_FLOAT)
1491 if (rettv.v_type != VAR_LIST)
1585 argvars[i].v_type = VAR_STRING;
1594 argvars[i].v_type
[all...]
H A Dif_py_both.h316 if ((our_tv->v_type == VAR_LIST && our_tv->vval.v_list != NULL)
317 || (our_tv->v_type == VAR_DICT && our_tv->vval.v_dict != NULL))
320 our_tv->v_type == VAR_LIST ? (long_u)our_tv->vval.v_list
330 if (our_tv->v_type == VAR_STRING)
334 else if (our_tv->v_type == VAR_NUMBER)
343 else if (our_tv->v_type == VAR_FLOAT)
351 else if (our_tv->v_type == VAR_LIST)
370 else if (our_tv->v_type == VAR_DICT)
H A Dif_mzsch.c2642 else if (vim_value->v_type == VAR_STRING)
2647 else if (vim_value->v_type == VAR_NUMBER)
2653 else if (vim_value->v_type == VAR_FLOAT)
2659 else if (vim_value->v_type == VAR_LIST)
2689 else if (vim_value->v_type == VAR_DICT)
2748 tv->v_type = VAR_NUMBER;
2758 tv->v_type = VAR_NUMBER;
2763 tv->v_type = VAR_NUMBER;
2768 tv->v_type = VAR_NUMBER;
2774 tv->v_type
[all...]
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Drwbytype.d68 self->type = xlate <struct vtype2str *>(((struct vnode *)arg0)->v_type)->code;
H A Dfspaging.d88 self->sc_trace = this->vnodep ? this->vnodep->v_type == 1 ||
89 this->vnodep->v_type == 2 ? 1 : 0 : 0;
H A Dfsrw.d86 self->sc_trace = this->vnodep ? this->vnodep->v_type == VREG ||
87 this->vnodep->v_type == VDIR ? 1 : 0 : 0;
/macosx-10.9.5/dtrace-118.1/DTTk/Proc/
H A Drwbytype.d68 self->type = xlate <struct vtype2str *>(((struct vnode *)arg0)->v_type)->code;
/macosx-10.9.5/dtrace-118.1/DTTk/FS/
H A Dfspaging.d88 self->sc_trace = this->vnodep ? this->vnodep->v_type == 1 ||
89 this->vnodep->v_type == 2 ? 1 : 0 : 0;
H A Dfsrw.d86 self->sc_trace = this->vnodep ? this->vnodep->v_type == VREG ||
87 this->vnodep->v_type == VDIR ? 1 : 0 : 0;
/macosx-10.9.5/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.h66 unsigned int v_type; member in struct:vc_info
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dmtrr.c642 uint32_t v_type; local
646 v_type = (uint32_t)(range->base & IA32_MTRR_PHYSBASE_TYPE);
653 if (v_address == address && v_length == length && v_type == type)
655 else if ( v_type == MTRR_TYPE_UNCACHEABLE &&
659 else if ((v_type == MTRR_TYPE_UNCACHEABLE &&
661 (v_type == MTRR_TYPE_WRITEBACK &&
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.c181 enum vtype v_type; local
193 v_type = vnode_vtype(vp);
222 if ((v_type == VREG || v_type == VLNK) &&
241 if ((v_type == VREG) &&
266 if (v_type == VLNK) {
278 if (v_type == VDIR) {
312 if ((v_type == VREG || v_type == VLNK) &&
331 if ((started_tr == 0) && (v_type
659 enum vtype v_type; local
859 enum vtype v_type; local
[all...]
H A Dhfs_link.c416 enum vtype v_type; local
420 v_type = vnode_vtype(vp);
427 if (v_type == VBLK || v_type == VCHR) {
430 if (v_type == VDIR) {
528 todesc.cd_flags = (v_type == VDIR) ? CD_ISDIR : 0;
565 if (v_type == VDIR) {
601 if (v_type == VDIR) {
623 if ((v_type == VDIR) &&
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c518 if (vp->v_type == VDIR)
528 (vp->v_writecount == 0 || vp->v_type != VREG))
646 if ((vp->v_data == NULL) || (vp->v_type == VNON) || (vp->v_mount != mp)) {
1393 if (nvp_rdev == vp->v_rdev && nvp->v_type == vp->v_type) {
1441 if (nvp_rdev == vp->v_rdev && nvp->v_type == vp->v_type) {
1580 if (vp->v_usecount == 1 && vp->v_type == VREG && !(vp->v_flag & VSYSTEM)) {
1788 panic("vnode_rele_ext: vp %p usecount -ve : %d. v_tag = %d, v_type = %d, v_flag = %x.", vp, vp->v_usecount, vp->v_tag, vp->v_type, v
[all...]
H A Dvfs_lookup.c216 panic("We need to keep going on a continued lookup, but for vp type %d (tag %d)\n", ndp->ni_vp->v_type, ndp->ni_vp->v_tag);
534 if (dp->v_type != VREG) {
679 if ((dp->v_type == VLNK) &&
690 if (dp->v_type != VDIR) {
812 if (dp->v_type != VDIR) {
1048 if (dp->v_type != VDIR) {
1176 if ((dp->v_type == VLNK) &&
1324 while ((dp->v_type == VDIR) && dp->v_mountedhere &&
1340 if ((dp->v_type == VDIR) && (mp = dp->v_mountedhere)) {
1575 if (dp->v_type !
[all...]
H A Dvfs_cache.c595 switch (vp->v_type) {
605 "%c(%u, %u)", VCHR == vp->v_type ? 'c':'b',
664 if (isstream && dvp && (dvp != vp) && (dvp != vp->v_parent) && (dvp->v_type == VREG)) {
750 if ((old_parentvp->v_type != VDIR) && (old_parentvp->v_kusecount > 0))
931 if (action != KAUTH_VNODE_SEARCH || vp->v_type != VDIR)
981 if ( (action & ~KAUTH_VNODE_SEARCH) || vp->v_type != VDIR )
1241 if (vp->v_type != VDIR) {
1242 if (vp->v_type != VLNK)
1284 if ((vp != NULLVP) && (vp->v_type != VLNK) &&
H A Dvfs_vnops.c983 if (vp->v_type == VREG && (fp->f_fglob->fg_flag & O_APPEND))
1011 vfs_context_proc(ctx) && (vp->v_type == VREG) &&
1038 if (p && (vp->v_type == VREG) &&
1044 if (p && (vp->v_type == VREG) &&
1152 switch (vp->v_type) {
1308 switch (vp->v_type) {
1337 if (vp->v_type == VBLK) {
1344 } else if (vp->v_type == VCHR) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dirix-core.c66 switch (vmap.v_type)
114 switch (vmap.v_type)
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c217 if (vp->v_type == VREG) {
386 if (vp->v_type == VREG) {
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddnode.c401 type = v->v_type;
434 switch (v->v_type) {
512 if (v->v_type == VDIR)
617 if (v->v_type == VBAD || v->v_type == VNON)
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c264 if (vp->v_type == VBLK) {
298 switch (vp->v_type) {
460 switch (vp->v_type) {
553 switch (vp->v_type) {
663 (unsigned int)dev, (unsigned int)ap->a_command, (unsigned int)ap->a_fflag, (unsigned int)ap->a_vp->v_type, 0);
665 switch (ap->a_vp->v_type) {
706 switch (ap->a_vp->v_type) {
750 if (vp->v_type == VCHR)
2065 switch (vp->v_type) {
2209 switch (vp->v_type) {
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c457 VATTR_RETURN(vap, va_type, vp->v_type);
466 if (vp->v_type == VBLK)
468 else if (vp->v_type == VCHR)
612 switch (ap->a_vp->v_type) {
619 printf("devfs_read(): bad file type %d", ap->a_vp->v_type);
763 switch (ap->a_vp->v_type) {
767 printf("devfs_write(): bad file type %d", ap->a_vp->v_type);
1040 if (fvp->v_type == VDIR) {

Completed in 196 milliseconds

123