Symbol: clo_create_t
usr/src/test/os-tests/tests/oclo/oclo.c
153
oclo_record(const clo_create_t *c, int fd, int exp_flags, const char *desc)
usr/src/test/os-tests/tests/oclo/oclo.c
192
oclo_file(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
210
oclo_open(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
216
oclo_setfd_common(const clo_create_t *c, int targ_flags)
usr/src/test/os-tests/tests/oclo/oclo.c
228
oclo_setfd_none(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
234
oclo_setfd_exec(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
240
oclo_setfd_fork(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
246
oclo_setfd_both(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
256
oclo_fdup_common(const clo_create_t *c, int targ_flags, int cmd)
usr/src/test/os-tests/tests/oclo/oclo.c
290
oclo_fdupfd(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
296
oclo_fdupfd_fork(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
302
oclo_fdupfd_exec(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
308
oclo_fdup2fd(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
314
oclo_fdup2fd_fork(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
320
oclo_fdup2fd_exec(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
326
oclo_fdup3fd_none(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
332
oclo_fdup3fd_exec(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
338
oclo_fdup3fd_fork(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
344
oclo_fdup3fd_both(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
350
oclo_dup_common(const clo_create_t *c, int targ_flags, bool v3)
usr/src/test/os-tests/tests/oclo/oclo.c
370
oclo_dup2(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
376
oclo_dup3_none(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
382
oclo_dup3_exec(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
388
oclo_dup3_fork(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
394
oclo_dup3_both(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
400
oclo_pipe(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
419
oclo_socket(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
437
oclo_accept_common(const clo_create_t *c, int targ_flags, bool a4)
usr/src/test/os-tests/tests/oclo/oclo.c
507
oclo_accept(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
513
oclo_accept4_none(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
519
oclo_accept4_fork(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
525
oclo_accept4_exec(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
531
oclo_accept4_both(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
540
oclo_rights_common(const clo_create_t *c, int targ_flags)
usr/src/test/os-tests/tests/oclo/oclo.c
630
oclo_rights_none(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
636
oclo_rights_exec(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
642
oclo_rights_fork(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
648
oclo_rights_both(const clo_create_t *c)
usr/src/test/os-tests/tests/oclo/oclo.c
653
static const clo_create_t oclo_create[] = { {
usr/src/test/os-tests/tests/oclo/oclo.c
80
void (*clo_func)(const clo_create_t *);
usr/src/test/os-tests/tests/oclo/oclo.c
88
const clo_create_t *crt_data;