Home
last modified time | relevance | path

Searched defs:argv (Results 1 – 25 of 961) sorted by relevance

12345678910>>...39

/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Duoutp.c33 nvkm_uoutp_mthd_dp_mst_vcpi(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_mst_vcpi()
49 nvkm_uoutp_mthd_dp_mst_id_put(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_mst_id_put()
62 nvkm_uoutp_mthd_dp_mst_id_get(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_mst_id_get()
75 nvkm_uoutp_mthd_dp_sst(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_sst()
95 nvkm_uoutp_mthd_dp_drive(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_drive()
108 nvkm_uoutp_mthd_dp_train(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_train()
130 nvkm_uoutp_mthd_dp_rates(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_rates()
153 nvkm_uoutp_mthd_dp_aux_xfer(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_aux_xfer()
167 nvkm_uoutp_mthd_dp_aux_pwr(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_aux_pwr()
180 nvkm_uoutp_mthd_hda_eld(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_hda_eld()
[all …]
Duhead.c31 nvkm_uhead_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uhead_uevent()
46 nvkm_uhead_mthd_scanoutpos(struct nvkm_head *head, void *argv, u32 argc) in nvkm_uhead_mthd_scanoutpos()
75 nvkm_uhead_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uhead_mthd()
106 nvkm_uhead_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_uhead_new()
Dchan.c47 nvkm_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_disp_chan_map()
79 nvkm_disp_chan_child_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_chan_child_new()
176 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_disp_chan_new_()
227 nvkm_disp_wndw_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_wndw_new()
236 nvkm_disp_chan_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_chan_new()
245 nvkm_disp_core_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_core_new()
/linux-6.14.4/tools/perf/bench/
Dsyscall.c57 char *const argv[] = { (char *)pathname, NULL }; in test_execve() local
75 static int bench_syscall_common(int argc, const char **argv, int syscall) in bench_syscall_common()
170 int bench_syscall_basic(int argc, const char **argv) in bench_syscall_basic()
175 int bench_syscall_getpgid(int argc, const char **argv) in bench_syscall_getpgid()
180 int bench_syscall_fork(int argc, const char **argv) in bench_syscall_fork()
185 int bench_syscall_execve(int argc, const char **argv) in bench_syscall_execve()
Duprobe.c146 static int bench_uprobe(int argc, const char **argv, enum bench_uprobe bench) in bench_uprobe()
190 int bench_uprobe_baseline(int argc, const char **argv) in bench_uprobe_baseline()
195 int bench_uprobe_empty(int argc, const char **argv) in bench_uprobe_empty()
200 int bench_uprobe_trace_printk(int argc, const char **argv) in bench_uprobe_trace_printk()
205 int bench_uprobe_empty_ret(int argc, const char **argv) in bench_uprobe_empty_ret()
210 int bench_uprobe_trace_printk_ret(int argc, const char **argv) in bench_uprobe_trace_printk_ret()
/linux-6.14.4/scripts/kconfig/
Dpreprocess.c117 static char *do_error_if(int argc, char *argv[]) in do_error_if()
125 static char *do_filename(int argc, char *argv[]) in do_filename()
130 static char *do_info(int argc, char *argv[]) in do_info()
137 static char *do_lineno(int argc, char *argv[]) in do_lineno()
146 static char *do_shell(int argc, char *argv[]) in do_shell()
186 static char *do_warning_if(int argc, char *argv[]) in do_warning_if()
206 static char *function_expand(const char *name, int argc, char *argv[]) in function_expand()
255 static char *variable_expand(const char *name, int argc, char *argv[]) in variable_expand()
350 static char *eval_clause(const char *str, size_t len, int argc, char *argv[]) in eval_clause()
460 static char *expand_dollar_with_args(const char **str, int argc, char *argv[]) in expand_dollar_with_args()
[all …]
/linux-6.14.4/kernel/debug/kdb/
Dkdb_main.c421 int kdb_set(int argc, const char **argv) in kdb_set()
505 int kdbgetaddrarg(int argc, const char **argv, int *nextarg, in kdbgetaddrarg()
713 static int kdb_defcmd(int argc, const char **argv) in kdb_defcmd()
795 static int kdb_exec_defcmd(int argc, const char **argv) in kdb_exec_defcmd()
931 static char *argv[MAXARGC]; in kdb_parse() local
1127 static int kdb_reboot(int argc, const char **argv) in kdb_reboot()
1556 static int kdb_md(int argc, const char **argv) in kdb_md()
1754 static int kdb_mm(int argc, const char **argv) in kdb_mm()
1797 static int kdb_go(int argc, const char **argv) in kdb_go()
1842 static int kdb_rd(int argc, const char **argv) in kdb_rd()
[all …]
Dkdb_bp.c48 static int kdb_parsebp(int argc, const char **argv, int *nextargp, kdb_bp_t *bp) in kdb_parsebp()
277 static int kdb_bp(int argc, const char **argv) in kdb_bp()
386 static int kdb_bc(int argc, const char **argv) in kdb_bc()
516 static int kdb_ss(int argc, const char **argv) in kdb_ss()
/linux-6.14.4/tools/bpf/bpftool/
Dmap.c298 static char **parse_bytes(char **argv, const char *name, unsigned char *val, in parse_bytes()
340 static int parse_elem(char **argv, struct bpf_map_info *info, in parse_elem()
629 static int do_show_subset(int argc, char **argv) in do_show_subset()
673 static int do_show(int argc, char **argv) in do_show()
895 static int do_dump(int argc, char **argv) in do_dump()
988 static int do_update(int argc, char **argv) in do_update()
1068 static int do_lookup(int argc, char **argv) in do_lookup()
1119 static int do_getnext(int argc, char **argv) in do_getnext()
1190 static int do_delete(int argc, char **argv) in do_delete()
1229 static int do_pin(int argc, char **argv) in do_pin()
[all …]
Dmain.c52 static int do_help(int argc, char **argv) in do_help()
114 static int do_version(int argc, char **argv) in do_version()
187 int cmd_select(const struct cmd *cmds, int argc, char **argv, in cmd_select()
323 static int do_batch(int argc, char **argv) in do_batch()
438 int main(int argc, char **argv) in main()
Diter.c14 static int do_pin(int argc, char **argv) in do_pin()
100 static int do_help(int argc, char **argv) in do_help()
120 int do_iter(int argc, char **argv) in do_iter()
Dprog.c601 static int do_show_subset(int argc, char **argv) in do_show_subset()
635 static int do_show(int argc, char **argv) in do_show()
880 static int do_dump(int argc, char **argv) in do_dump()
1016 static int do_pin(int argc, char **argv) in do_pin()
1039 static int parse_attach_detach_args(int argc, char **argv, int *progfd, in parse_attach_detach_args()
1072 static int do_attach(int argc, char **argv) in do_attach()
1094 static int do_detach(int argc, char **argv) in do_detach()
1275 static int do_run(int argc, char **argv) in do_run()
1520 static int load_with_options(int argc, char **argv, bool first_prog_only) in load_with_options()
1913 static int do_loader(int argc, char **argv) in do_loader()
[all …]
Dcgroup.c319 static int do_show(int argc, char **argv) in do_show()
477 static int do_show_tree(int argc, char **argv) in do_show_tree()
544 static int do_attach(int argc, char **argv) in do_attach()
604 static int do_detach(int argc, char **argv) in do_detach()
651 static int do_help(int argc, char **argv) in do_help()
686 int do_cgroup(int argc, char **argv) in do_cgroup()
Dstruct_ops.c337 static int do_show(int argc, char **argv) in do_show()
405 static int do_dump(int argc, char **argv) in do_dump()
467 static int do_unregister(int argc, char **argv) in do_unregister()
497 static int do_register(int argc, char **argv) in do_register()
607 static int do_help(int argc, char **argv) in do_help()
639 int do_struct_ops(int argc, char **argv) in do_struct_ops()
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Duvmm.c46 nvkm_uvmm_mthd_pfnclr(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_pfnclr()
74 nvkm_uvmm_mthd_pfnmap(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_pfnmap()
107 nvkm_uvmm_mthd_unmap(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_unmap()
151 nvkm_uvmm_mthd_map(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_map()
232 nvkm_uvmm_mthd_put(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_put()
268 nvkm_uvmm_mthd_get(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_get()
302 nvkm_uvmm_mthd_page(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_page()
402 void *argv = (void *)(uintptr_t)args->argv; in nvkm_uvmm_mthd_raw_map() local
462 nvkm_uvmm_mthd_raw(struct nvkm_uvmm *uvmm, void *argv, u32 argc) in nvkm_uvmm_mthd_raw()
492 nvkm_uvmm_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uvmm_mthd()
[all …]
Dummu.c57 nvkm_ummu_heap(struct nvkm_ummu *ummu, void *argv, u32 argc) in nvkm_ummu_heap()
77 nvkm_ummu_type(struct nvkm_ummu *ummu, void *argv, u32 argc) in nvkm_ummu_type()
106 nvkm_ummu_kind(struct nvkm_ummu *ummu, void *argv, u32 argc) in nvkm_ummu_kind()
133 nvkm_ummu_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_ummu_mthd()
154 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_ummu_new()
/linux-6.14.4/samples/timers/
Dhpet_example.c51 main(int argc, const char ** argv) in main()
80 hpet_open_close(int argc, const char **argv) in hpet_open_close()
99 hpet_info(int argc, const char **argv) in hpet_info()
131 hpet_poll(int argc, const char **argv) in hpet_poll()
223 hpet_fasync(int argc, const char **argv) in hpet_fasync()
/linux-6.14.4/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c26 static void syntax(char *argv[]) in syntax()
333 int dsf(int fd, int pm_family, int argc, char *argv[]) in dsf()
445 int csf(int fd, int pm_family, int argc, char *argv[]) in csf()
579 int remove_addr(int fd, int pm_family, int argc, char *argv[]) in remove_addr()
628 int announce_addr(int fd, int pm_family, int argc, char *argv[]) in announce_addr()
755 int add_addr(int fd, int pm_family, int argc, char *argv[]) in add_addr()
886 int del_addr(int fd, int pm_family, int argc, char *argv[]) in del_addr()
1077 int get_addr(int fd, int pm_family, int argc, char *argv[]) in get_addr()
1129 int dump_addrs(int fd, int pm_family, int argc, char *argv[]) in dump_addrs()
1168 int flush_addrs(int fd, int pm_family, int argc, char *argv[]) in flush_addrs()
[all …]
/linux-6.14.4/tools/usb/usbip/src/
Dusbip.c93 static int usbip_help(int argc, char *argv[]) in usbip_help()
118 static int usbip_version(int argc, char *argv[]) in usbip_version()
127 static int run_command(const struct command *cmd, int argc, char *argv[]) in run_command()
133 int main(int argc, char *argv[]) in main()
/linux-6.14.4/tools/perf/
Dperf.c197 static int handle_options(const char ***argv, int *argc, int *envchanged) in handle_options()
334 static int run_builtin(struct cmd_struct *p, int argc, const char **argv) in run_builtin()
387 static void handle_internal_command(int argc, const char **argv) in handle_internal_command()
408 static void execv_dashed_external(const char **argv) in execv_dashed_external()
445 static int run_argv(int *argcp, const char ***argv) in run_argv()
461 int main(int argc, const char **argv) in main()
/linux-6.14.4/fs/
Dexec.c412 static const char __user *get_user_arg_ptr(struct user_arg_ptr argv, int nr) in get_user_arg_ptr()
436 static int count(struct user_arg_ptr argv, int max) in count()
462 static int count_strings_kernel(const char *const *argv) in count_strings_kernel()
558 static int copy_strings(int argc, struct user_arg_ptr argv, in copy_strings()
688 static int copy_strings_kernel(int argc, const char *const *argv, in copy_strings_kernel()
1894 struct user_arg_ptr argv, in do_execveat_common()
1979 const char *const *argv, const char *const *envp) in kernel_execve()
2041 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execve() local
2051 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execveat() local
2062 struct user_arg_ptr argv = { in compat_do_execve() local
[all …]
/linux-6.14.4/tools/verification/rv/src/
Drv.c40 static void rv_list(int argc, char **argv) in rv_list()
74 static void rv_mon(int argc, char **argv) in rv_mon()
162 int main(int argc, char **argv) in main()
/linux-6.14.4/fs/nilfs2/
Dioctl.c46 struct nilfs_argv *argv, int dir, in nilfs_ioctl_wrap_copy()
499 struct nilfs_argv argv; in nilfs_ioctl_get_bdescs() local
591 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_move_blocks()
672 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_delete_checkpoints()
704 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_free_vblocknrs()
730 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_mark_blocks_dirty()
776 struct nilfs_argv *argv, void **kbufs) in nilfs_ioctl_prepare_clean_segments()
831 struct nilfs_argv argv[5]; in nilfs_ioctl_clean_segments() local
1139 struct nilfs_argv argv; in nilfs_ioctl_get_info() local
1182 struct nilfs_argv argv; in nilfs_ioctl_set_suinfo() local
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
Duser.c32 nvkm_ufault_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_ufault_uevent()
47 nvkm_ufault_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_ufault_map()
91 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_ufault_new()
/linux-6.14.4/arch/um/os-Linux/
Dhelper.c21 char **argv; member
29 char **argv = data->argv; in helper_child() local
43 int run_helper(void (*pre_exec)(void *), void *pre_data, char **argv) in run_helper()

12345678910>>...39