Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/
H A Docloexec_verify.c65 verify_flags(int fd, int exp_flags) in verify_flags() argument
67 bool fail = (exp_flags & FD_CLOEXEC) != 0; in verify_flags()
69 bool clofork = (exp_flags & FD_CLOFORK) != 0; in verify_flags()
70 exp_flags &= ~FD_CLOFORK; in verify_flags()
79 exp_flags); in verify_flags()
92 strerrorname_np(e), exp_flags); in verify_flags()
98 "expected to fail based on flags %d", fd, flags, exp_flags); in verify_flags()
108 if (flags != exp_flags) { in verify_flags()
110 "not match expected flags 0x%x", fd, flags, exp_flags); in verify_flags()
115 "matched\n", fd, exp_flags); in verify_flags()
H A Doclo.c186 oclo_record(const clo_create_t *c, int fd, int exp_flags, const char *desc) in oclo_record() argument
209 oclo_rtdata[oclo_rtdata_next].crt_flags = exp_flags; in oclo_record()
/freebsd/lib/libc/tests/gen/
H A Dpopen_test.c54 int exp_flags, flags; in check_cloexec() local
61 exp_flags = FD_CLOEXEC; in check_cloexec()
63 exp_flags = 0; in check_cloexec()
64 ATF_CHECK_MSG((flags & FD_CLOEXEC) == exp_flags, in check_cloexec()
65 "bad cloexec flag; %d != %d", flags, exp_flags); in check_cloexec()
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c1779 uint64_t exp_flags; member
1940 if (reg->nr_flags != t->exp_flags) { in nmreq_reg_parsing()
1942 (unsigned long long)t->exp_flags); in nmreq_reg_parsing()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1460 uint16_t exp_flags; in lkpi_iv_key_set() local
1588 exp_flags = 0; in lkpi_iv_key_set()
1591 exp_flags = (IEEE80211_KEY_FLAG_PAIRWISE | in lkpi_iv_key_set()
1615 exp_flags = (IEEE80211_KEY_FLAG_PAIRWISE | in lkpi_iv_key_set()
1622 if ((kc->flags & ~exp_flags) != 0) in lkpi_iv_key_set()
1625 lkpi_cipher_suite_to_name(kc->cipher), kc->flags, exp_flags, in lkpi_iv_key_set()
1626 (kc->flags & ~exp_flags), IEEE80211_KEY_FLAG_BITS); in lkpi_iv_key_set()