Symbol: clo_create_t
test/illumos/oclo/oclo.c
112
void (*clo_func)(const clo_create_t *);
test/illumos/oclo/oclo.c
120
const clo_create_t *crt_data;
test/illumos/oclo/oclo.c
185
oclo_record(const clo_create_t *c, int fd, int exp_flags, const char *desc)
test/illumos/oclo/oclo.c
224
oclo_file(const clo_create_t *c)
test/illumos/oclo/oclo.c
242
oclo_open(const clo_create_t *c)
test/illumos/oclo/oclo.c
248
oclo_setfd_common(const clo_create_t *c, int targ_flags)
test/illumos/oclo/oclo.c
260
oclo_setfd_none(const clo_create_t *c)
test/illumos/oclo/oclo.c
266
oclo_setfd_exec(const clo_create_t *c)
test/illumos/oclo/oclo.c
272
oclo_setfd_fork(const clo_create_t *c)
test/illumos/oclo/oclo.c
278
oclo_setfd_both(const clo_create_t *c)
test/illumos/oclo/oclo.c
288
oclo_fdup_common(const clo_create_t *c, int targ_flags, int cmd)
test/illumos/oclo/oclo.c
322
oclo_fdupfd(const clo_create_t *c)
test/illumos/oclo/oclo.c
328
oclo_fdupfd_fork(const clo_create_t *c)
test/illumos/oclo/oclo.c
334
oclo_fdupfd_exec(const clo_create_t *c)
test/illumos/oclo/oclo.c
340
oclo_fdup2fd(const clo_create_t *c)
test/illumos/oclo/oclo.c
346
oclo_fdup2fd_fork(const clo_create_t *c)
test/illumos/oclo/oclo.c
352
oclo_fdup2fd_exec(const clo_create_t *c)
test/illumos/oclo/oclo.c
358
oclo_fdup3fd_none(const clo_create_t *c)
test/illumos/oclo/oclo.c
364
oclo_fdup3fd_exec(const clo_create_t *c)
test/illumos/oclo/oclo.c
370
oclo_fdup3fd_fork(const clo_create_t *c)
test/illumos/oclo/oclo.c
376
oclo_fdup3fd_both(const clo_create_t *c)
test/illumos/oclo/oclo.c
382
oclo_dup_common(const clo_create_t *c, int targ_flags, bool v3)
test/illumos/oclo/oclo.c
402
oclo_dup2(const clo_create_t *c)
test/illumos/oclo/oclo.c
408
oclo_dup3_none(const clo_create_t *c)
test/illumos/oclo/oclo.c
414
oclo_dup3_exec(const clo_create_t *c)
test/illumos/oclo/oclo.c
420
oclo_dup3_fork(const clo_create_t *c)
test/illumos/oclo/oclo.c
426
oclo_dup3_both(const clo_create_t *c)
test/illumos/oclo/oclo.c
432
oclo_pipe(const clo_create_t *c)
test/illumos/oclo/oclo.c
451
oclo_socket(const clo_create_t *c)
test/illumos/oclo/oclo.c
469
oclo_accept_common(const clo_create_t *c, int targ_flags, bool a4)
test/illumos/oclo/oclo.c
539
oclo_accept(const clo_create_t *c)
test/illumos/oclo/oclo.c
545
oclo_accept4_none(const clo_create_t *c)
test/illumos/oclo/oclo.c
551
oclo_accept4_fork(const clo_create_t *c)
test/illumos/oclo/oclo.c
557
oclo_accept4_exec(const clo_create_t *c)
test/illumos/oclo/oclo.c
563
oclo_accept4_both(const clo_create_t *c)
test/illumos/oclo/oclo.c
572
oclo_rights_common(const clo_create_t *c, int targ_flags)
test/illumos/oclo/oclo.c
667
oclo_rights_none(const clo_create_t *c)
test/illumos/oclo/oclo.c
673
oclo_rights_exec(const clo_create_t *c)
test/illumos/oclo/oclo.c
679
oclo_rights_fork(const clo_create_t *c)
test/illumos/oclo/oclo.c
685
oclo_rights_both(const clo_create_t *c)
test/illumos/oclo/oclo.c
690
static const clo_create_t oclo_create[] = { {