Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/spawn/
H A Dspawn-syscall.c58 raw_spawn(const char *path, const void *sp, uint32_t spsize, const void *sa, in raw_spawn() function
96 pid_t pid = raw_spawn(path, sp, spsize, sa, sasize); in expect_err()
128 pid = raw_spawn("/usr/bin/true", NULL, 0, &au.sa, sasize); in t_valid()
424 pid = raw_spawn("/usr/bin/sleep", NULL, 0, &au.sa, sasize); in t_kill_race()