Searched refs:v_flag (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Danonpgpid.d66 /((args[2]->v_flag & (VISSWAP | VSWAPLIKE)) != 0)/
/netbsd-current/external/cddl/dtracetoolkit/dist/Mem/
H A Danonpgpid.d66 /((args[2]->v_flag & (VISSWAP | VSWAPLIKE)) != 0)/
/netbsd-current/sys/arch/atari/stand/tostools/rawwrite/
H A Drawwrite.c47 int v_flag = 0; /* Verbose (a dot for each track copied) */ variable
81 v_flag = 1;
117 if (v_flag) {
125 if (v_flag)
/netbsd-current/sys/arch/atari/stand/tostools/loadbsd/
H A Dloadbsd.c49 int v_flag = 0; /* show version */ variable
121 v_flag = 1;
137 if (v_flag)
/netbsd-current/bin/sh/
H A Dexec.c1113 int v_flag = 0; local
1118 case 'v': v_flag = 1; break;
1124 if (argv[0][0] != 'c' && v_flag | V_flag | p_flag)
1127 if (v_flag && V_flag)
1135 if (!v_flag)
1143 if (v_flag)
1154 if (!v_flag) {
1192 if (!v_flag)
1198 if (!v_flag)
1202 if (!v_flag)
[all...]
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dvfs.h51 #define v_flag v_vflag macro
/netbsd-current/sys/arch/atari/stand/tostools/chg_pid/
H A Dchg_pid.c97 int v_flag = 0; /* show version */ variable
129 v_flag = 1;
144 if (v_flag) {
/netbsd-current/sbin/fdisk/
H A Dfdisk.c215 static int v_flag; /* more verbose */ variable
393 v_flag = 0;
452 v_flag++;
726 if (!sh_flag && v_flag >= 2) {
849 if (partp->mbrp_type == 0 && v_flag < 2) {
873 if (v_flag == 0 && le32toh(partp->mbrp_start) == ptn_0_offset)
894 if (v_flag) {
905 if (partp->mbrp_type == 0 && start == 0 && v_flag < 3)
912 (v_flag <= 2 && !ext.is_corrupt))
968 * failing tests, but for smaller values of v_flag w
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vfsops.c1864 vp->v_flag |= VROOT;
1944 (mvp->v_count != 1 || (mvp->v_flag & VROOT))) {
1997 (vrefcnt(mvp) != 1 || (mvp->v_flag & VROOT))) {
H A Dzfs_znode.c583 ZTOV(zp)->v_flag |= VROOT;
H A Dzfs_vnops.c2798 (vp->v_flag & V_XATTRDIR) && zfsvfs->z_norm &&
3115 if ((vp->v_flag & VROOT) && zfs_show_ctldir(zp))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c278 static int v_flag;
1532 v_flag = 1;
9286 v_flag = 1;
9548 if (v_flag)
275 static int v_flag; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc278 static int v_flag;
1532 v_flag = 1;
9286 v_flag = 1;
9548 if (v_flag)
275 static int v_flag; variable

Completed in 338 milliseconds