Home
last modified time | relevance | path

Searched refs:my_perror (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c919 mDNSlocal void my_perror(char *errmsg);
991 my_perror("ERROR: socket(AF_DNSSD, SOCK_STREAM, 0); failed"); in udsserver_init()
1005 my_perror("ERROR: bind(listenfd, (struct sockaddr *) &laddr, sizeof(laddr)); failed"); in udsserver_init()
1024 my_perror("ERROR: bind(listenfd, (struct sockaddr *) &laddr, sizeof(laddr)); failed"); in udsserver_init()
1041 my_perror("ERROR: could not set listen socket to non-blocking mode"); in udsserver_init()
1047 my_perror("ERROR: could not listen on listen socket"); in udsserver_init()
1053 my_perror("ERROR: could not add listen socket to event loop"); in udsserver_init()
1065 …if (getrlimit(RLIMIT_NOFILE, &maxfds) < 0) { my_perror("ERROR: Unable to get file descriptor limit… in udsserver_init()
1066 …if (setrlimit(RLIMIT_NOFILE, &maxfds) < 0) my_perror("ERROR: Unable to set maximum file descriptor… in udsserver_init()
1068 …if (getrlimit(RLIMIT_NOFILE, &maxfds) < 0) { my_perror("ERROR: Unable to get file descriptor limit… in udsserver_init()
[all …]
/titanic_41/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) in my_perror() function
/titanic_41/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_defines.h38 #define PERROR(str) my_perror(gettext(str))
H A Df_generic.c44 my_perror(char *err_string) in my_perror() function
H A Df_format.c55 extern void my_perror(char *err_string);
/titanic_41/usr/src/cmd/rmformat/
H A Drmformat.h72 #define PERROR(string) my_perror(gettext(string))
H A Drmf_main.c71 extern void my_perror(char *err_string);
H A Drmf_menu.c82 extern void my_perror(char *err_string);
H A Drmf_slice.c50 extern void my_perror(char *err_string);
H A Drmf_misc.c115 my_perror(char *err_string) in my_perror() function
/titanic_41/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c63 #define PERROR(string) my_perror(gettext(string))
67 my_perror(char *err_string) in my_perror() function