Searched defs:Nflag (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c56 static int Nflag; variable
111 if (pool_conf_open(conf, static_conf_name, Nflag || !Sflag ?
117 if (!Nflag) {
157 Nflag++;
199 if (!Nflag && (Cflag + Dflag + Eflag + Xflag != 0) &&
223 } else if (!Nflag && Xflag) {
240 if (!Nflag && Sflag) {
/illumos-gate/usr/src/cmd/fs.d/
H A Dswitchout.c132 int Nflag = 0; local
183 if (!Nflag) {
185 Nflag = has_Nflag(tmpopts);
282 * case. If Nflag is set user wants to see what the parameters
286 if (strcmp(cbasename, "mkfs") == 0 && !mflag && !Nflag) {
/illumos-gate/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c109 static int Nflag = 0; variable
211 Nflag++;
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c100 static int Nflag = 0; /* run mkfs without writing */ variable
241 Nflag++;
368 if (!Nflag) {
468 if (Nflag) {
1171 if (Nflag)
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c110 static int Nflag; /* run mkfs without writing file system */ variable
189 Nflag++;
599 if (isatty(fileno(stdin)) && !Nflag) {
626 Nflag ? "-o N " : "", binary_sb ? "-o calcbinsb " : "",
638 if (Nflag)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c239 static boolean_t Nflag = B_FALSE; /* Numeric Network Addresses */ variable
410 Nflag = B_TRUE;
5737 if (!Nflag) {
5793 if (!Nflag) {
5921 if (!Nflag && addr) {
6027 if (!Nflag) {
6128 * Pretty print a port number. If the Nflag was
6136 if (!Nflag && port)
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c192 #define tprintf(x) if (Nflag && retry) \
535 int Nflag; /* do not write to disk */ variable
724 Nflag++;
727 Nflag++;
731 Nflag++;
1188 if ((Nflag && use_efi_dflts) || (grow)) {
1427 if (!Nflag) {
2128 * If Nflag and if the disk is larger than the CHSLIMIT,
2135 if (Nflag && retry) {
2182 if (Nflag
[all...]

Completed in 70 milliseconds