/linux-6.3-rc2/security/tomoyo/ |
A D | condition.c | 61 const int envc, const struct tomoyo_envp *envp, in tomoyo_envp() 107 const u16 envc, const struct tomoyo_envp *envp) in tomoyo_scan_bprm() 319 struct tomoyo_envp *envp) in tomoyo_parse_envp() 502 struct tomoyo_envp *envp = NULL; in tomoyo_get_condition() local 775 const struct tomoyo_envp *envp; in tomoyo_condition() local
|
A D | load_policy.c | 89 char *envp[3]; in tomoyo_load_policy() local
|
/linux-6.3-rc2/fs/ |
A D | exec.c | 1886 struct user_arg_ptr envp, in do_execveat_common() 1970 const char *const *argv, const char *const *envp) in kernel_execve() 2033 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve() local 2043 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execveat() local 2057 struct user_arg_ptr envp = { in compat_do_execve() local 2073 struct user_arg_ptr envp = { in compat_do_execveat() local 2108 const char __user *const __user *, envp) in SYSCALL_DEFINE3() argument 2116 const char __user *const __user *, envp, in SYSCALL_DEFINE5() argument 2127 const compat_uptr_t __user *, envp) in COMPAT_SYSCALL_DEFINE3() argument 2135 const compat_uptr_t __user *, envp, in COMPAT_SYSCALL_DEFINE5() argument
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_sysfs.c | 384 char *envp[] = { event_string, NULL }; in drm_sysfs_lease_event() local 405 char *envp[] = { event_string, NULL }; in drm_sysfs_hotplug_event() local 425 char *envp[] = { hotplug_str, conn_id, NULL }; in drm_sysfs_connector_hotplug_event() local 453 char *envp[4] = { hotplug_str, conn_id, prop_id, NULL }; in drm_sysfs_connector_status_event() local
|
/linux-6.3-rc2/tools/testing/selftests/x86/ |
A D | test_syscall_vdso.c | 28 int main(int argc, char **argv, char **envp) in main() 36 long get_syscall(char **envp) in get_syscall() 376 int main(int argc, char **argv, char **envp) in main()
|
A D | test_FCMOV.c | 54 int main(int argc, char **argv, char **envp) in main()
|
A D | test_FISTTP.c | 118 int main(int argc, char **argv, char **envp) in main()
|
A D | test_mremap_vdso.c | 57 int main(int argc, char **argv, char **envp) in main()
|
A D | test_FCOMI.c | 299 int main(int argc, char **argv, char **envp) in main()
|
/linux-6.3-rc2/drivers/vfio/mdev/ |
A D | mdev_core.c | 64 char *envp[] = { env_string, NULL }; in mdev_register_parent() local 102 char *envp[] = { env_string, NULL }; in mdev_unregister_parent() local
|
/linux-6.3-rc2/drivers/net/wwan/iosm/ |
A D | iosm_ipc_uevent.c | 16 char *envp[2] = { NULL, NULL }; in ipc_uevent_work() local
|
/linux-6.3-rc2/kernel/ |
A D | umh.c | 357 char **envp, gfp_t gfp_mask, in call_usermodehelper_setup() 483 int call_usermodehelper(const char *path, char **argv, char **envp, int wait) in call_usermodehelper()
|
A D | kmod.c | 72 static char *envp[] = { in call_modprobe() local
|
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | elf_aux.c | 26 __init void scan_elf_aux( char **envp) in scan_elf_aux()
|
A D | main.c | 107 int __init main(int argc, char **argv, char **envp) in main()
|
/linux-6.3-rc2/tools/testing/selftests/exec/ |
A D | null-argv.c | 47 int main(int argc, char *argv[], char *envp[]) in main()
|
A D | execveat.c | 27 static char *envp[] = { "IN_TEST=yes", NULL, NULL }; variable 30 static int execveat_(int fd, const char *path, char **argv, char **envp, in execveat_()
|
/linux-6.3-rc2/tools/testing/selftests/rlimits/ |
A D | rlimits-per-userns.c | 77 char *const envp[] = { "I_AM_SERVICE=1", NULL }; in fork_child() local
|
/linux-6.3-rc2/security/keys/ |
A D | request_key.c | 96 static int call_usermodehelper_keys(const char *path, char **argv, char **envp, in call_usermodehelper_keys() 122 char *argv[9], *envp[3], uid_str[12], gid_str[12]; in call_sbin_request_key() local
|
/linux-6.3-rc2/include/linux/ |
A D | umh.h | 25 char **envp; member
|
/linux-6.3-rc2/tools/thermal/thermometer/ |
A D | thermometer.c | 421 static int thermometer_execute(int argc, char *argv[], char *const envp[], pid_t *pid) in thermometer_execute() 532 int main(int argc, char *argv[], char *const envp[]) in main()
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | ap_bus.c | 665 char *envp[] = { "INITSCAN=done", NULL }; in ap_send_init_scan_done_uevent() local 673 char *envp[] = { "BINDINGS=complete", buf, NULL }; in ap_send_bindings_complete_uevent() local 683 char *envp[] = { buf, NULL }; in ap_send_config_uevent() local 694 char *envp[] = { buf, NULL }; in ap_send_online_uevent() local 706 char *envp[] = { buf, NULL }; in ap_send_mask_changed_uevent() local
|
/linux-6.3-rc2/drivers/greybus/ |
A D | svc_watchdog.c | 47 static char *envp[] = { in greybus_reset() local
|
/linux-6.3-rc2/fs/nfs/ |
A D | cache_lib.c | 37 static char *envp[] = { "HOME=/", in nfs_cache_upcall() local
|
/linux-6.3-rc2/drivers/s390/net/ |
A D | smsgiucv_app.c | 54 char *envp[4]; member
|