HomeSort by relevance Sort by last modified time
    Searched defs:v_flag (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
opl.c 106 static int v_flag = 0; variable
165 if (v_flag) {
170 (void) do_piclinfo(v_flag);
784 v_flag = syserrlog;
  /onnv/onnv-gate/usr/src/cmd/fdformat/
fdformat.c 120 static int v_flag = 0; /* verify format/diskette flag */ variable
292 v_flag++;
1009 if (!v_flag) {
1047 if (v_flag) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/nm/common/
nm.c 117 v_flag = 0, /* sort external symbols by value */ variable
134 V_flag = 0; /* print version information */
230 v_flag = 1;
236 case 'n': if (!v_flag)
305 case 'V': V_flag = 1;
351 if (!(V_flag && (argc == 2))) {
866 if (v_flag) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/dump/common/
dump.c 77 V_flag = 0; /* dump version information */
80 v_flag = 0; /* print information in verbose form */ variable
353 if (!v_flag) {
457 if (!v_flag) {
581 if (v_flag && (type == STT_SPARC_REGISTER)) {
596 if (!v_flag) {
664 if (!v_flag) {
1188 if (v_flag) { /* Look up the string */
1239 if (v_flag) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fdisk/
fdisk.c 286 static int v_flag = 0; /* virtual geometry-HBA flag (-v) */ variable
874 v_flag = 1;
942 v_flag = 0;
951 v_flag = 0;
1019 v_flag = 0;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
vnode.h 189 * v_flag
209 * v_flag
227 uint_t v_flag; /* vnode flags (see below) */ member in struct:vnode
274 #define IS_SWAPVP(vp) (((vp)->v_flag & (VISSWAP | VSWAPLIKE)) != 0)
310 #define IS_PXFSVP(vp) ((vp)->v_flag & VPXFS)
314 #define IS_XATTRDIR(vp) ((vp)->v_flag & V_XATTRDIR)
326 (pvn_vmodsort_supported != 0 && ((vp)->v_flag & VMODSORT) != 0)
332 * vnode's v_flag field. If this changes, cache the additional
335 #define IS_SWAPFSVP(vp) (((vp)->v_flag & VISSWAPFS) != 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/boot/bootadm/
bootadm.c 6122 int v_flag; local
    [all...]

Completed in 2910 milliseconds