Home
last modified time | relevance | path

Searched refs:v_flag (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.bin/hexdump/tests/
H A Dhexdump_test.sh157 atf_test_case v_flag
215 atf_add_test_case v_flag
/freebsd/usr.sbin/boot0cfg/
H A Dboot0cfg.c111 static int v_flag; variable
129 B_flag = v_flag = o_flag = 0; in main()
139 v_flag = 1; in main()
259 if (v_flag) in main()
/freebsd/bin/chmod/tests/
H A Dchmod_test.sh142 atf_test_case v_flag
175 atf_add_test_case v_flag
/freebsd/usr.sbin/chown/tests/
H A Dchown_test.sh145 atf_test_case v_flag
215 atf_add_test_case v_flag
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h51 #define v_flag v_vflag macro
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h48 #define v_flag v_vflag macro
/freebsd/sbin/fdisk/
H A Dfdisk.c126 static int v_flag = 0; /* Be verbose */ variable
308 v_flag = 1; in main()
322 v_flag = 1; in main()
397 if (v_flag) in main()
408 if (v_flag) in main()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode_os.c372 ZTOV(zp)->v_flag |= VROOT; in zfs_znode_sa_init()
H A Dzfs_vnops_os.c1903 if ((vp->v_flag & VROOT) && zfs_show_ctldir(zp) && in zfs_getattr()