Searched refs:slot_names (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c935 di_slot_names_free(int count, di_slot_name_t *slot_names) argument
937 if (slot_names == NULL)
941 if (slot_names[count].name != NULL)
942 free(slot_names[count].name);
944 free(slot_names);
972 di_slot_name_t *slot_names = NULL; local
991 slot_names = malloc(sizeof (*slot_names) * maxcount);
992 bzero(slot_names, sizeof (*slot_names) * maxcoun
[all...]
H A Dlibdevinfo.h376 extern void di_slot_names_free(int count, di_slot_name_t *slot_names);
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.h94 tnf_slot_names_t slot_names; member in struct:__anon4136
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_trace.h120 tnf_slot_names_t slot_names; member in struct:__anon9259
H A Dtnf_probe.c177 ASSIGN(buffer, slot_names, slot_args);
H A Dtnf_types.h392 tnf_slot_names_t slot_names; member in struct:__anon9265
H A Dtnf_writer.c564 ASSIGN(buffer, slot_names, tag_data->tag_slot_names);
652 ASSIGN(buffer, slot_names, tag_data->tag_slot_names);
/illumos-gate/usr/src/lib/libtnf/
H A Dinfo.c336 tnf_ref32_t *slot_types, *slot_names; local
344 slot_names = (tnf_ref32_t *)
355 names = ((slot_names == TNF_NULL) ? TNF_NULL :
357 (tnf_ref32_t *)_tnf_get_elements(tnf, slot_names));
H A Dabi.c425 * Doesn't check for slot_names in tag
498 tnf_ref32_t *slot_types, *slot_names, *types, *names; local
506 * slot_names are optional
508 slot_names = (tnf_ref32_t *)
512 /* no slot_names; use _tnf_get_slot_typed() */
513 if (slot_names == TNF_NULL)
525 names = (tnf_ref32_t *)_tnf_get_elements(tnf, slot_names);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c1282 char *slot_names; local
1353 slot_names = (char *)slot_names_mask;
1356 slot_names += 4; /* Skip the 4 byte bitmask */
1366 (void) strcpy(str, slot_names);
1369 slot_names += strlen(slot_names)+1;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c1489 char *slot_names; local
1555 slot_names = (char *)slot_names_mask;
1558 slot_names += 4; /* Skip the 4 byte bitmask */
1568 (void) strcpy(str, slot_names);
1571 slot_names += strlen(slot_names)+1;
/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.c495 di_slot_name_t *slot_names = NULL; local
498 &slot_names);
503 if (slot_names[i].num == (int)pci_dev) {
504 name = strdup(slot_names[i].name);
514 di_slot_names_free(count, slot_names);

Completed in 816 milliseconds