Home
last modified time | relevance | path

Searched refs:modif (Results 1 – 25 of 43) sorted by relevance

12

/openbsd-src/sys/ddb/
H A Ddb_command.c200 char modif[TOK_STRING_SIZE]; in db_command() local
211 modif[0] = '\0'; in db_command()
259 db_strlcpy(modif, db_tok_string, sizeof(modif)); in db_command()
262 modif[0] = '\0'; in db_command()
291 (*cmd->fcn)(addr, have_addr, count, modif); in db_command()
313 db_buf_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_buf_print_cmd() argument
317 if (modif[0] == 'f') in db_buf_print_cmd()
324 db_map_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_map_print_cmd() argument
328 if (modif[ in db_map_print_cmd()
335 db_malloc_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_malloc_print_cmd() argument
341 db_mbuf_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_mbuf_print_cmd() argument
347 db_socket_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_socket_print_cmd() argument
353 db_mount_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_mount_print_cmd() argument
364 db_show_all_mounts(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_show_all_mounts() argument
380 db_show_all_vnodes(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_show_all_vnodes() argument
392 db_show_all_bufs(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_show_all_bufs() argument
404 db_show_all_tdbs(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_show_all_tdbs() argument
416 db_show_all_routes(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_show_all_routes() argument
435 db_show_route(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_show_route() argument
441 db_object_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_object_print_cmd() argument
452 db_page_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_page_print_cmd() argument
463 db_vnode_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_vnode_print_cmd() argument
476 db_nfsreq_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_nfsreq_print_cmd() argument
488 db_nfsnode_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_nfsnode_print_cmd() argument
501 db_swap_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_swap_print_cmd() argument
507 db_show_panic_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_show_panic_cmd() argument
527 db_extent_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_extent_print_cmd() argument
533 db_pool_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_pool_print_cmd() argument
539 db_proc_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_proc_print_cmd() argument
556 db_tdb_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_tdb_print_cmd() argument
568 db_uvmexp_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_uvmexp_print_cmd() argument
576 db_bcstats_print_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_bcstats_print_cmd() argument
700 db_help_cmd(db_expr_t addr,int haddr,db_expr_t count,char * modif) db_help_cmd() argument
759 db_fncall(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_fncall() argument
823 db_boot_sync_cmd(db_expr_t addr,int haddr,db_expr_t count,char * modif) db_boot_sync_cmd() argument
829 db_boot_crash_cmd(db_expr_t addr,int haddr,db_expr_t count,char * modif) db_boot_crash_cmd() argument
835 db_boot_dump_cmd(db_expr_t addr,int haddr,db_expr_t count,char * modif) db_boot_dump_cmd() argument
841 db_boot_halt_cmd(db_expr_t addr,int haddr,db_expr_t count,char * modif) db_boot_halt_cmd() argument
847 db_boot_reboot_cmd(db_expr_t addr,int haddr,db_expr_t count,char * modif) db_boot_reboot_cmd() argument
853 db_boot_poweroff_cmd(db_expr_t addr,int haddr,db_expr_t count,char * modif) db_boot_poweroff_cmd() argument
859 db_dmesg_cmd(db_expr_t addr,int haddr,db_expr_t count,char * modif) db_dmesg_cmd() argument
880 db_stack_trace_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_stack_trace_cmd() argument
886 db_show_regs(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_show_regs() argument
915 db_write_cmd(db_expr_t address,int have_addr,db_expr_t count,char * modif) db_write_cmd() argument
[all...]
H A Ddb_run.c230 db_single_step_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_single_step_cmd()
237 if (modif[0] == 'p') in db_single_step_cmd()
251 char *modif) in db_trace_until_call_cmd()
255 if (modif[0] == 'p') in db_trace_until_call_cmd()
267 char *modif) in db_trace_until_matching_cmd()
271 if (modif[0] == 'p') in db_trace_until_matching_cmd()
284 db_continue_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_continue_cmd()
286 if (modif[0] == 'c') in db_continue_cmd()
228 db_single_step_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_single_step_cmd() argument
249 db_trace_until_call_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_trace_until_call_cmd() argument
265 db_trace_until_matching_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_trace_until_matching_cmd() argument
282 db_continue_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_continue_cmd() argument
H A Ddb_examine.c60 db_examine_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_examine_cmd() argument
62 if (modif[0] != '\0') in db_examine_cmd()
63 db_strlcpy(db_examine_format, modif, sizeof(db_examine_format)); in db_examine_cmd()
242 db_print_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_print_cmd() argument
247 if (modif[0] != '\0') in db_print_cmd()
248 db_print_format = modif[0]; in db_print_cmd()
327 db_search_cmd(db_expr_t daddr, int have_addr, db_expr_t dcount, char *modif) in db_search_cmd() argument
H A Ddb_watch.c150 db_deletewatch_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_deletewatch_cmd() argument
157 db_watchpoint_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_watchpoint_cmd() argument
173 db_listwatch_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_listwatch_cmd() argument
H A Ddb_ctf.c594 const char *name, *modif = ""; in db_ctf_pprint_ptr() local
604 modif = "volatile "; in db_ctf_pprint_ptr()
608 modif = "const "; in db_ctf_pprint_ptr()
612 modif = "struct "; in db_ctf_pprint_ptr()
615 modif = "union "; in db_ctf_pprint_ptr()
623 db_printf("(%s%s *)", modif, name); in db_ctf_pprint_ptr()
704 db_ctf_pprint_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ctf_pprint_cmd() argument
733 modif[0] = '\0'; in db_ctf_pprint_cmd()
734 db_print_cmd(addr, 0, 0, modif); in db_ctf_pprint_cmd()
H A Ddb_break.c242 db_delete_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_delete_cmd() argument
249 db_breakpoint_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_breakpoint_cmd() argument
259 db_listbreak_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_listbreak_cmd() argument
H A Ddb_hangman.c153 db_hangman(db_expr_t addr, int haddr, db_expr_t count, char *modif) in db_hangman() argument
161 if (modif[0] != 's' || (skill = modif[1] - '0') > 9U) in db_hangman()
/openbsd-src/sys/nfs/
H A Dnfs_debug.c32 db_show_all_nfsreqs(db_expr_t expr, int haddr, db_expr_t count, char *modif) in db_show_all_nfsreqs() argument
36 if (modif[0] == 'f') in db_show_all_nfsreqs()
60 db_show_all_nfsnodes(db_expr_t expr, int haddr, db_expr_t count, char *modif) in db_show_all_nfsnodes() argument
64 if (modif[0] == 'f') in db_show_all_nfsnodes()
/openbsd-src/sys/arch/sparc64/sparc64/
H A Ddb_interface.c332 db_cpuinfo_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_cpuinfo_cmd() argument
364 db_startproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_startproc_cmd() argument
386 db_stopproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_stopproc_cmd() argument
408 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() argument
573 db_prom_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_prom_cmd() argument
643 db_dump_dtlb(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_dump_dtlb() argument
682 db_dump_itlb(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_dump_itlb() argument
709 db_pload_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_pload_cmd() argument
723 register char c, *cp = modif; in db_pload_cmd()
779 db_pmap_kernel(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_pmap_kernel() argument
[all …]
H A Ddb_trace.c55 char *modif, int (*pr)(const char *, ...)) in db_stack_trace_print() argument
60 char c, *cp = modif; in db_stack_trace_print()
188 db_dump_window(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_dump_window() argument
245 db_dump_stack(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_dump_stack() argument
281 db_dump_trap(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_dump_trap() argument
289 register char c, *cp = modif; in db_dump_trap()
348 db_dump_fpstate(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_dump_fpstate() argument
436 db_dump_ts(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_dump_ts() argument
/openbsd-src/sys/arch/m88k/m88k/
H A Ddb_interface.c169 m88k_db_print_frame(addr, have_addr, count, modif) in m88k_db_print_frame() argument
173 char *modif;
188 while (modif && *modif) {
189 switch (c = *modif++, c) {
358 m88k_db_registers(addr, have_addr, count, modif) in m88k_db_registers() argument
362 char *modif;
364 m88k_db_print_frame((db_expr_t)&ddb_regs, TRUE, 0, modif);
550 m88k_db_where(addr, have_addr, count, modif) in m88k_db_where() argument
554 char *modif;
579 m88k_db_frame_search(addr,have_addr,count,modif) m88k_db_frame_search() argument
603 m88k_db_cpu_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) m88k_db_cpu_cmd() argument
[all...]
H A Ddb_trace.c810 char *modif, int (*pr)(const char *, ...)) in db_stack_trace_print() argument
824 while (modif && *modif) { in db_stack_trace_print()
825 switch (*modif++) { in db_stack_trace_print()
829 (*pr)("unknown trace modifier [%c]\n", modif[-1]); in db_stack_trace_print()
/openbsd-src/sys/arch/i386/i386/
H A Ddb_interface.c186 db_sysregs_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_sysregs_cmd() argument
219 db_cpuinfo_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_cpuinfo_cmd() argument
253 db_startproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_startproc_cmd() argument
272 db_stopproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_stopproc_cmd() argument
292 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() argument
/openbsd-src/sys/arch/amd64/amd64/
H A Ddb_interface.c166 db_sysregs_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_sysregs_cmd() argument
207 db_cpuinfo_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_cpuinfo_cmd() argument
241 db_startproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_startproc_cmd() argument
260 db_stopproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_stopproc_cmd() argument
279 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() argument
/openbsd-src/sys/arch/powerpc/ddb/
H A Ddb_interface.c192 db_cpuinfo_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_cpuinfo_cmd() argument
248 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() argument
268 db_startproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_startproc_cmd() argument
289 db_stopproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_stopproc_cmd() argument
/openbsd-src/sys/arch/powerpc64/powerpc64/
H A Ddb_interface.c232 db_cpuinfo_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_cpuinfo_cmd() argument
264 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() argument
284 db_startproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_startproc_cmd() argument
305 db_stopproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_stopproc_cmd() argument
/openbsd-src/sys/dev/acpi/
H A Dacpidebug.c278 db_acpi_showval(db_expr_t addr, int haddr, db_expr_t count, char *modif) in db_acpi_showval() argument
303 db_acpi_disasm(db_expr_t addr, int haddr, db_expr_t count, char *modif) in db_acpi_disasm() argument
326 db_acpi_tree(db_expr_t addr, int haddr, db_expr_t count, char *modif) in db_acpi_tree() argument
332 db_acpi_trace(db_expr_t addr, int haddr, db_expr_t count, char *modif) in db_acpi_trace() argument
/openbsd-src/sys/arch/arm/arm/
H A Ddb_trace.c56 char *modif, int (*pr)(const char *, ...)) in db_stack_trace_print() argument
59 char c, *cp = modif; in db_stack_trace_print()
/openbsd-src/sys/arch/riscv64/riscv64/
H A Ddb_trace.c51 char *modif, int (*pr)(const char *, ...))
54 char c, *cp = modif; in db_stack_trace_print()
55 db_stack_trace_print(db_expr_t addr,int have_addr,db_expr_t count,char * modif,int (* pr)(const char *,...)) db_stack_trace_print() argument
H A Ddb_interface.c231 db_cpuinfo_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
265 db_startproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_cpuinfo_cmd()
284 db_stopproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_startproc_cmd()
303 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_stopproc_cmd()
234 db_cpuinfo_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_cpuinfo_cmd() argument
268 db_startproc_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_startproc_cmd() argument
287 db_stopproc_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_stopproc_cmd() argument
306 db_ddbproc_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_ddbproc_cmd() argument
/openbsd-src/sys/kern/
H A Dkern_proc.c481 proc_printit(struct proc *p, const char *modif, in proc_printit()
519 db_kill_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_kill_cmd()
537 db_show_all_procs(db_expr_t addr, int haddr, db_expr_t count, char *modif) in db_show_all_procs()
545 if (modif[0] == 0) in db_show_all_procs()
546 modif[0] = 'n'; /* default == normal mode */ in db_show_all_procs()
549 while (*mode && *mode != modif[0]) in db_show_all_procs()
477 proc_printit(struct proc * p,const char * modif,int (* pr)(const char *,...)) proc_printit() argument
515 db_kill_cmd(db_expr_t addr,int have_addr,db_expr_t count,char * modif) db_kill_cmd() argument
533 db_show_all_procs(db_expr_t addr,int haddr,db_expr_t count,char * modif) db_show_all_procs() argument
/openbsd-src/sys/arch/mips64/mips64/
H A Ddb_machdep.c251 db_cpuinfo_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_cpuinfo_cmd() argument
340 char *modif, int (*pr)(const char *, ...)) in db_stack_trace_print() argument
529 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() argument
550 db_startproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_startproc_cmd() argument
571 db_stopproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_stopproc_cmd() argument
/openbsd-src/sys/arch/arm64/arm64/
H A Ddb_interface.c310 db_cpuinfo_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_cpuinfo_cmd() argument
344 db_startproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_startproc_cmd() argument
363 db_stopproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_stopproc_cmd() argument
382 db_ddbproc_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_ddbproc_cmd() argument
H A Ddb_trace.c54 char *modif, int (*pr)(const char *, ...)) in db_stack_trace_print() argument
57 char c, *cp = modif; in db_stack_trace_print()
/openbsd-src/sys/arch/sh/sh/
H A Ddb_interface.c217 char *modif) in db_tlbdump_cmd() argument
402 char *modif) in db_cachedump_cmd() argument
513 db_frame_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif) in db_frame_cmd() argument
598 char *modif) in db_stackcheck_cmd() argument

12