Home
last modified time | relevance | path

Searched refs:uc_logmsgx (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/tools/regression/sockets/unix_cmsg/
H A Duc_common.c105 uc_logmsgx(const char *format, ...) in uc_logmsgx() function
417 uc_logmsgx("msghdr.msg_controllen %u > 0", in uc_check_msghdr()
428 uc_logmsgx("cmsghdr is NULL"); in uc_check_cmsghdr()
437 uc_logmsgx("cmsghdr.cmsg_type %d != %d", in uc_check_cmsghdr()
442 uc_logmsgx("cmsghdr.cmsg_len %u != %zu", in uc_check_cmsghdr()
568 uc_logmsgx("client exit status is %d", in uc_client_wait()
612 uc_logmsgx("%s[%d] %lu != %lu", in uc_check_groups()
707 uc_logmsgx("sockcred.sc_uid %lu != %lu", in uc_check_scm_creds_sockcred()
717 uc_logmsgx("sockcred.sc_gid %lu != %lu", in uc_check_scm_creds_sockcred()
727 uc_logmsgx("sockcred.sc_ngroups == 0"); in uc_check_scm_creds_sockcred()
[all …]
H A Dt_peercred.c47 uc_logmsgx("option value size %zu != %zu", in check_xucred()
59 uc_logmsgx("xucred.cr_version %u != %d", in check_xucred()
64 uc_logmsgx("xucred.cr_uid %lu != %lu (EUID)", in check_xucred()
69 uc_logmsgx("xucred.cr_ngroups == 0"); in check_xucred()
73 uc_logmsgx("xucred.cr_ngroups < 0"); in check_xucred()
77 uc_logmsgx("xucred.cr_ngroups %hu > %u (max)", in check_xucred()
82 uc_logmsgx("xucred.cr_groups[0] %lu != %lu (EGID)", in check_xucred()
H A Duc_common.h63 void uc_logmsgx(const char *format, ...) __printflike(1, 2);
H A Dunix_cmsg.c256 uc_logmsgx("some system error or timeout occurred"); in run_tests()
338 uc_logmsgx("init: not enough space for socket pathname"); in init()
H A Dt_cmsg_len.c89 uc_logmsgx("sent message with cmsghdr.cmsg_len %u < %u", in t_cmsg_len_client()