Searched refs:PLOGE_AND_EXIT (Results 1 – 4 of 4) sorted by relevance
35 PLOGE_AND_EXIT("failed to create AF_QIPCRTR socket"); in qrtr_set_address()39 PLOGE_AND_EXIT("getsockname()"); in qrtr_set_address()48 PLOGE_AND_EXIT("failed to create netlink socket"); in qrtr_set_address()65 PLOGE_AND_EXIT("failed to send netlink request"); in qrtr_set_address()69 PLOGE_AND_EXIT("failed to receive netlink response"); in qrtr_set_address()73 PLOGE_AND_EXIT("failed to configure node id"); in qrtr_set_address()
165 PLOGE_AND_EXIT("sock(AF_QIPCRTR)"); in main()169 PLOGE_AND_EXIT("getsockname()"); in main()180 PLOGE_AND_EXIT("setsockopt(SO_RCVTIMEO)"); in main()184 PLOGE_AND_EXIT("sendto()"); in main()232 PLOGE_AND_EXIT("recv()"); in main()
762 PLOGE_AND_EXIT("unable to create control socket"); in main()766 PLOGE_AND_EXIT("getsockname()"); in main()777 PLOGE_AND_EXIT("bind control socket"); in main()786 PLOGE_AND_EXIT("unable to say hello"); in main()
31 #define PLOGE_AND_EXIT(fmt, ...) do { \ macro