Searched refs:optf (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 554 uint_t optf = 0; in cmd_nm() local 579 'D', MDB_OPT_SETBITS, NM_DYNSYM, &optf, in cmd_nm() 580 'P', MDB_OPT_SETBITS, NM_PRVSYM, &optf, in cmd_nm() 581 'd', MDB_OPT_SETBITS, NM_DEC, &optf, in cmd_nm() 582 'g', MDB_OPT_SETBITS, NM_GLOBAL, &optf, in cmd_nm() 583 'h', MDB_OPT_SETBITS, NM_NOHDRS, &optf, in cmd_nm() 584 'n', MDB_OPT_SETBITS, NM_SORT_NAME, &optf, in cmd_nm() 585 'o', MDB_OPT_SETBITS, NM_OCT, &optf, in cmd_nm() 586 'p', MDB_OPT_SETBITS, NM_PRTASGN | NM_NOHDRS, &optf, in cmd_nm() 587 'u', MDB_OPT_SETBITS, NM_UNDEF, &optf, in cmd_nm() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 390 const char *optf = NULL; in sonode() local 408 'f', MDB_OPT_STR, &optf, in sonode() 414 if (optf != NULL) { in sonode() 415 if (strcmp("inet", optf) == 0) in sonode() 417 else if (strcmp("inet6", optf) == 0) in sonode() 419 else if (strcmp("unix", optf) == 0) in sonode() 422 family = mdb_strtoull(optf); in sonode() 453 if ((optf != NULL) && (so.so_family != family)) in sonode() 1126 const char *optf = NULL; in netstat() local 1134 'f', MDB_OPT_STR, &optf, in netstat() [all …]
|
/illumos-gate/usr/src/uts/common/xen/public/ |
H A D | domctl.h | 573 struct xen_ia64_opt_feature optf; member
|