Home
last modified time | relevance | path

Searched defs:file_actions (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c305 const posix_spawn_file_actions_t *file_actions, in posix_spawn()
399 const posix_spawn_file_actions_t *file_actions, in posix_spawnp()
539 posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_init()
547 posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_destroy()
566 add_file_attr(posix_spawn_file_actions_t *file_actions, file_attr_t *fap) in add_file_attr()
590 posix_spawn_file_actions_t *restrict file_actions, in posix_spawn_file_actions_addopen()
621 posix_spawn_file_actions_t *restrict file_actions, in posix_spawn_file_actions_addclose()
640 posix_spawn_file_actions_t *restrict file_actions, in posix_spawn_file_actions_adddup2()
661 posix_spawn_file_actions_t *restrict file_actions, in posix_spawn_file_actions_addclosefrom_np()
679 posix_spawn_file_actions_t *restrict file_actions, in posix_spawn_file_actions_addchdir()
[all …]
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c273 posix_spawn_file_actions_t file_actions; in mkfs_pcfs() local