Searched refs:ippm_name (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/ipp/ |
H A D | ippconf.c | 370 modname = imp->ippm_name; in ipp_mod_name() 430 DBG1(DBG_MOD, "registering module '%s'\n", imp->ippm_name); in ipp_mod_register() 471 DBG1(DBG_MOD, "unregistering module '%s'\n", imp->ippm_name); in ipp_mod_unregister() 760 ap->ippa_name, imp->ippm_name); in ipp_action_create() 1646 modname = imp->ippm_name; in ipp_stat_create() 2162 if (strcmp(imp->ippm_name, modname) == 0) in find_mod() 2214 if (strcmp(imp->ippm_name, modname) == 0) { in alloc_mod() 2241 (void) strcpy(imp->ippm_name, modname); in alloc_mod() 2286 hb = hash(imp->ippm_name); in free_mod() 2317 *imp->ippm_name = '\0'; in free_mod() [all …]
|
H A D | ipp_impl.h | 92 char ippm_name[MAXNAMELEN]; member
|
/titanic_41/usr/src/cmd/mdb/common/modules/ipp/ |
H A D | ipp.c | 269 imp->ippm_name); in action_summary() 387 mdb_printf("%?s %20s = %s\n", "", "name", imp->ippm_name); in mod_dump() 424 mdb_printf("%?p:%20s %5d\n", addr, imp->ippm_name, imp->ippm_id); in mod_summary()
|