Home
last modified time | relevance | path

Searched refs:reportonly (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/nvmecontrol/
H A Dsanitize.c52 bool reportonly; member
61 .reportonly = false,
76 OPT("reportonly", 'r', arg_none, opt, reportonly,
120 if (!opt.reportonly) { in sanitize()
154 if (opt.reportonly) in sanitize()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c6438 int reportonly = 0; in scsiformat()
6453 reportonly = 1; in scsiformat()
6464 if (reportonly) in scsiformat()
6921 int reportonly = 0; in sanitize()
6979 reportonly = 1; in sanitize()
6992 if (reportonly) in sanitize()
6436 int reportonly = 0; scsiformat() local
6919 int reportonly = 0; sanitize() local