Searched refs:opt_p (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Derrinfo70 $FILTER = "&& pid == $opt_p" if defined $opt_p;
H A Dhotuser67 elsif (defined $main::opt_p) {
68 $args = "-p $main::opt_p";
/freebsd-10-stable/cddl/contrib/dtracetoolkit/
H A Derrinfo70 $FILTER = "&& pid == $opt_p" if defined $opt_p;
H A Dhotuser67 elsif (defined $main::opt_p) {
68 $args = "-p $main::opt_p";
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/scripts/
H A Dibswportwatch.pl146 if (defined $Getopt::Std::opt_p) {
147 $IBswcountlimits::pause_time = $Getopt::Std::opt_p;
H A Diblinkinfo.pl91 if (defined $Getopt::Std::opt_p) { $print_add_switch = $Getopt::Std::opt_p; }
/freebsd-10-stable/sys/tools/
H A Dmakeobjops.awk360 else if (o == "p") opt_p = 1;
387 if (opt_p)
405 if (!opt_p) {
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c780 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; local
816 opt_p = 1;
946 if (opt_p) {
/freebsd-10-stable/contrib/less/
H A Dopttbl.c305 STRING|NO_TOGGLE|NO_QUERY, 0, NULL, opt_p,
H A Doptfunc.c376 opt_p(type, s) function
H A Dfuncs.h220 public void opt_p LESSPARAMS ((int type, char *s));
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arm.c20284 arm_parse_extension (char * str, const arm_feature_set **opt_p)
20289 *ext_set = **opt_p;
20290 *opt_p = ext_set;
20270 arm_parse_extension(char * str, const arm_feature_set **opt_p) argument

Completed in 209 milliseconds