Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/oclo/
H A Docloexec_verify.c42 verify_flags(int fd, int exp_flags) in verify_flags() argument
44 bool fail = (exp_flags & FD_CLOEXEC) != 0; in verify_flags()
54 exp_flags); in verify_flags()
67 strerrorname_np(e), exp_flags); in verify_flags()
73 "expected to fail based on flags %d", fd, flags, exp_flags); in verify_flags()
77 if (flags != exp_flags) { in verify_flags()
79 "not match expected flags 0x%x", fd, flags, exp_flags); in verify_flags()
84 "matched\n", fd, exp_flags); in verify_flags()
H A Doclo.c149 oclo_record(const clo_create_t *c, int fd, int exp_flags, const char *desc) in oclo_record() argument
172 oclo_rtdata[oclo_rtdata_next].crt_flags = exp_flags; in oclo_record()