Home
last modified time | relevance | path

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

/freebsd-14.2/tools/regression/sockets/unix_cmsg/
H A Duc_common.c103 uc_logmsgx(const char *format, ...) in uc_logmsgx() function
415 uc_logmsgx("msghdr.msg_controllen %u > 0", in uc_check_msghdr()
426 uc_logmsgx("cmsghdr is NULL"); in uc_check_cmsghdr()
435 uc_logmsgx("cmsghdr.cmsg_type %d != %d", in uc_check_cmsghdr()
440 uc_logmsgx("cmsghdr.cmsg_len %u != %zu", in uc_check_cmsghdr()
566 uc_logmsgx("client exit status is %d", in uc_client_wait()
610 uc_logmsgx("%s[%d] %lu != %lu", in uc_check_groups()
705 uc_logmsgx("sockcred.sc_uid %lu != %lu", in uc_check_scm_creds_sockcred()
715 uc_logmsgx("sockcred.sc_gid %lu != %lu", in uc_check_scm_creds_sockcred()
725 uc_logmsgx("sockcred.sc_ngroups == 0"); in uc_check_scm_creds_sockcred()
[all …]
H A Dt_peercred.c45 uc_logmsgx("option value size %zu != %zu", in check_xucred()
57 uc_logmsgx("xucred.cr_version %u != %d", in check_xucred()
62 uc_logmsgx("xucred.cr_uid %lu != %lu (EUID)", in check_xucred()
67 uc_logmsgx("xucred.cr_ngroups == 0"); in check_xucred()
71 uc_logmsgx("xucred.cr_ngroups < 0"); in check_xucred()
75 uc_logmsgx("xucred.cr_ngroups %hu > %u (max)", in check_xucred()
80 uc_logmsgx("xucred.cr_groups[0] %lu != %lu (EGID)", in check_xucred()
H A Duc_common.h61 void uc_logmsgx(const char *format, ...) __printflike(1, 2);
H A Dunix_cmsg.c254 uc_logmsgx("some system error or timeout occurred"); in run_tests()
336 uc_logmsgx("init: not enough space for socket pathname"); in init()
H A Dt_cmsg_len.c87 uc_logmsgx("sent message with cmsghdr.cmsg_len %u < %u", in t_cmsg_len_client()