Home
last modified time | relevance | path

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

12345678910>>...36

/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Duoutp.c31 nvkm_uoutp_mthd_dp_mst_vcpi(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_mst_vcpi()
47 nvkm_uoutp_mthd_dp_retrain(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_retrain()
61 nvkm_uoutp_mthd_dp_aux_pwr(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_dp_aux_pwr()
74 nvkm_uoutp_mthd_hda_eld(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_hda_eld()
103 nvkm_uoutp_mthd_infoframe(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_infoframe()
129 nvkm_uoutp_mthd_release(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_release()
210 nvkm_uoutp_mthd_acquire(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_acquire()
256 nvkm_uoutp_mthd_load_detect(struct nvkm_outp *outp, void *argv, u32 argc) in nvkm_uoutp_mthd_load_detect()
279 nvkm_uoutp_mthd_acquired(struct nvkm_outp *outp, u32 mthd, void *argv, u32 argc) in nvkm_uoutp_mthd_acquired()
295 nvkm_uoutp_mthd_noacquire(struct nvkm_outp *outp, u32 mthd, void *argv, u32 argc) in nvkm_uoutp_mthd_noacquire()
[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.c69 nvkm_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_disp_chan_map()
101 nvkm_disp_chan_child_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_chan_child_new()
200 void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_disp_chan_new_()
251 nvkm_disp_wndw_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_wndw_new()
260 nvkm_disp_chan_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_chan_new()
269 nvkm_disp_core_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, in nvkm_disp_core_new()
Duconn.c78 nvkm_uconn_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uconn_uevent()
125 nvkm_uconn_mthd_hpd_status(struct nvkm_conn *conn, void *argv, u32 argc) in nvkm_uconn_mthd_hpd_status()
151 nvkm_uconn_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uconn_mthd()
184 nvkm_uconn_new(const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) in nvkm_uconn_new()
/linux-6.6.21/tools/perf/bench/
Dsyscall.c58 char *const argv[] = { (char *)pathname, NULL }; in test_execve() local
76 static int bench_syscall_common(int argc, const char **argv, int syscall) in bench_syscall_common()
166 int bench_syscall_basic(int argc, const char **argv) in bench_syscall_basic()
171 int bench_syscall_getpgid(int argc, const char **argv) in bench_syscall_getpgid()
176 int bench_syscall_fork(int argc, const char **argv) in bench_syscall_fork()
181 int bench_syscall_execve(int argc, const char **argv) in bench_syscall_execve()
Duprobe.c141 static int bench_uprobe(int argc, const char **argv, enum bench_uprobe bench) in bench_uprobe()
185 int bench_uprobe_baseline(int argc, const char **argv) in bench_uprobe_baseline()
190 int bench_uprobe_empty(int argc, const char **argv) in bench_uprobe_empty()
195 int bench_uprobe_trace_printk(int argc, const char **argv) in bench_uprobe_trace_printk()
/linux-6.6.21/scripts/kconfig/
Dpreprocess.c112 static char *do_error_if(int argc, char *argv[]) in do_error_if()
120 static char *do_filename(int argc, char *argv[]) in do_filename()
125 static char *do_info(int argc, char *argv[]) in do_info()
132 static char *do_lineno(int argc, char *argv[]) in do_lineno()
141 static char *do_shell(int argc, char *argv[]) in do_shell()
181 static char *do_warning_if(int argc, char *argv[]) in do_warning_if()
202 static char *function_expand(const char *name, int argc, char *argv[]) in function_expand()
251 static char *variable_expand(const char *name, int argc, char *argv[]) in variable_expand()
346 static char *eval_clause(const char *str, size_t len, int argc, char *argv[]) in eval_clause()
456 static char *expand_dollar_with_args(const char **str, int argc, char *argv[]) in expand_dollar_with_args()
[all …]
/linux-6.6.21/kernel/debug/kdb/
Dkdb_main.c459 int kdb_set(int argc, const char **argv) in kdb_set()
543 int kdbgetaddrarg(int argc, const char **argv, int *nextarg, in kdbgetaddrarg()
751 static int kdb_defcmd(int argc, const char **argv) in kdb_defcmd()
833 static int kdb_exec_defcmd(int argc, const char **argv) in kdb_exec_defcmd()
969 static char *argv[MAXARGC]; in kdb_parse() local
1165 static int kdb_reboot(int argc, const char **argv) in kdb_reboot()
1594 static int kdb_md(int argc, const char **argv) in kdb_md()
1792 static int kdb_mm(int argc, const char **argv) in kdb_mm()
1835 static int kdb_go(int argc, const char **argv) in kdb_go()
1880 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()
514 static int kdb_ss(int argc, const char **argv) in kdb_ss()
/linux-6.6.21/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.c597 static int do_show_subset(int argc, char **argv) in do_show_subset()
631 static int do_show(int argc, char **argv) in do_show()
869 static int do_dump(int argc, char **argv) in do_dump()
1005 static int do_pin(int argc, char **argv) in do_pin()
1028 static int parse_attach_detach_args(int argc, char **argv, int *progfd, in parse_attach_detach_args()
1061 static int do_attach(int argc, char **argv) in do_attach()
1083 static int do_detach(int argc, char **argv) in do_detach()
1264 static int do_run(int argc, char **argv) in do_run()
1509 static int load_with_options(int argc, char **argv, bool first_prog_only) in load_with_options()
1895 static int do_loader(int argc, char **argv) in do_loader()
[all …]
Dcgroup.c285 static int do_show(int argc, char **argv) in do_show()
443 static int do_show_tree(int argc, char **argv) in do_show_tree()
510 static int do_attach(int argc, char **argv) in do_attach()
570 static int do_detach(int argc, char **argv) in do_detach()
617 static int do_help(int argc, char **argv) in do_help()
652 int do_cgroup(int argc, char **argv) in do_cgroup()
Dstruct_ops.c331 static int do_show(int argc, char **argv) in do_show()
399 static int do_dump(int argc, char **argv) in do_dump()
461 static int do_unregister(int argc, char **argv) in do_unregister()
491 static int do_register(int argc, char **argv) in do_register()
601 static int do_help(int argc, char **argv) in do_help()
633 int do_struct_ops(int argc, char **argv) in do_struct_ops()
/linux-6.6.21/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.6.21/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.6.21/tools/perf/
Dperf.c180 static int handle_options(const char ***argv, int *argc, int *envchanged) in handle_options()
305 static int run_builtin(struct cmd_struct *p, int argc, const char **argv) in run_builtin()
358 static void handle_internal_command(int argc, const char **argv) in handle_internal_command()
379 static void execv_dashed_external(const char **argv) in execv_dashed_external()
416 static int run_argv(int *argcp, const char ***argv) in run_argv()
432 int main(int argc, const char **argv) in main()
/linux-6.6.21/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.6.21/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c32 static void syntax(char *argv[]) in syntax()
339 int dsf(int fd, int pm_family, int argc, char *argv[]) in dsf()
451 int csf(int fd, int pm_family, int argc, char *argv[]) in csf()
577 int remove_addr(int fd, int pm_family, int argc, char *argv[]) in remove_addr()
626 int announce_addr(int fd, int pm_family, int argc, char *argv[]) in announce_addr()
753 int add_addr(int fd, int pm_family, int argc, char *argv[]) in add_addr()
884 int del_addr(int fd, int pm_family, int argc, char *argv[]) in del_addr()
1075 int get_addr(int fd, int pm_family, int argc, char *argv[]) in get_addr()
1115 int dump_addrs(int fd, int pm_family, int argc, char *argv[]) in dump_addrs()
1137 int flush_addrs(int fd, int pm_family, int argc, char *argv[]) in flush_addrs()
[all …]
/linux-6.6.21/tools/perf/tests/
Dbuiltin-test.c186 static bool perf_test__matches(const char *desc, int curr, int argc, const char *argv[]) in perf_test__matches()
324 static int run_shell_tests(int argc, const char *argv[], int i, int width, in run_shell_tests()
366 static int __cmd_test(int argc, const char *argv[], struct intlist *skiplist) in __cmd_test()
450 static int perf_test__list_shell(int argc, const char **argv, int i) in perf_test__list_shell()
471 static int perf_test__list(int argc, const char **argv) in perf_test__list()
500 static int run_workload(const char *work, int argc, const char **argv) in run_workload()
515 int cmd_test(int argc, const char **argv) in cmd_test()
/linux-6.6.21/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.6.21/fs/nilfs2/
Dioctl.c48 struct nilfs_argv *argv, int dir, in nilfs_ioctl_wrap_copy()
501 struct nilfs_argv argv; in nilfs_ioctl_get_bdescs() local
597 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_move_blocks()
681 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_delete_checkpoints()
716 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_free_vblocknrs()
745 struct nilfs_argv *argv, void *buf) in nilfs_ioctl_mark_blocks_dirty()
791 struct nilfs_argv *argv, void **kbufs) in nilfs_ioctl_prepare_clean_segments()
846 struct nilfs_argv argv[5]; in nilfs_ioctl_clean_segments() local
1164 struct nilfs_argv argv; in nilfs_ioctl_get_info() local
1211 struct nilfs_argv argv; in nilfs_ioctl_set_suinfo() local
/linux-6.6.21/fs/
Dexec.c410 static const char __user *get_user_arg_ptr(struct user_arg_ptr argv, int nr) in get_user_arg_ptr()
434 static int count(struct user_arg_ptr argv, int max) in count()
460 static int count_strings_kernel(const char *const *argv) in count_strings_kernel()
523 static int copy_strings(int argc, struct user_arg_ptr argv, in copy_strings()
655 static int copy_strings_kernel(int argc, const char *const *argv, in copy_strings_kernel()
1892 struct user_arg_ptr argv, in do_execveat_common()
1977 const char *const *argv, const char *const *envp) in kernel_execve()
2039 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execve() local
2049 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execveat() local
2060 struct user_arg_ptr argv = { in compat_do_execve() local
[all …]

12345678910>>...36