Searched defs:qfmt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c82 sps_format(uintptr_t addr, const spppstr_t *sps, uint_t *qfmt) argument
91 if (*qfmt)
132 if (*qfmt) {
150 if (*qfmt) {
177 uint_t qfmt = FALSE; local
180 if (mdb_getopts(argc, argv, 'q', MDB_OPT_SETBITS, TRUE, &qfmt, NULL) !=
185 if (qfmt) {
196 (void) sps_format(addr, &sps, &qfmt);
197 } else if (mdb_walk("sppp", (mdb_walk_cb_t)sps_format, &qfmt) == -1) {
238 ppa_format(uintptr_t addr, const sppa_t *ppa, uint_t *qfmt) argument
250 uint_t qfmt = FALSE; local
415 tuncl_format(uintptr_t addr, const tuncl_t *tcl, uint_t *qfmt) argument
434 uint_t qfmt = FALSE; local
535 tunll_format(uintptr_t addr, const tunll_t *tll, uint_t *qfmt) argument
557 uint_t qfmt = FALSE; local
[all...]

Completed in 57 milliseconds