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

/opensolaris-onvv-gate/usr/src/lib/libipsecutil/common/
H A Dalgs.c62 #define FPRINTF_ERR(fcall) if ((fcall) < 0) { \ macro
79 FPRINTF_ERR(fprintf(f, "%s%s\n", \
86 FPRINTF_ERR(fprintf(f, "%s%s\n", \
227 FPRINTF_ERR(fprintf(f, "%s%d|%s|",
232 FPRINTF_ERR(fprintf(f, "sync\n"));
235 FPRINTF_ERR(fprintf(f, "async\n"));
258 FPRINTF_ERR(fprintf(f, "%s%d|%d|",
264 FPRINTF_ERR(fprintf(f, "%s", alg->a_names[k]));
266 FPRINTF_ERR(fprintf(f, ","));
270 FPRINTF_ERR(fprint
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c220 #define FPRINTF_ERR(fcall) if ((fcall) < 0) return (-1); macro
230 FPRINTF_ERR(fprintf(fp, "%s\tlinkid=%d\t",
235 FPRINTF_ERR(fprintf(fp, "%s=%" PRIu64 "\t", BW_LIMIT,
239 FPRINTF_ERR(fprintf(fp, "%s=%d\t", PRIORITY,
244 FPRINTF_ERR(fprintf(fp, "%s=%x:%x\t", DSFIELD,
272 FPRINTF_ERR(fprintf(fp, "%s=%s/%d\t", LOCAL_IP_ADDR,
299 FPRINTF_ERR(fprintf(fp, "%s=%s/%d\t", REMOTE_IP_ADDR,
303 FPRINTF_ERR(fprintf(fp, "%s=%d\t", TRANSPORT,
307 FPRINTF_ERR(fprintf(fp, "%s=%d\t", LOCAL_PORT,
311 FPRINTF_ERR(fprint
[all...]

Completed in 106 milliseconds