Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/
H A Doclo.c186 oclo_record(const clo_create_t *c, int fd, int exp_flags, const char *desc) in oclo_record() function
245 oclo_record(c, oclo_file(c), c->clo_flags, NULL); in oclo_open()
257 oclo_record(c, fd, targ_flags, NULL); in oclo_setfd_common()
294 oclo_record(c, fd, c->clo_flags, "base"); in oclo_fdup_common()
321 oclo_record(c, dup, targ_flags, "dup"); in oclo_fdup_common()
391 oclo_record(c, fd, c->clo_flags, "base"); in oclo_dup_common()
403 oclo_record(c, dup, targ_flags, "dup"); in oclo_dup_common()
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()
470 oclo_record(c, fd, c->clo_flags, NULL); in oclo_socket()
[all …]