Home
last modified time | relevance | path

Searched refs:mod_str (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/bart/
H A Dbart.h107 char *mod_str; member
H A Drules.c89 pattern = mod_ptr->mod_str; in exclude_fname()
578 new_mod_ptr->mod_str = safe_strdup(pattern); in add_modifier()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2078 const char *mod_str; in elfedit_find_command() local
2087 mod_str = MSG_ORIG(MSG_MOD_SYS); in elfedit_find_command()
2090 mod_str = MSG_ORIG(MSG_MOD_SYS); in elfedit_find_command()
2101 mod_str = mod_buf; in elfedit_find_command()
2106 mod = elfedit_load_module(mod_str, must_exist, 0); in elfedit_find_command()
2120 MSG_INTL(MSG_ERR_MODNOCMD), mod_str); in elfedit_find_command()
2124 mod_str, cmd_str); in elfedit_find_command()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c2987 static const char *mod_str[] = { local
3000 else if (pi->mod_type > 0 && pi->mod_type < ARRAY_SIZE(mod_str))
3002 mod_str[pi->mod_type]);
H A Dt4_sge.c3602 static const char *mod_str[] = { NULL, "LR", "SR", "ER", "TWINAX", in update_port_info_kstats() local
3615 else if (pi->mod_type > 0 && pi->mod_type < ARRAY_SIZE(mod_str)) in update_port_info_kstats()
3616 KS_C_SET(transceiver, "%s", mod_str[pi->mod_type]); in update_port_info_kstats()