| /kernel/linux/linux-6.6/fs/nfsd/ |
| H A D | nfs4layouts.c | 613 static char *envp[] = { in nfsd4_cb_layout_fail() local
|
| /kernel/linux/linux-6.6/drivers/extcon/ |
| H A D | extcon.c | 434 char *envp[3]; in extcon_sync() local
|
| /kernel/linux/linux-6.6/drivers/s390/char/ |
| H A D | tape_core.c | 226 char *envp[] = { NULL, NULL }; in tape_med_state_work_handler() local
|
| H A D | vmur.c | 286 char *envp[] = { in ur_uevent() local
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | kobject.c | 480 char *envp[2]; in kobject_rename() local 544 char *envp[2]; in kobject_move() local
|
| /third_party/eudev/src/udev/ |
| H A D | udev-event.c | 1065 char **envp; local 409 spawn_exec(struct udev_event *event, const char *cmd, char *const argv[], char **envp, const sigset_t *sigmask, int fd_stdout, int fd_stderr) spawn_exec() argument 707 udev_event_spawn(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, const char *cmd, char **envp, const sigset_t *sigmask, char *result, size_t ressize) udev_event_spawn() argument
|
| /base/startup/init/test/unittest/param/ |
| H A D | param_stub.cpp | 699 int ExecveStub(const char *pathname, char *const argv[], char *const envp[]) in ExecveStub() argument
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| H A D | uvesafb.c | 114 char *envp[] = { in uvesafb_helper_start() local
|
| /kernel/linux/linux-5.10/fs/gfs2/ |
| H A D | ops_fstype.c | 535 char *envp[] = { message, NULL }; in gfs2_others_may_mount() local 1074 char *envp[] = { ro, spectator, NULL }; in gfs2_online_uevent() local
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | exec.c | 1875 do_execveat_common(int fd, struct filename *filename, struct user_arg_ptr argv, struct user_arg_ptr envp, int flags) do_execveat_common() argument 1960 kernel_execve(const char *kernel_filename, const char *const *argv, const char *const *envp) kernel_execve() argument 2020 struct user_arg_ptr envp = { .ptr.native = __envp }; do_execve() local 2030 struct user_arg_ptr envp = { .ptr.native = __envp }; do_execveat() local 2044 struct user_arg_ptr envp = { compat_do_execve() local 2060 struct user_arg_ptr envp = { compat_do_execveat() local [all...] |
| H A D | binfmt_elf_fdpic.c | 503 elf_caddr_t __user *argv, *envp; in create_elf_fdpic_tables() local
|
| /kernel/linux/linux-6.6/fs/gfs2/ |
| H A D | ops_fstype.c | 548 char *envp[] = { message, NULL }; in gfs2_others_may_mount() local 1095 char *envp[] = { ro, spectator, NULL }; in gfs2_online_uevent() local
|
| /kernel/linux/linux-6.6/fs/ |
| H A D | binfmt_elf_fdpic.c | 503 elf_caddr_t __user *argv, *envp; in create_elf_fdpic_tables() local
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| H A D | uvesafb.c | 114 char *envp[] = { in uvesafb_helper_start() local
|
| /kernel/linux/linux-6.6/drivers/pci/ |
| H A D | pci-driver.c | 1610 char *envp[3]; in pci_uevent_ers() local
|
| /kernel/linux/linux-6.6/block/ |
| H A D | genhd.c | 72 char *envp[] = { "RESIZE=1", NULL }; in set_capacity_and_notify() local 1429 char *envp[] = { event, NULL }; in set_disk_ro_uevent() local
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| H A D | hwmon.c | 651 char *envp[] = { event, NULL }; in hwmon_notify_event() local
|
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | dm-verity-target.c | 227 char *envp[] = { verity_env, NULL }; in verity_handle_err() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1260 int main(int argc, char **argv, char **envp) in main() argument
|
| /kernel/liteos_a/kernel/extended/dynload/src/ |
| H A D | los_load_elf.c | 791 STATIC INT32 OsSetArgParams(ELFLoadInfo *loadInfo, CHAR *const *argv, CHAR *const *envp)
in OsSetArgParams() argument
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | reboot.c | 816 static char *envp[] = { in run_cmd() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 426 runFunctionAsMain(Function *Fn, const std::vector<std::string> &argv, const char * const * envp) runFunctionAsMain() argument
|
| /third_party/python/Modules/ |
| H A D | _posixsubprocess.c | 849 char *const *exec_array, *const *argv = NULL, *const *envp = NULL; in subprocess_fork_exec() local 551 child_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) child_exec() argument 755 do_fork_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) do_fork_exec() argument [all...] |
| /kernel/linux/linux-5.10/drivers/acpi/ |
| H A D | scan.c | 120 char *envp[] = { "EVENT=offline", NULL }; in acpi_scan_is_offline() local
|
| /kernel/linux/linux-5.10/block/ |
| H A D | genhd.c | 62 char *envp[] = { "RESIZE=1", NULL }; in set_capacity_revalidate_and_notify() local 1852 char *envp[] = { event, NULL }; in set_disk_ro_uevent() local 2144 char *envp[ARRAY_SIZE(disk_uevents) + 1] = { }; in disk_check_events() local
|