Home
last modified time | relevance | path

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

123

/netbsd-src/sys/kern/
H A Duipc_mbufdebug.c134 m_peek_len(const struct mbuf *m, const char *modif) in m_peek_len()
141 while (modif && (ch = *(modif++)) != '\0') { in m_peek_len()
224 m_examine_ether(const struct mbuf *m, int off, const char *modif, in m_examine_ether()
230 pktlen = m_peek_len(m, modif) - off; in m_examine_ether()
234 return m_examine_hex(m, off, modif, pr); in m_examine_ether()
239 return m_examine_hex(m, off, modif, pr); in m_examine_ether()
250 return m_examine_pppoe(m, off, modif, pr); in m_examine_ether()
254 return m_examine_arp(m, off, modif, pr); in m_examine_ether()
258 return m_examine_ip(m, off, modif, p in m_examine_ether()
132 m_peek_len(const struct mbuf * m,const char * modif) m_peek_len() argument
222 m_examine_ether(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ether() argument
271 m_examine_pppoe(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_pppoe() argument
353 m_examine_ppp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ppp() argument
444 m_examine_arp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_arp() argument
544 m_examine_ip(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ip() argument
603 m_examine_icmp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_icmp() argument
649 m_examine_ip6(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_ip6() argument
716 m_examine_icmp6(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_icmp6() argument
792 m_examine_tcp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_tcp() argument
925 m_examine_udp(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_udp() argument
952 m_examine_hex(const struct mbuf * m,int off,const char * modif,void (* pr)(const char *,...)) m_examine_hex() argument
988 m_examine(const struct mbuf * m,int af,const char * modif,void (* pr)(const char *,...)) m_examine() argument
[all...]
/netbsd-src/sys/ddb/
H A Ddb_command.c866 char modif[TOK_STRING_SIZE]; in db_command() local
892 modif[0] = '\0'; in db_command()
925 strlcpy(modif, db_tok_string, sizeof(modif)); in db_command()
929 modif[0] = '\0'; in db_command()
970 (*command->fcn)(addr, have_addr, count, modif); in db_command()
996 const char *modif) in db_help_print_cmd() argument
1033 const char *modif) in db_kqueue_print_cmd() argument
1038 if (modif[0] == 'f') in db_kqueue_print_cmd()
1055 const char *modif) in db_map_print_cmd() argument
1060 if (modif[0] == 'f') in db_map_print_cmd()
[all …]
H A Ddb_xxx.c85 db_expr_t count, const char *modif) in db_kill_proc() argument
146 db_expr_t count, const char *modif) in db_kgdb_cmd() argument
156 db_expr_t count, const char *modif) in db_show_files_cmd() argument
174 if (modif[0] == 'f') in db_show_files_cmd()
206 db_expr_t count, const char *modif) in db_show_aio_jobs() argument
216 db_expr_t count, const char *modif) in db_show_mqueue_cmd() argument
227 db_expr_t count, const char *modif) in db_show_module_cmd() argument
237 db_expr_t count, const char *modif) in db_show_all_pools() argument
241 pool_printall(modif, db_printf); in db_show_all_pools()
247 db_expr_t count, const char *modif) in db_show_all_vmems() argument
[all …]
H A Ddb_variables.c89 .modif = NULL,
95 .modif = NULL,
101 .modif = NULL,
107 .modif = NULL,
113 .modif = NULL,
119 .modif = NULL,
125 .modif = NULL,
131 .modif = NULL,
137 .modif = NULL,
143 .modif = NULL,
[all …]
H A Ddb_run.c256 db_expr_t count, const char *modif) in db_single_step_cmd() argument
263 if (modif[0] == 'p') in db_single_step_cmd()
280 db_expr_t count, const char *modif) in db_trace_until_call_cmd() argument
284 if (modif[0] == 'p') in db_trace_until_call_cmd()
299 db_expr_t count, const char *modif) in db_trace_until_matching_cmd() argument
303 if (modif[0] == 'p') in db_trace_until_matching_cmd()
320 db_expr_t count, const char *modif) in db_continue_cmd() argument
323 if (modif[0] == 'c') in db_continue_cmd()
H A Ddb_examine.c58 const char *modif) in db_examine_cmd() argument
60 if (modif[0] != '\0') in db_examine_cmd()
61 strlcpy(db_examine_format, modif, sizeof(db_examine_format)); in db_examine_cmd()
241 const char *modif) in db_print_cmd() argument
245 if (modif[0] != '\0') in db_print_cmd()
246 db_print_format = modif[0]; in db_print_cmd()
307 db_expr_t dcount, const char *modif) in db_search_cmd() argument
H A Ddb_print.c48 db_expr_t count, const char *modif) in db_show_regs() argument
58 vs.modif = modif; in db_show_regs()
H A Ddb_write_cmd.c46 db_expr_t count, const char *modif) in db_write_cmd() argument
57 show_old_val = islower((unsigned char)modif[0]); in db_write_cmd()
59 switch (tolower((unsigned char)modif[0])) { in db_write_cmd()
H A Ddb_proc.c124 const char *modif) in db_show_all_procs() argument
136 if (modif[0] == 0) in db_show_all_procs()
139 mode = strchr("mawln", modif[0]); in db_show_all_procs()
282 db_show_proc(db_expr_t addr, bool haddr, db_expr_t count, const char *modif) in db_show_proc() argument
293 if (modif[0] == 0) in db_show_proc()
296 mode = strchr("ap", modif[0]); in db_show_proc()
H A Ddb_watch.c174 db_expr_t count, const char *modif) in db_deletewatch_cmd() argument
184 db_expr_t count, const char *modif) in db_watchpoint_cmd() argument
202 db_expr_t count, const char *modif) in db_listwatch_cmd() argument
/netbsd-src/sys/arch/sparc64/sparc64/
H A Ddb_interface.c398 db_prom_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_prom_cmd() argument
421 db_dump_dtlb(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_dump_dtlb() argument
436 db_dump_itlb(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_dump_itlb() argument
449 db_pload_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_pload_cmd() argument
464 register const char *cp = modif; in db_pload_cmd()
523 db_pmap_kernel(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_pmap_kernel() argument
530 register const char *cp = modif; in db_pmap_kernel()
564 db_pm_extract(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_pm_extract() argument
578 db_pmap_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_pmap_cmd() argument
585 register const char *cp = modif; in db_pmap_cmd()
[all …]
H A Ddb_trace.c76 const char *modif, void (*pr) (const char *, ...)) in db_stack_trace_print() argument
83 const char *cp = modif; in db_stack_trace_print()
204 db_dump_window(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_dump_window() argument
311 db_dump_stack(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_dump_stack() argument
317 const char *cp = modif; in db_dump_stack()
368 db_dump_trap(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_dump_trap() argument
377 register const char *cp = modif; in db_dump_trap()
449 db_dump_fpstate(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_dump_fpstate() argument
537 db_dump_ts(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_dump_ts() argument
/netbsd-src/sys/modules/examples/ddbping/
H A Dddbping.c68 db_ping(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_ping() argument
73 if (modif != NULL && *modif != '\0') { in db_ping()
74 db_printf("/%s", modif); in db_ping()
93 db_show_ping(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_show_ping() argument
/netbsd-src/sys/arch/mips/mips/
H A Ddb_interface.c259 const char *modif) in db_tlbdump_cmd() argument
264 if (modif[0] == 'v') in db_tlbdump_cmd()
319 const char *modif) in db_kvtophys_cmd() argument
417 const char *modif) in db_cp0dump_cmd() argument
605 const char *modif) in db_cpuinfo_cmd() argument
612 if (modif != NULL) { in db_cpuinfo_cmd()
613 for (; *modif != '\0'; modif++) { in db_cpuinfo_cmd()
614 switch (*modif) { in db_cpuinfo_cmd()
635 const char *modif) in db_watch_cmd() argument
677 KASSERT(modif != NULL); in db_watch_cmd()
[all …]
/netbsd-src/sys/arch/aarch64/aarch64/
H A Ddb_machdep.c374 const char *modif) in db_md_cpuinfo_cmd() argument
381 if (modif != NULL) { in db_md_cpuinfo_cmd()
382 for (; *modif != '\0'; modif++) { in db_md_cpuinfo_cmd()
383 switch (*modif) { in db_md_cpuinfo_cmd()
402 const char *modif) in db_md_frame_cmd() argument
417 const char *modif) in db_md_lwp_cmd() argument
489 const char *modif) in db_md_pte_cmd() argument
515 const char *modif) in db_md_reset_cmd() argument
527 const char *modif) in db_md_tlbi_cmd() argument
534 const char *modif) in db_md_ttbr_cmd() argument
[all …]
/netbsd-src/sys/arch/powerpc/powerpc/
H A Ddb_interface.c398 db_show_bat(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_show_bat()
469 db_show_mmu(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_show_mmu()
531 db_ppc4xx_ctx(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_ppc4xx_ctx()
549 db_ppc4xx_pv(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_ppc4xx_pv()
574 const char *modif) in db_ppc4xx_reset()
581 db_ppc4xx_tf(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_ppc4xx_tf()
638 const char *modif) in db_ppc4xx_dumptlb()
660 if (strchr(modif, 'v') && !(tlbhi & TLB_VALID)) in db_ppc4xx_dumptlb()
694 const char *modif) in db_ppc4xx_dcr()
769 const char *modif) in db_ppc4xx_useracc()
396 db_show_bat(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_show_bat() argument
467 db_show_mmu(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_show_mmu() argument
529 db_ppc4xx_ctx(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_ppc4xx_ctx() argument
547 db_ppc4xx_pv(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_ppc4xx_pv() argument
572 db_ppc4xx_reset(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_ppc4xx_reset() argument
579 db_ppc4xx_tf(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_ppc4xx_tf() argument
636 db_ppc4xx_dumptlb(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_ppc4xx_dumptlb() argument
692 db_ppc4xx_dcr(db_expr_t address,bool have_addr,db_expr_t count,const char * modif) db_ppc4xx_dcr() argument
767 db_ppc4xx_useracc(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_ppc4xx_useracc() argument
816 db_ppcbooke_reset(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_ppcbooke_reset() argument
824 db_ppcbooke_splhist(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_ppcbooke_splhist() argument
831 db_ppcbooke_tf(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_ppcbooke_tf() argument
841 db_ppcbooke_dumptlb(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_ppcbooke_dumptlb() argument
872 db_mach_cpu(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_mach_cpu() argument
[all...]
/netbsd-src/usr.sbin/crash/
H A Dcrash.c183 const char *modif) in db_breakpoint_cmd() argument
191 const char *modif) in db_continue_cmd() argument
199 const char *modif) in db_delete_cmd() argument
207 const char *modif) in db_deletewatch_cmd() argument
216 const char *modif) in db_trace_until_matching_cmd() argument
225 const char *modif) in db_single_step_cmd() argument
234 const char *modif) in db_trace_until_call_cmd() argument
243 const char *modif) in db_watchpoint_cmd() argument
/netbsd-src/sys/arch/sun2/sun2/
H A Ddb_machdep.c82 const char *modif) in db_mach_abort() argument
89 const char *modif) in db_mach_halt() argument
96 const char *modif) in db_mach_reboot() argument
106 const char *modif) in db_mach_pagemap() argument
/netbsd-src/sys/arch/sun3/sun3/
H A Ddb_machdep.c81 const char *modif) in db_mach_abort() argument
88 db_mach_halt(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_mach_halt() argument
96 const char *modif) in db_mach_reboot() argument
107 const char *modif) in db_mach_pagemap() argument
/netbsd-src/sys/arch/arm/arm32/
H A Ddb_machdep.c149 db_show_frame_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_show_frame_cmd() argument
202 db_show_fault_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_show_fault_cmd() argument
213 db_reset_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_reset_cmd() argument
410 db_show_tlb_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_show_tlb_cmd() argument
466 db_switch_cpu_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_switch_cpu_cmd() argument
522 const char *modif) in db_md_cpuinfo_cmd() argument
529 if (modif != NULL) { in db_md_cpuinfo_cmd()
530 for (; *modif != '\0'; modif++) { in db_md_cpuinfo_cmd()
531 switch (*modif) { in db_md_cpuinfo_cmd()
/netbsd-src/sys/arch/riscv/riscv/
H A Ddb_interface.c179 const char *modif)
185 const char *modif)
195 const char *modif)
225 db_mach_cpu_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_mach_cpu_cmd()
157 db_tlbdump_cmd(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_tlbdump_cmd() argument
163 db_kvtophys_cmd(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_kvtophys_cmd() argument
173 db_mach_reset_cmd(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_mach_reset_cmd() argument
221 db_mach_cpu_cmd(db_expr_t addr,bool have_addr,db_expr_t count,const char * modif) db_mach_cpu_cmd() argument
H A Ddb_trace.c130 const char *modif, void (*pr)(const char *, ...) __printflike(1, 2))
143 pr("modif: %s\n", modif);
145 for (; *modif != '\0'; modif++) {
146 switch (*modif) {
/netbsd-src/sys/arch/ia64/ia64/
H A Ddb_interface.c131 if (vp->modif != NULL && *vp->modif == 'u') { in db_frame()
157 if (vp->modif != NULL && *vp->modif == 'u') { in db_getip()
193 if (vp->modif != NULL && *vp->modif == 'u') { in db_getrse()
510 const char *modif) in db_show_vector() argument
/netbsd-src/sys/arch/sparc/sparc/
H A Ddb_interface.c296 db_proc_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_proc_cmd() argument
333 db_dump_pcb(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_dump_pcb() argument
376 db_prom_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_prom_cmd() argument
383 db_page_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_page_cmd() argument
399 db_cpu_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_cpu_cmd() argument
432 db_xcall_cmd(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif) in db_xcall_cmd() argument
/netbsd-src/sys/arch/alpha/alpha/
H A Ddb_trace.c143 const char *modif, void (*pr)(const char *, ...)) in db_stack_trace_print() argument
147 count, modif, pr); in db_stack_trace_print()
154 const char *modif, void (*pr)(const char *, ...)) in db_stack_trace_print_ra() argument
163 const char *cp = modif; in db_stack_trace_print_ra()

123