Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dexec.h210 extern int exec_args(execa_t *, uarg_t *, intpdata_t *, void **);
/titanic_44/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt47 token=exec_args:exec_arguments
696 format=path:[attr]1:[exec_args]2:[exec_env]3
702 format=path:[attr]1:[exec_args]2:[exec_env]3
718 format=path1:path2:[privileges]3:[privileges]3:[proc]4:exec_args:[exec_env]5
/titanic_44/usr/src/uts/common/os/
H A Dexec.c1824 exec_args(execa_t *uap, uarg_t *args, intpdata_t *intp, void **auxvpp) in exec_args() function
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c520 if ((error = exec_args(uap, args, idatap, (void **)&aux)) != 0) { in elfexec()