Searched defs:my_perror (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsmedia/plugins/blkdev/common/
H A Db_generic.c42 #define PERROR(string) my_perror(gettext(string))
45 my_perror(char *err_string) function
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c63 #define PERROR(string) my_perror(gettext(string))
67 my_perror(char *err_string) function
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c44 my_perror(char *err_string) function
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c115 my_perror(char *err_string) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c334 mDNSlocal void my_perror(char *errmsg) function
339 // Throttled version of my_perror: Logs once every 250 msgs
344 my_perror(err_msg);
1356 if (!extra) { my_perror("ERROR: malloc"); return mStatus_NoMemoryErr; }
1815 if (!instance) { my_perror("ERROR: malloc"); return mStatus_NoMemoryErr; }
3433 else my_perror("queryrecord_result_reply: ERROR: getsockopt LOCAL_PEERCRED");
4674 if (!req->msgbuf) { my_perror("ERROR: malloc"); req->ts = t_error; return; }
5056 my_perror("ERROR: fcntl(sd, F_SETFL, O_NONBLOCK) - aborting client");
5073 my_perror("ERROR: getsockopt, LOCAL_PEERCRED");
5090 my_perror("WARNIN
[all...]

Completed in 78 milliseconds