Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tnf/tnfdump/
H A Dcooked.c146 char *slotname; in describe_probe_type() local
157 slotname = tnf_get_slot_name(datum, i); in describe_probe_type()
158 slot_len = strlen(slotname); in describe_probe_type()
161 if ((!STREQ(slotname, TNF_N_TAG, slot_len)) && in describe_probe_type()
162 (!STREQ(slotname, TNF_N_PROPERTIES, slot_len)) && in describe_probe_type()
163 (!STREQ(slotname, TNF_N_SLOT_TYPES, slot_len)) && in describe_probe_type()
164 (!STREQ(slotname, TNF_N_TYPE_SIZE, slot_len)) && in describe_probe_type()
165 (!STREQ(slotname, TNF_N_SLOT_NAMES, slot_len))) { in describe_probe_type()
167 (void) printf("%s: ", slotname); in describe_probe_type()
201 char *slotname, *eventname, *tidtype; in describe_event() local
[all …]
H A Dmain.c309 char *slotname; in describe_struct() local
313 slotname = tnf_get_slot_name(datum, i); in describe_struct()
314 (void) printf("%24s ", slotname); in describe_struct()
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c129 di_physlotinfo_get(topo_mod_t *mp, di_node_t src, int *slotnum, char **slotname) in di_physlotinfo_get() argument
200 if ((*slotname = topo_mod_strdup(mp, slotbuf)) == NULL) in di_physlotinfo_get()
204 __func__, src, *slotname); in di_physlotinfo_get()
217 char *slotname; in di_slotinfo_get() local
231 slotname = (char *)&slotbuf[4]; in di_slotinfo_get()
234 char *s = slotname; in di_slotinfo_get()
235 slotname += strlen(s) + 1; in di_slotinfo_get()
/titanic_41/usr/src/cmd/luxadm/
H A Dfcalupdate.c144 char *slotname, socal[MAXNAMELEN]; in fcal_update() local
206 slotname = &sbus_list[i][0]; in fcal_update()
207 if (fflag && (strcmp(slotname, bootpath) == 0)) { in fcal_update()
209 MSGSTR(4504, " Ignoring %s (bootpath)\n"), slotname); in fcal_update()
234 MSGSTR(85, "Opening %s\n"), slotname); in fcal_update()
237 fd = open(slotname, O_RDWR); in fcal_update()
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_memerr_arch.c635 const char *slotname[] = { variable
885 (void) snprintf(frustr, DP_MAX, slotname[id]); in cmd_gen_datapath_fault()