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

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_label.c39 #define BUFSZ 128 macro
114 char *fmtstr, buf[BUFSZ];
138 (void) snprintf(buf, BUFSZ, fmtstr,
175 char *fmtstr, *order, buf[BUFSZ];
206 topo_mod_free(mod, order, BUFSZ);
215 (void) snprintf(buf, BUFSZ, fmtstr, topo_node_instance(chip),
219 (void) snprintf(buf, BUFSZ, fmtstr, topo_node_instance(chip),
224 topo_mod_free(mod, order, BUFSZ);
230 topo_mod_free(mod, order, BUFSZ);
261 char *fmtstr, *order, buf[BUFSZ];
[all...]
H A Dchip_serial.c38 #define BUFSZ 128 macro
/osnet-11/usr/src/lib/fm/topo/modules/common/ipmi/common/
H A Dipmi_methods.c35 #define BUFSZ 128 macro
129 char *fmtstr, buf[BUFSZ];
153 (void) snprintf(buf, BUFSZ, fmtstr,
/osnet-11/usr/src/lib/libc/port/regex/
H A Dwordexp.c65 #define BUFSZ 256 /* allocation unit of the line buffer */ macro
319 cp = line = malloc(BUFSZ);
326 eob = line + BUFSZ;
342 if ((nl = realloc(line, bs + BUFSZ)) == NULL) {
348 eob = cp + BUFSZ;
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c41 #define BUFSZ 128 macro
462 char **entity_refs, reading_str[BUFSZ];
511 (void) snprintf(reading_str, BUFSZ, "%f", conv_reading);
1785 char **fmtarr, **entity_refs, buf[BUFSZ];
1829 (void) snprintf(buf, BUFSZ, fmtarr[i],
1837 (void) snprintf(buf, BUFSZ, fmtarr[i], inst1, inst2);
1870 char **fmtarr, **entity_refs, buf[BUFSZ];
1906 (void) snprintf(buf, BUFSZ, fmtarr[i], topo_node_instance(chip),
1933 char **fmtarr, **entity_refs, buf[BUFSZ];
1978 (void) snprintf(buf, BUFSZ, fmtar
[all...]

Completed in 33 milliseconds