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

/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c1785 char **fmtarr, **entity_refs, buf[BUFSZ]; local
1810 if (nvlist_lookup_string_array(args, "format", &fmtarr, &nelems) != 0) {
1829 (void) snprintf(buf, BUFSZ, fmtarr[i],
1837 (void) snprintf(buf, BUFSZ, fmtarr[i], inst1, inst2);
1870 char **fmtarr, **entity_refs, buf[BUFSZ]; local
1887 if (nvlist_lookup_string_array(args, "format", &fmtarr, &nelems) != 0) {
1906 (void) snprintf(buf, BUFSZ, fmtarr[i], topo_node_instance(chip),
1933 char **fmtarr, **entity_refs, buf[BUFSZ]; local
1950 if (nvlist_lookup_string_array(args, "format", &fmtarr, &nelems) != 0) {
1978 (void) snprintf(buf, BUFSZ, fmtarr[
[all...]

Completed in 26 milliseconds