Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dspawn_impl.h165 uint32_t sp_shell_off; /* Offset of the shell */ member
/illumos-gate/usr/src/uts/common/os/
H A Dspawn.c659 shell = (const char *)&sp->sp_data[sp->sp_shell_off]; in spawn_exec()
1028 if (!spawn_str_ok(sp, sp->sp_shell_off, sp->sp_shell_len)) in spawn_param_verify()
1030 } else if (sp->sp_shell_off != 0) { in spawn_param_verify()
/illumos-gate/usr/src/test/os-tests/tests/spawn/
H A Dspawn-syscall.c284 sp->sp_shell_off = 0; in t_param_fuzz()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c221 sparam->sp_shell_off = (uint32_t)*lenp; in spawn_marshal_param()