• Home
  • Raw
  • Download

Lines Matching refs:my_perror

303 mDNSlocal void my_perror(char *errmsg)  in my_perror()  function
1097 if (!extra) { my_perror("ERROR: malloc"); return mStatus_NoMemoryErr; } in add_record_to_service()
1489 if (!instance) { my_perror("ERROR: malloc"); return mStatus_NoMemoryErr; } in register_service_instance()
2913 else my_perror("queryrecord_result_callback: ERROR: getsockopt LOCAL_PEERCRED"); in queryrecord_result_callback()
3592 if (!req->msgbuf) { my_perror("ERROR: malloc"); req->ts = t_error; return; } in read_msg()
3699 if (!dnssd_SocketValid(req->errsd)) { my_perror("ERROR: socket"); req->ts = t_error; return; } in read_msg()
3897 if (dnssd_errno != dnssd_EWOULDBLOCK) my_perror("ERROR: accept"); in connect_callback()
3913 my_perror("ERROR: fcntl(sd, F_SETFL, O_NONBLOCK) - aborting client"); in connect_callback()
3927 else my_perror("ERROR: getsockopt, LOCAL_PEERCRED"); in connect_callback()
3943 my_perror("WARNING: could not set sockopt - SO_NP_EXTENSIONS"); in uds_socket_setup()
3954 my_perror("ERROR: could not set listen socket to non-blocking mode"); in uds_socket_setup()
3960 my_perror("ERROR: could not listen on listen socket"); in uds_socket_setup()
3966 my_perror("ERROR: could not add listen socket to event loop"); in uds_socket_setup()
4004 my_perror("ERROR: socket(AF_DNSSD, SOCK_STREAM, 0); failed"); in udsserver_init()
4018 my_perror("ERROR: bind(listenfd, (struct sockaddr *) &laddr, sizeof(laddr)); failed"); in udsserver_init()
4042 my_perror("ERROR: bind(listenfd, (struct sockaddr *) &laddr, sizeof(laddr)); failed"); in udsserver_init()
4059 …if (getrlimit(RLIMIT_NOFILE, &maxfds) < 0) { my_perror("ERROR: Unable to get file descriptor limit… in udsserver_init()
4060 …if (setrlimit(RLIMIT_NOFILE, &maxfds) < 0) my_perror("ERROR: Unable to set maximum file descriptor… in udsserver_init()
4062 …if (getrlimit(RLIMIT_NOFILE, &maxfds) < 0) { my_perror("ERROR: Unable to get file descriptor limit… in udsserver_init()
4066 …if (setrlimit(RLIMIT_NOFILE, &newfds) < 0) my_perror("ERROR: Unable to set maximum file descriptor… in udsserver_init()
4068 …if (getrlimit(RLIMIT_NOFILE, &maxfds) < 0) { my_perror("ERROR: Unable to get file descriptor limit… in udsserver_init()
4090 my_perror("ERROR: udsserver_init"); in udsserver_init()