Searched refs:uc_logmsgx (Results 1 – 5 of 5) sorted by relevance
/freebsd/tools/regression/sockets/unix_cmsg/ |
H A D | uc_common.c | 103 uc_logmsgx(const char *format, ...) in uc_logmsgx() function 233 uc_logmsgx("sync_recv: read %zd of 1 byte", ssize); in uc_sync_recv() 258 uc_logmsgx("uc_sync_send: sent %zd of 1 byte", ssize); in uc_sync_send() 287 uc_logmsgx("message_send: sendmsg: sent %zd of %zu bytes", in uc_message_send() 330 uc_logmsgx("message_recv: recvmsg: received %zd of %zu bytes", in uc_message_recv() 344 uc_logmsgx("message_recv: received message has wrong content"); in uc_message_recv() 370 uc_logmsgx("socket_accept: select timeout"); in uc_socket_accept() 402 uc_logmsgx("msghdr.msg_flags has MSG_TRUNC"); in uc_check_msghdr() 406 uc_logmsgx("msghdr.msg_flags has MSG_CTRUNC"); in uc_check_msghdr() 410 uc_logmsgx("msghdr.msg_controllen %u < %zu", in uc_check_msghdr() [all …]
|
H A D | t_peercred.c | 44 uc_logmsgx("option value size %zu != %zu", in check_xucred() 56 uc_logmsgx("xucred.cr_version %u != %d", in check_xucred() 61 uc_logmsgx("xucred.cr_uid %lu != %lu (EUID)", in check_xucred() 66 uc_logmsgx("xucred.cr_ngroups == 0"); in check_xucred() 70 uc_logmsgx("xucred.cr_ngroups < 0"); in check_xucred() 74 uc_logmsgx("xucred.cr_ngroups %hu > %u (max)", in check_xucred() 79 uc_logmsgx("xucred.cr_groups[0] %lu != %lu (EGID)", in check_xucred()
|
H A D | unix_cmsg.c | 253 uc_logmsgx("some system error or timeout occurred"); in run_tests() 335 uc_logmsgx("init: not enough space for socket pathname"); in init()
|
H A D | uc_common.h | 61 void uc_logmsgx(const char *format, ...) __printflike(1, 2);
|
H A D | t_cmsg_len.c | 86 uc_logmsgx("sent message with cmsghdr.cmsg_len %u < %u", in t_cmsg_len_client()
|