Lines Matching defs:module
45 fmd_stat_t module;
70 { "module", FMD_TYPE_STRING },
248 * common queue statistics for the given module and store the results in 'mp'.
280 * looking at the module queue or the transport queue.
412 mp->m_new->module.fmds_value.str);
423 "wait", "svc_t", "%w", "%b", "module");
432 const char *module = arg;
454 if (module == NULL ||
455 strcmp(module, mp->m_new->module.fmds_value.str) == 0) {
458 mp->m_new->module.fmds_value.str,
468 stat_xprt_auth(const char *module)
471 "id", "state", "module", "authority");
473 if (fmd_adm_xprt_iter(g_adm, stat_one_xprt_auth, (void *)module) != 0)
487 return (0); /* continue on to the next module */
525 "module", "ev_recv", "ev_acpt", "wait", "svc_t", "%w", "%b",
680 (void) fprintf(fp, "Usage: %s [-astTz] [-m module] "
686 "\t-m show module-specific statistics\n"
688 "\t-s show module-specific serd engines\n"
785 "%s: -s requires -m <module>\n", g_pname);