Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dspawn_impl.h166 uint32_t sp_shell_len; /* Length of the shell */ member
/illumos-gate/usr/src/uts/common/os/
H A Dspawn.c658 if (sp->sp_shell_len != 0) in spawn_exec()
1027 if (sp->sp_shell_len != 0) { in spawn_param_verify()
1028 if (!spawn_str_ok(sp, sp->sp_shell_off, sp->sp_shell_len)) in spawn_param_verify()
/illumos-gate/usr/src/test/os-tests/tests/spawn/
H A Dspawn-syscall.c285 sp->sp_shell_len = 4; in t_param_fuzz()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c222 sparam->sp_shell_len = (uint32_t)sz; in spawn_marshal_param()