Searched refs:opt_h (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhotkernel59 usage() if defined $main::opt_h and $main::opt_h;
H A Dhotuser62 usage() if defined $main::opt_h and $main::opt_h;
H A Derrinfo67 &Usage() if $opt_h;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/
H A Dhotkernel59 usage() if defined $main::opt_h and $main::opt_h;
H A Dhotuser62 usage() if defined $main::opt_h and $main::opt_h;
H A Derrinfo67 &Usage() if $opt_h;
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibprintca.pl66 if (defined $Getopt::Std::opt_h) { usage_and_exit $argv0; }
H A Dibprintrt.pl66 if (defined $Getopt::Std::opt_h) { usage_and_exit $argv0; }
H A Dibprintswitch.pl66 if (defined $Getopt::Std::opt_h) { usage_and_exit $argv0; }
H A Dibswportwatch.pl145 if (defined $Getopt::Std::opt_h) { usage_and_exit $argv0; }
H A Dibfindnodesusing.pl90 if (defined $Getopt::Std::opt_h) { usage_and_exit $argv0; }
H A Dcheck_lft_balance.pl245 if (defined($main::opt_h)) {
H A Dibidsverify.pl57 if (defined $Getopt::Std::opt_h) { usage_and_exit $argv0; }
H A Dibqueryerrors.pl167 if (defined $Getopt::Std::opt_h) { usage_and_exit $argv0; }
H A Diblinkinfo.pl83 if (defined $Getopt::Std::opt_h) { usage_and_exit $argv0; }
/freebsd-10.0-release/sys/tools/
H A Dmakeobjops.awk78 function printh(s) {if (opt_h) print s > htmpfilename;}
359 else if (o == "h") opt_h = 1;
384 if (!num_files || !(opt_c || opt_h))
500 if (opt_h)
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl532 usage() if ($opt_h);
/freebsd-10.0-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c242 u_int opt_e = 0, opt_h = 0, opt_i = 0, opt_k = 0, opt_m = 0, opt_n = 0; local
321 opt_h = argto2(optarg, 1, "drive heads");
394 if (opt_h)
395 bpb.bpbHeads = opt_h;
404 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) {
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c1007 char buf[SPL_BUFSIZ], opt_c[4], opt_h[4], opt_n[4]; local
1068 strcpy(opt_h, "-h");
1077 av[++narg] = opt_h;

Completed in 124 milliseconds