Lines Matching refs:clo_desc
74 const char *clo_desc; member
110 rt->crt_data->clo_desc, pass, rt->crt_fd); in oclo_flags_match()
116 rt->crt_data->clo_desc, pass, rt->crt_fd, in oclo_flags_match()
122 "unexpectedly failed", rt->crt_data->clo_desc, pass, in oclo_flags_match()
130 rt->crt_data->clo_desc, pass, rt->crt_fd, flags, in oclo_flags_match()
137 "not match expected flags 0x%x", rt->crt_data->clo_desc, in oclo_flags_match()
143 "(0x%x)\n", rt->crt_data->clo_desc, pass, rt->crt_fd, flags); in oclo_flags_match()
199 c->clo_desc); in oclo_file()
217 "flags to %d", c->clo_desc, targ_flags); in oclo_setfd_common()
274 "unexpected fcntl cmd: 0x%x", c->clo_desc, cmd); in oclo_fdup_common()
279 "fcntl command 0x%x", c->clo_desc, cmd); in oclo_fdup_common()
407 "failed", c->clo_desc, flags); in oclo_pipe()
426 "with flags: 0x%x\n", c->clo_desc, c->clo_flags); in oclo_socket()
453 "socket with flags: 0x%x\n", c->clo_desc, c->clo_flags); in oclo_accept_common()
464 c->clo_desc); in oclo_accept_common()
470 "socket address", c->clo_desc); in oclo_accept_common()
475 c->clo_desc); in oclo_accept_common()
481 "socket", c->clo_desc); in oclo_accept_common()
487 "server socket", c->clo_desc); in oclo_accept_common()
497 "connection", c->clo_desc); in oclo_accept_common()
552 "pair", c->clo_desc); in oclo_rights_common()
570 "bytes for SCM_RIGHTS control message", c->clo_desc, in oclo_rights_common()
587 c->clo_desc); in oclo_rights_common()
593 c->clo_desc); in oclo_rights_common()
598 "data: expected 0x7777, found 0x%x", c->clo_desc, data); in oclo_rights_common()
604 "0x%x", c->clo_desc, CMSG_SPACE(sizeof (int)), in oclo_rights_common()
611 "0x%x/0x%x, expected 0x%x/0x%x", c->clo_desc, in oclo_rights_common()
617 "SCM_RIGHTS length 0x%x: expected 0x%zx", c->clo_desc, in oclo_rights_common()
650 .clo_desc = "open(2), no flags",
654 .clo_desc = "open(2), O_CLOEXEC",
658 .clo_desc = "open(2), O_CLOFORK",
662 .clo_desc = "open(2), O_CLOEXEC|O_CLOFORK",
666 .clo_desc = "fcntl(F_SETFD) no flags->no flags",
670 .clo_desc = "fcntl(F_SETFD) O_CLOFORK|O_CLOEXEC->no flags",
674 .clo_desc = "fcntl(F_SETFD) O_CLOEXEC->no flags",
678 .clo_desc = "fcntl(F_SETFD) O_CLOFORK->no flags",
682 .clo_desc = "fcntl(F_SETFD) no flags->O_CLOEXEC",
686 .clo_desc = "fcntl(F_SETFD) O_CLOFORK|O_CLOEXEC->O_CLOEXEC",
690 .clo_desc = "fcntl(F_SETFD) O_CLOEXEC->O_CLOEXEC",
694 .clo_desc = "fcntl(F_SETFD) O_CLOFORK->O_CLOEXEC",
698 .clo_desc = "fcntl(F_SETFD) no flags->O_CLOFORK",
702 .clo_desc = "fcntl(F_SETFD) O_CLOFORK|O_CLOEXEC->O_CLOFORK",
706 .clo_desc = "fcntl(F_SETFD) O_CLOEXEC->O_CLOFORK",
710 .clo_desc = "fcntl(F_SETFD) O_CLOFORK->O_CLOFORK",
714 .clo_desc = "fcntl(F_SETFD) no flags->O_CLOFORK|O_CLOEXEC",
718 .clo_desc = "fcntl(F_SETFD) O_CLOFORK|O_CLOEXEC->O_CLOFORK|O_CLOEXEC",
722 .clo_desc = "fcntl(F_SETFD) O_CLOEXEC->O_CLOFORK|O_CLOEXEC",
726 .clo_desc = "fcntl(F_SETFD) O_CLOFORK->O_CLOFORK|O_CLOEXEC",
730 .clo_desc = "fcntl(F_DUPFD) none->none",
734 .clo_desc = "fcntl(F_DUPFD) FD_CLOEXEC->none",
738 .clo_desc = "fcntl(F_DUPFD) FD_CLOFORK->none",
742 .clo_desc = "fcntl(F_DUPFD) FD_CLOEXEC|FD_CLOFORK->none",
746 .clo_desc = "fcntl(F_DUPFD_CLOFORK) none",
750 .clo_desc = "fcntl(F_DUPFD_CLOFORK) FD_CLOEXEC",
754 .clo_desc = "fcntl(F_DUPFD_CLOFORK) FD_CLOFORK",
758 .clo_desc = "fcntl(F_DUPFD_CLOFORK) FD_CLOEXEC|FD_CLOFORK",
762 .clo_desc = "fcntl(F_DUPFD_CLOEXEC) none",
766 .clo_desc = "fcntl(F_DUPFD_CLOEXEC) FD_CLOEXEC",
770 .clo_desc = "fcntl(F_DUPFD_CLOEXEC) FD_CLOFORK",
774 .clo_desc = "fcntl(F_DUPFD_CLOEXEC) FD_CLOEXEC|FD_CLOFORK",
778 .clo_desc = "fcntl(F_DUP2FD) none->none",
782 .clo_desc = "fcntl(F_DUP2FD) FD_CLOEXEC->none",
786 .clo_desc = "fcntl(F_DUP2FD) FD_CLOFORK->none",
790 .clo_desc = "fcntl(F_DUP2FD) FD_CLOEXEC|FD_CLOFORK->none",
794 .clo_desc = "fcntl(F_DUP2FD_CLOFORK) none",
798 .clo_desc = "fcntl(F_DUP2FD_CLOFORK) FD_CLOEXEC",
802 .clo_desc = "fcntl(F_DUP2FD_CLOFORK) FD_CLOFORK",
806 .clo_desc = "fcntl(F_DUP2FD_CLOFORK) FD_CLOEXEC|FD_CLOFORK",
810 .clo_desc = "fcntl(F_DUP2FD_CLOEXEC) none",
814 .clo_desc = "fcntl(F_DUP2FD_CLOEXEC) FD_CLOEXEC",
818 .clo_desc = "fcntl(F_DUP2FD_CLOEXEC) FD_CLOFORK",
822 .clo_desc = "fcntl(F_DUP2FD_CLOEXEC) FD_CLOEXEC|FD_CLOFORK",
826 .clo_desc = "fcntl(F_DUP3FD) none->none",
830 .clo_desc = "fcntl(F_DUP3FD) FD_CLOEXEC->none",
834 .clo_desc = "fcntl(F_DUP3FD) FD_CLOFORK->none",
838 .clo_desc = "fcntl(F_DUP3FD) FD_CLOEXEC|FD_CLOFORK->none",
842 .clo_desc = "fcntl(F_DUP3FD) none->FD_CLOEXEC",
846 .clo_desc = "fcntl(F_DUP3FD) FD_CLOEXEC->FD_CLOEXEC",
850 .clo_desc = "fcntl(F_DUP3FD) FD_CLOFORK->FD_CLOEXEC",
854 .clo_desc = "fcntl(F_DUP3FD) FD_CLOEXEC|FD_CLOFORK->FD_CLOEXEC",
858 .clo_desc = "fcntl(F_DUP3FD) none->FD_CLOFORK|FD_CLOEXEC",
862 .clo_desc = "fcntl(F_DUP3FD) FD_CLOEXEC->FD_CLOFORK|FD_CLOEXEC",
866 .clo_desc = "fcntl(F_DUP3FD) FD_CLOFORK->FD_CLOFORK|FD_CLOEXEC",
870 .clo_desc = "fcntl(F_DUP3FD) FD_CLOEXEC|FD_CLOFORK->"
875 .clo_desc = "fcntl(F_DUP3FD) none->FD_CLOFORK",
879 .clo_desc = "fcntl(F_DUP3FD) FD_CLOEXEC->FD_CLOFORK",
883 .clo_desc = "fcntl(F_DUP3FD) FD_CLOFORK->FD_CLOFORK",
887 .clo_desc = "fcntl(F_DUP3FD) FD_CLOEXEC|FD_CLOFORK->FD_CLOFORK",
891 .clo_desc = "dup2() none->none",
895 .clo_desc = "dup2() FD_CLOEXEC->none",
899 .clo_desc = "dup2() FD_CLOFORK->none",
903 .clo_desc = "dup2() FD_CLOEXEC|FD_CLOFORK->none",
907 .clo_desc = "dup3() none->none",
911 .clo_desc = "dup3() FD_CLOEXEC->none",
915 .clo_desc = "dup3() FD_CLOFORK->none",
919 .clo_desc = "dup3() FD_CLOEXEC|FD_CLOFORK->none",
923 .clo_desc = "dup3() none->FD_CLOEXEC",
927 .clo_desc = "dup3() FD_CLOEXEC->FD_CLOEXEC",
931 .clo_desc = "dup3() FD_CLOFORK->FD_CLOEXEC",
935 .clo_desc = "dup3() FD_CLOEXEC|FD_CLOFORK->FD_CLOEXEC",
939 .clo_desc = "dup3() none->FD_CLOFORK|FD_CLOEXEC",
943 .clo_desc = "dup3() FD_CLOEXEC->FD_CLOFORK|FD_CLOEXEC",
947 .clo_desc = "dup3() FD_CLOFORK->FD_CLOFORK|FD_CLOEXEC",
951 .clo_desc = "dup3() FD_CLOEXEC|FD_CLOFORK->FD_CLOFORK|FD_CLOEXEC",
955 .clo_desc = "dup3() none->FD_CLOFORK",
959 .clo_desc = "dup3() FD_CLOEXEC->FD_CLOFORK",
963 .clo_desc = "dup3() FD_CLOFORK->FD_CLOFORK",
967 .clo_desc = "dup3() FD_CLOEXEC|FD_CLOFORK->FD_CLOFORK",
971 .clo_desc = "pipe(2), no flags",
975 .clo_desc = "pipe(2), O_CLOEXEC",
979 .clo_desc = "pipe(2), O_CLOFORK",
983 .clo_desc = "pipe(2), O_CLOEXEC|O_CLOFORK",
987 .clo_desc = "socket(2), no flags",
991 .clo_desc = "socket(2), O_CLOEXEC",
995 .clo_desc = "socket(2), O_CLOFORK",
999 .clo_desc = "socket(2), O_CLOEXEC|O_CLOFORK",
1003 .clo_desc = "socket(2), no flags->accept() none",
1007 .clo_desc = "socket(2), O_CLOEXEC->accept() none",
1011 .clo_desc = "socket(2), O_CLOFORK->accept() none",
1015 .clo_desc = "socket(2), O_CLOEXEC|O_CLOFORK->accept() none",
1019 .clo_desc = "socket(2), no flags->accept4() none",
1023 .clo_desc = "socket(2), O_CLOEXEC->accept4() none",
1027 .clo_desc = "socket(2), O_CLOFORK->accept4() none",
1031 .clo_desc = "socket(2), O_CLOEXEC|O_CLOFORK->accept4() none",
1035 .clo_desc = "socket(2), no flags->accept4() SOCK_CLOFORK|SOCK_CLOEXEC",
1039 .clo_desc = "socket(2), O_CLOEXEC->accept4() SOCK_CLOFORK|SOCK_CLOEXEC",
1043 .clo_desc = "socket(2), O_CLOFORK->accept4() SOCK_CLOFORK|SOCK_CLOEXEC",
1047 .clo_desc = "socket(2), O_CLOEXEC|O_CLOFORK->accept4() "
1052 .clo_desc = "socket(2), no flags->accept4() SOCK_CLOFORK",
1056 .clo_desc = "socket(2), O_CLOEXEC->accept4() SOCK_CLOFORK",
1060 .clo_desc = "socket(2), O_CLOFORK->accept4() SOCK_CLOFORK",
1064 .clo_desc = "socket(2), O_CLOEXEC|O_CLOFORK->accept4() SOCK_CLOFORK",
1068 .clo_desc = "socket(2), no flags->accept4() SOCK_CLOEXEC",
1072 .clo_desc = "socket(2), O_CLOEXEC->accept4() SOCK_CLOEXEC",
1076 .clo_desc = "socket(2), O_CLOFORK->accept4() SOCK_CLOEXEC",
1080 .clo_desc = "socket(2), O_CLOEXEC|O_CLOFORK->accept4() SOCK_CLOEXEC",
1084 .clo_desc = "SCM_RIGHTS none->none",
1088 .clo_desc = "SCM_RIGHTS FD_CLOFORK->none",
1092 .clo_desc = "SCM_RIGHTS FD_CLOEXEC->none",
1096 .clo_desc = "SCM_RIGHTS FD_CLOEXEC|FD_CLOFORK->none",
1100 .clo_desc = "SCM_RIGHTS none->MSG_CMSG_CLOEXEC",
1104 .clo_desc = "SCM_RIGHTS FD_CLOFORK->MSG_CMSG_CLOEXEC",
1108 .clo_desc = "SCM_RIGHTS FD_CLOEXEC->MSG_CMSG_CLOEXEC",
1112 .clo_desc = "SCM_RIGHTS FD_CLOEXEC|FD_CLOFORK->MSG_CMSG_CLOEXEC",
1116 .clo_desc = "SCM_RIGHTS MSG_CMSG_CLOFORK->nMSG_CMSG_CLOFORK",
1120 .clo_desc = "SCM_RIGHTS FD_CLOFORK->MSG_CMSG_CLOFORK",
1124 .clo_desc = "SCM_RIGHTS FD_CLOEXEC->MSG_CMSG_CLOFORK",
1128 .clo_desc = "SCM_RIGHTS FD_CLOEXEC|FD_CLOFORK->MSG_CMSG_CLOFORK",
1132 .clo_desc = "SCM_RIGHTS none->MSG_CMSG_CLOEXEC|MSG_CMSG_CLOFORK",
1136 .clo_desc = "SCM_RIGHTS FD_CLOFORK->MSG_CMSG_CLOEXEC|MSG_CMSG_CLOFORK",
1140 .clo_desc = "SCM_RIGHTS FD_CLOEXEC->MSG_CMSG_CLOEXEC|MSG_CMSG_CLOFORK",
1144 .clo_desc = "SCM_RIGHTS FD_CLOEXEC|FD_CLOFORK->"