Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/
H A Doclo.c112 int clo_flags; member
229 if ((c->clo_flags & FD_CLOEXEC) != 0) in oclo_file()
231 if ((c->clo_flags & FD_CLOFORK) != 0) in oclo_file()
245 oclo_record(c, oclo_file(c), c->clo_flags, NULL); in oclo_open()
294 oclo_record(c, fd, c->clo_flags, "base"); in oclo_fdup_common()
391 oclo_record(c, fd, c->clo_flags, "base"); in oclo_dup_common()
441 if ((c->clo_flags & FD_CLOEXEC) != 0) in oclo_pipe()
443 if ((c->clo_flags & FD_CLOFORK) != 0) in oclo_pipe()
451 oclo_record(c, fds[0], c->clo_flags, "pipe[0]"); in oclo_pipe()
452 oclo_record(c, fds[1], c->clo_flags, "pipe[1]"); in oclo_pipe()
[all …]