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

/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c231 * p Print portals with TPG information
319 /* Always print tpgs and portals */
626 /* Walk the tpgs for the rest of the portals */
1265 * portals as well. Enable idc_header for the portals.
3177 int portals = 0, esi = 0, targets = 0, verbose = 0, servers = 0; local
3188 'p', MDB_OPT_SETBITS, TRUE, &portals,
3196 if ((esi + portals + targets + servers) > 1) {
3201 if ((esi | portals | targets | servers) == 0) {
3213 if (portals) {
[all...]

Completed in 70 milliseconds