Searched refs:opt_S (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibqueryerrors.pl178 if (defined $Getopt::Std::opt_S) {
179 $single_switch = format_guid($Getopt::Std::opt_S);
H A Diblinkinfo.pl86 if (defined $Getopt::Std::opt_S) {
87 $single_switch = format_guid($Getopt::Std::opt_S);
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c241 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0; local
301 opt_S = argto2(optarg, 1, "bytes/sector");
398 if (opt_S)
399 bpb.bpbBytesPerSec = opt_S;
404 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) {

Completed in 116 milliseconds