Searched refs:opt_P (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 655 const char *opt_P = NULL; in illif() local 659 'P', MDB_OPT_STR, &opt_P, NULL) != argc) in illif() 662 if (opt_P != NULL) { in illif() 663 if (strcmp("v4", opt_P) == 0) { in illif() 665 } else if (strcmp("v6", opt_P) == 0) { in illif() 668 mdb_warn("invalid protocol '%s'\n", opt_P); in illif() 688 if (!(flags & DCMD_ADDRSPEC) || opt_P != NULL || id.ill_printed) in illif() 1471 const char *opt_P = NULL, *opt_ill = NULL; in nce() local 1475 'P', MDB_OPT_STR, &opt_P, NULL) != argc) in nce() 1478 if (opt_P != NULL) { in nce() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_set.c | 356 const char *opt_I = NULL, *opt_L = NULL, *opt_P = NULL, *opt_o = NULL; in cmd_set() local 381 'P', MDB_OPT_STR, &opt_P, in cmd_set() 457 if (opt_P != NULL) in cmd_set() 458 (void) mdb_set_prompt(opt_P); in cmd_set()
|
/illumos-gate/usr/src/cmd/lgrpinfo/ |
H A D | lgrpinfo.pl | 73 $opt_r, $opt_L, $opt_P, $opt_I, $opt_T, $opt_G); 89 "P" => \$opt_P) || usage(3); 96 $nfilters++ if $opt_P; 172 @lgrp_list = map { $l->parents($_) } @lgrp_list if $opt_P;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 513 char product[36], *opt_s = NULL, *opt_P = NULL; in fmtopo() local 520 's', MDB_OPT_STR, &opt_s, 'P', MDB_OPT_STR, &opt_P, NULL) in fmtopo() 531 pgrp = opt_P; in fmtopo()
|