Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/oclo/
H A Doclo.c87 int crt_flags; member
100 bool fail = child && (rt->crt_flags & FD_CLOFORK) != 0; in oclo_flags_match()
135 if (flags != rt->crt_flags) { in oclo_flags_match()
172 oclo_rtdata[oclo_rtdata_next].crt_flags = exp_flags; in oclo_record()
1178 if ((oclo_rtdata[i].crt_flags & FD_CLOFORK) == 0) in oclo_child_reopen()
1181 if ((oclo_rtdata[i].crt_flags & FD_CLOEXEC) != 0) in oclo_child_reopen()
1238 if (asprintf(&argv[i + 1], "0x%x", oclo_rtdata[i].crt_flags) == in oclo_exec()