Searched refs:oclo_record (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/oclo/ |
H A D | oclo.c | 149 oclo_record(const clo_create_t *c, int fd, int exp_flags, const char *desc) in oclo_record() function 208 oclo_record(c, oclo_file(c), c->clo_flags, NULL); in oclo_open() 220 oclo_record(c, fd, targ_flags, NULL); in oclo_setfd_common() 257 oclo_record(c, fd, c->clo_flags, "base"); in oclo_fdup_common() 282 oclo_record(c, dup, targ_flags, "dup"); in oclo_fdup_common() 350 oclo_record(c, fd, c->clo_flags, "base"); in oclo_dup_common() 362 oclo_record(c, dup, targ_flags, "dup"); in oclo_dup_common() 410 oclo_record(c, fds[0], c->clo_flags, "pipe[0]"); in oclo_pipe() 411 oclo_record(c, fds[1], c->clo_flags, "pipe[1]"); in oclo_pipe() 429 oclo_record(c, fd, c->clo_flags, NULL); in oclo_socket() [all …]
|