Searched defs:mod_str (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/bart/ |
H A D | bart.h | 107 char *mod_str; member in struct:tree_modifier
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.c | 2078 const char *mod_str; local 2087 mod_str = MSG_ORIG(MSG_MOD_SYS); 2090 mod_str = MSG_ORIG(MSG_MOD_SYS); 2101 mod_str = mod_buf; 2106 mod = elfedit_load_module(mod_str, must_exist, 0); 2120 MSG_INTL(MSG_ERR_MODNOCMD), mod_str); 2124 mod_str, cmd_str);
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 2193 static const char *mod_str[] = { local 2206 else if (pi->mod_type > 0 && pi->mod_type < ARRAY_SIZE(mod_str)) 2208 mod_str[pi->mod_type]);
|
H A D | t4_sge.c | 3184 static const char *mod_str[] = { NULL, "LR", "SR", "ER", "TWINAX", local 3197 else if (pi->mod_type > 0 && pi->mod_type < ARRAY_SIZE(mod_str)) 3198 KS_C_SET(transceiver, "%s", mod_str[pi->mod_type]);
|
Completed in 61 milliseconds