Home
last modified time | relevance | path

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

/illumos-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|", in write_new_algfile()
232 FPRINTF_ERR(fprintf(f, "sync\n")); in write_new_algfile()
235 FPRINTF_ERR(fprintf(f, "async\n")); in write_new_algfile()
258 FPRINTF_ERR(fprintf(f, "%s%d|%d|", in write_new_algfile()
264 FPRINTF_ERR(fprintf(f, "%s", alg->a_names[k])); in write_new_algfile()
266 FPRINTF_ERR(fprintf(f, ",")); in write_new_algfile()
270 FPRINTF_ERR(fprintf(f, "|%s|", alg->a_mech_name)); in write_new_algfile()
[all …]
/illumos-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", in i_dladm_flow_fput_grp()
235 FPRINTF_ERR(fprintf(fp, "%s=%" PRIu64 "\t", BW_LIMIT, in i_dladm_flow_fput_grp()
239 FPRINTF_ERR(fprintf(fp, "%s=%d\t", PRIORITY, in i_dladm_flow_fput_grp()
244 FPRINTF_ERR(fprintf(fp, "%s=%x:%x\t", DSFIELD, in i_dladm_flow_fput_grp()
272 FPRINTF_ERR(fprintf(fp, "%s=%s/%d\t", LOCAL_IP_ADDR, in i_dladm_flow_fput_grp()
299 FPRINTF_ERR(fprintf(fp, "%s=%s/%d\t", REMOTE_IP_ADDR, in i_dladm_flow_fput_grp()
303 FPRINTF_ERR(fprintf(fp, "%s=%d\t", TRANSPORT, in i_dladm_flow_fput_grp()
307 FPRINTF_ERR(fprintf(fp, "%s=%d\t", LOCAL_PORT, in i_dladm_flow_fput_grp()
311 FPRINTF_ERR(fprintf(fp, "%s=%d\t", REMOTE_PORT, in i_dladm_flow_fput_grp()
[all …]