Searched defs:v_flag (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c106 static int v_flag = 0; variable
165 if (v_flag) {
170 (void) do_piclinfo(v_flag);
784 v_flag = syserrlog;
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c106 static int v_flag = 0; /* verify format/diskette flag */ variable
275 v_flag++;
950 if (!v_flag) {
988 if (v_flag) {
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c116 v_flag = 0, /* sort external symbols by value */ variable
229 v_flag = 1;
235 case 'n': if (!v_flag)
868 if (v_flag) {
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c79 v_flag = 0; /* print information in verbose form */ variable
352 if (!v_flag) {
456 if (!v_flag) {
580 if (v_flag && (type == STT_SPARC_REGISTER)) {
595 if (!v_flag) {
663 if (!v_flag) {
1189 if (v_flag) { /* Look up the string */
1243 if (v_flag) {
1360 if (!v_flag) {
1387 if (!v_flag || (elf_head_
[all...]
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c287 static int v_flag = 0; /* virtual geometry-HBA flag (-v) */ variable
876 v_flag = 1;
944 v_flag = 0;
953 v_flag = 0;
1021 v_flag = 0;
4102 if (v_flag) {
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h193 * v_flag
213 * v_flag
231 uint_t v_flag; /* vnode flags (see below) */ member in struct:vnode
278 #define IS_SWAPVP(vp) (((vp)->v_flag & (VISSWAP | VSWAPLIKE)) != 0)
316 #define IS_PXFSVP(vp) ((vp)->v_flag & VPXFS)
320 #define IS_XATTRDIR(vp) ((vp)->v_flag & V_XATTRDIR)
332 (pvn_vmodsort_supported != 0 && ((vp)->v_flag & VMODSORT) != 0)
338 * vnode's v_flag field. If this changes, cache the additional
341 #define IS_SWAPFSVP(vp) (((vp)->v_flag & VISSWAPFS) != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h192 * v_flag
212 * v_flag
230 uint_t v_flag; /* vnode flags (see below) */ member in struct:vnode
285 #define IS_SWAPVP(vp) (((vp)->v_flag & (VISSWAP | VSWAPLIKE)) != 0)
321 #define IS_PXFSVP(vp) ((vp)->v_flag & VPXFS)
325 #define IS_XATTRDIR(vp) ((vp)->v_flag & V_XATTRDIR)
337 (pvn_vmodsort_supported != 0 && ((vp)->v_flag & VMODSORT) != 0)
343 * vnode's v_flag field. If this changes, cache the additional
346 #define IS_SWAPFSVP(vp) (((vp)->v_flag & VISSWAPFS) != 0)
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c6716 int v_flag; local
6736 e_flag = v_flag = 0;
6757 v_flag = 1;
6801 if (v_flag) {

Completed in 114 milliseconds