HomeSort by: relevance | last modified time | path
    Searched refs:v_flag (Results 1 - 13 of 13) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/Bin/
anonpgpid.d 66 /((args[2]->v_flag & (VISSWAP | VSWAPLIKE)) != 0)/
  /src/external/cddl/dtracetoolkit/dist/Mem/
anonpgpid.d 66 /((args[2]->v_flag & (VISSWAP | VSWAPLIKE)) != 0)/
  /src/sys/arch/atari/stand/tostools/rawwrite/
rawwrite.c 47 int v_flag = 0; /* Verbose (a dot for each track copied) */ variable
48 int V_flag = 0; /* Show version */
81 v_flag = 1;
84 V_flag = 1;
96 if (V_flag)
117 if (v_flag) {
125 if (v_flag)
  /src/sys/arch/atari/stand/tostools/loadbsd/
loadbsd.c 49 int v_flag = 0; /* show version */ variable
121 v_flag = 1;
137 if (v_flag)
  /src/bin/sh/
exec.c 1111 int V_flag = 0;
1112 int v_flag = 0; local
1117 case 'v': v_flag = 1; break;
1118 case 'V': V_flag = 1; break;
1123 if (argv[0][0] != 'c' && v_flag | V_flag | p_flag)
1126 if (v_flag && V_flag)
1134 if (arg[0] == '\0' && !v_flag) {
1138 if (!v_flag)
    [all...]
  /src/external/cddl/osnet/sys/sys/
vfs.h 51 #define v_flag v_vflag macro
  /src/sys/arch/atari/stand/tostools/chg_pid/
chg_pid.c 97 int v_flag = 0; /* show version */ variable
129 v_flag = 1;
144 if (v_flag) {
  /src/sbin/fdisk/
fdisk.c 217 static int v_flag; /* more verbose */ variable
395 v_flag = 0;
455 v_flag++;
715 if (!sh_flag && v_flag >= 2) {
838 if (partp->mbrp_type == 0 && v_flag < 2) {
862 if (v_flag == 0 && le32toh(partp->mbrp_start) == ptn_0_offset)
883 if (v_flag) {
894 if (partp->mbrp_type == 0 && start == 0 && v_flag < 3)
901 (v_flag <= 2 && !ext.is_corrupt))
957 * failing tests, but for smaller values of v_flag we stop after th
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vfsops.c 1822 vp->v_flag |= VROOT;
1902 (mvp->v_count != 1 || (mvp->v_flag & VROOT))) {
1971 (vrefcnt(mvp) != 1 || (mvp->v_flag & VROOT))) {
zfs_znode.c 583 ZTOV(zp)->v_flag |= VROOT;
zfs_vnops.c 2821 (vp->v_flag & V_XATTRDIR) && zfsvfs->z_norm &&
3138 if ((vp->v_flag & VROOT) && zfs_show_ctldir(zp))
  /src/external/gpl3/gcc/dist/gcc/
genautomata.cc 278 static int v_flag;
1532 v_flag = 1;
9284 v_flag = 1;
9546 if (v_flag)
275 static int v_flag; variable
  /src/external/gpl3/gcc.old/dist/gcc/
genautomata.cc 278 static int v_flag;
1532 v_flag = 1;
9287 v_flag = 1;
9549 if (v_flag)
275 static int v_flag; variable

Completed in 78 milliseconds