Home
last modified time | relevance | path

Searched refs:optf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c554 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 Dnet.c384 const char *optf = NULL; in sonode() local
402 'f', MDB_OPT_STR, &optf, in sonode()
408 if (optf != NULL) { in sonode()
409 if (strcmp("inet", optf) == 0) in sonode()
411 else if (strcmp("inet6", optf) == 0) in sonode()
413 else if (strcmp("unix", optf) == 0) in sonode()
416 family = mdb_strtoull(optf); in sonode()
447 if ((optf != NULL) && (so.so_family != family)) in sonode()
1124 const char *optf = NULL; in netstat() local
1132 'f', MDB_OPT_STR, &optf, in netstat()
[all …]
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h573 struct xen_ia64_opt_feature optf; member