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

/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c1541 char **fmtarr, **entity_refs, buf[BUFSZ]; local
1566 if (nvlist_lookup_string_array(args, "format", &fmtarr, &nelems) != 0) {
1585 (void) snprintf(buf, BUFSZ, fmtarr[i],
1593 (void) snprintf(buf, BUFSZ, fmtarr[i], inst1, inst2);
1626 char **fmtarr, **entity_refs, buf[BUFSZ]; local
1643 if (nvlist_lookup_string_array(args, "format", &fmtarr, &nelems) != 0) {
1662 (void) snprintf(buf, BUFSZ, fmtarr[i], topo_node_instance(chip),
1689 char **fmtarr, **entity_refs, buf[BUFSZ]; local
1706 if (nvlist_lookup_string_array(args, "format", &fmtarr, &nelems) != 0) {
1734 (void) snprintf(buf, BUFSZ, fmtarr[
[all...]

Completed in 47 milliseconds