Searched refs:vflg (Results 1 - 5 of 5) sorted by path

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_replay.c276 int vflg = 0; local
327 vflg |= FIGNORECASE;
360 0, 0, &vp, kcred, vflg, NULL, &vsec);
394 &vp, kcred, NULL, vflg, &vsec);
424 int vflg = 0; local
463 vflg |= FIGNORECASE;
507 error = VOP_CREATE(ZTOV(dzp), &vp, &cn, &xva.xva_vattr /*,vflg*/);
528 error = VOP_MKDIR(ZTOV(dzp), &vp, &cn, &xva.xva_vattr /*,vflg*/);
540 error = VOP_SYMLINK(ZTOV(dzp), &vp, &cn, &xva.xva_vattr, link /*,vflg*/);
571 int vflg local
631 int vflg = 0; local
683 int vflg = 0; local
[all...]
/netbsd-current/bin/mv/
H A Dmv.c68 static int fflg, hflg, iflg, vflg; variable
110 vflg = 1;
232 if (vflg)
371 if (vflg)
384 execl(_PATH_CP, "mv", vflg ? "-PRpv" : "-PRp", "--", from, to, NULL);
/netbsd-current/usr.bin/fstat/
H A Dfstat.c138 int vflg; /* display errors in locating kernel data objects etc... */ variable
241 vflg = 1;
H A Dfstat.h51 extern int vflg;
54 #define dprintf if (vflg) warnx
H A Dmisc.c120 extern int vflg;
312 else if (n != 0 && vflg) {

Completed in 407 milliseconds