Searched refs:modnames (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 8538 char **modnames = NULL; in readkconf() local 8555 res = ipp_list_mods(&modnames, &nmods); in readkconf() 8570 if ((tfp = validmod(modnames[x], &openerr)) == NULL) { in readkconf() 8595 res = ipp_mod_list_actions(modnames[x], &actnames, &nacts); in readkconf() 8616 (void) strlcpy(ai_prm.action->module, modnames[x], in readkconf() 8639 cleanup_string_table(modnames, nmods); in readkconf() 8644 cleanup_string_table(modnames, nmods); in readkconf() 9026 char **modnames = NULL; in flush() local 9039 res = ipp_list_mods(&modnames, &nmods); in flush() 9051 modnames[x]); in flush() [all …]
|
/illumos-gate/usr/src/cmd/cxgbetool/ |
H A D | cxgbetool.c | 279 int nmodules, const char *modnames) in dump_regs_table() argument 296 modnames); in dump_regs_table()
|
H A D | cudbg_view.c | 2425 int nmodules, const char *modnames, in dump_regs_table() argument
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 1953 char *modnames, *mnp, *dname; in log_dupioc() local 1963 mnp = modnames = kmem_alloc(maxmodstr, KM_NOSLEEP); in log_dupioc() 1974 if (modnames == NULL) { in log_dupioc() 1981 modnames = dname; in log_dupioc() 1993 ASSERT(modnames != NULL); in log_dupioc() 1998 (DB_TYPE(bp) == M_IOCACK ? "ACK" : "NAK"), modnames); in log_dupioc() 2000 kmem_free(modnames, maxmodstr); in log_dupioc()
|