/freebsd/sys/ddb/ |
H A D | db_run.c | 229 db_single_step_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_single_step_cmd() argument 236 if (modif[0] == 'p') in db_single_step_cmd() 254 char *modif) in db_trace_until_call_cmd() argument 258 if (modif[0] == 'p') in db_trace_until_call_cmd() 273 char *modif) in db_trace_until_matching_cmd() argument 277 if (modif[0] == 'p') in db_trace_until_matching_cmd() 293 db_continue_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_continue_cmd() argument 295 if (modif[0] == 'c') in db_continue_cmd()
|
H A D | db_examine.c | 54 db_examine_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_examine_cmd() argument 56 if (modif[0] != '\0') in db_examine_cmd() 57 db_strcpy(db_examine_format, modif); in db_examine_cmd() 191 db_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_print_cmd() argument 195 if (modif[0] != '\0') in db_print_cmd() 196 db_print_format = modif[0]; in db_print_cmd()
|
H A D | db_watch.c | 189 char *modif) in db_deletewatch_cmd() argument 198 char *modif) in db_watchpoint_cmd() argument 283 char *modif) in db_deletehwatch_cmd() argument 309 char *modif) in db_hwatchpoint_cmd() argument
|
H A D | db_command.c | 381 char modif[TOK_STRING_SIZE]; in db_command() 394 modif[0] = '\0'; in db_command() 459 db_strcpy(modif, db_tok_string); in db_command() 462 modif[0] = '\0'; in db_command() 495 if (mac_ddb_command_exec(cmd, addr, have_addr, count, modif)) { in db_command() 508 (*cmd->fcn)(addr, have_addr, count, modif); in db_command() 751 char *modif) in db_reset() 783 if (modif[0] != 's') { in db_reset() 831 db_stack_trace(db_expr_t tid, bool hastid, db_expr_t count, char *modif) in db_stack_trace() 377 char modif[TOK_STRING_SIZE]; db_command() local 746 db_reset(db_expr_t addr,bool have_addr,db_expr_t count __unused,char * modif) db_reset() argument 826 db_stack_trace(db_expr_t tid,bool hastid,db_expr_t count,char * modif) db_stack_trace() argument
|
H A D | db_write_cmd.c | 46 char * modif) in db_write_cmd() argument 56 switch (modif[0]) { in db_write_cmd()
|
H A D | db_print.c | 49 db_show_regs(db_expr_t _1, bool _2, db_expr_t _3, char *modif) in db_show_regs() argument 66 if (modif[0] == 'u') { in db_show_regs()
|
H A D | db_script.c | 342 char *modif) in db_scripts_cmd() argument 359 db_run_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_run_cmd() argument 384 char *modif) in db_script_cmd() argument 430 char *modif) in db_unscript_cmd() argument
|
H A D | db_break.c | 286 db_delete_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_map_addr() 297 db_breakpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_map_addr() 312 char *modif) 330 db_hbreakpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) 232 db_delete_cmd(db_expr_t addr,bool have_addr,db_expr_t count,char * modif) db_delete_cmd() argument 240 db_breakpoint_cmd(db_expr_t addr,bool have_addr,db_expr_t count,char * modif) db_breakpoint_cmd() argument
|
H A D | db_ps.c | 67 db_ps(addr, have_addr, count, modif); in DB_SHOW_ALL_COMMAND() 107 db_ps(db_expr_t addr, bool hasaddr, db_expr_t count, char *modif) in db_ps() argument 112 ps_mode = modif[0] == 'a' ? PRINT_ARGS : PRINT_NONE; in db_ps()
|
H A D | ddb.h | 117 char *modif); 186 _func(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
|
H A D | db_capture.c | 338 db_capture_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_capture_cmd() argument
|
H A D | db_textdump.c | 532 db_textdump_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_textdump_cmd() argument
|
H A D | db_pprint.c | 424 db_pprint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_pprint_cmd() argument
|
/freebsd/sys/security/mac_ddb/ |
H A D | mac_ddb.c | 73 char *modif); 107 db_thread_valid(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_thread_valid() argument 127 db_show_ffs_valid(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_show_ffs_valid() argument 144 char *modif) in db_show_prison_valid() argument 163 char *modif) in db_show_proc_valid() argument 183 db_show_rman_valid(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_show_rman_valid() argument 197 db_show_vnet_valid(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_show_vnet_valid() argument 335 bool have_addr, db_expr_t count, char *modif) in mac_ddb_command_exec() argument 342 if (vfn(addr, have_addr, count, modif) == 0) in mac_ddb_command_exec()
|
/freebsd/sys/security/mac/ |
H A D | mac_kdb.c | 71 bool have_addr, db_expr_t count, char *modif) in mac_ddb_command_exec() argument 76 count, modif); in mac_ddb_command_exec()
|
/freebsd/sys/kern/ |
H A D | kern_ktr.c | 424 db_ktr_verbose |= (strchr(modif, 'v') != NULL) ? 2 : 0; in DB_SHOW_COMMAND_FLAGS() 425 db_ktr_verbose |= (strchr(modif, 'V') != NULL) ? 1 : 0; /* just timestamp please */ in DB_SHOW_COMMAND_FLAGS() 426 if (strchr(modif, 'a') != NULL) { in DB_SHOW_COMMAND_FLAGS()
|
H A D | subr_vmem.c | 1672 vmem_printall(const char *modif, int (*pr)(const char *, ...)) 1682 vmem_print(vmem_addr_t addr, const char *modif, int (*pr)(const char *, ...)) 1758 vmem_summ((db_expr_t)vm, TRUE, count, modif); in DB_SHOW_ALL_COMMAND() 1674 vmem_printall(const char * modif,int (* pr)(const char *,...)) vmem_printall() argument 1684 vmem_print(vmem_addr_t addr,const char * modif,int (* pr)(const char *,...)) vmem_print() argument
|
H A D | kern_intr.c | 1589 verbose = strchr(modif, 'v') != NULL; in DB_SHOW_COMMAND_FLAGS() 1590 all = strchr(modif, 'a') != NULL; in DB_SHOW_COMMAND_FLAGS()
|
/freebsd/sys/x86/iommu/ |
H A D | amd_drv.c | 1186 show_domains = strchr(modif, 'd') != NULL; in DB_SHOW_COMMAND() 1187 show_mappings = strchr(modif, 'm') != NULL; in DB_SHOW_COMMAND() 1188 show_cmdq = strchr(modif, 'q') != NULL; in DB_SHOW_COMMAND() 1205 show_domains = strchr(modif, 'd') != NULL; in DB_SHOW_ALL_COMMAND() 1206 show_mappings = strchr(modif, 'm') != NULL; in DB_SHOW_ALL_COMMAND() 1207 show_cmdq = strchr(modif, 'q') != NULL; in DB_SHOW_ALL_COMMAND()
|
H A D | intel_drv.c | 1265 show_domains = strchr(modif, 'd') != NULL; in DB_SHOW_COMMAND() 1266 show_mappings = strchr(modif, 'm') != NULL; in DB_SHOW_COMMAND() 1279 show_domains = strchr(modif, 'd') != NULL; in DB_SHOW_ALL_COMMAND() 1280 show_mappings = strchr(modif, 'm') != NULL; in DB_SHOW_ALL_COMMAND()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_ddb.c | 117 for (i = 0; modif[i] != '\0'; i++) in DB_SHOW_COMMAND() 118 switch (modif[i]) { in DB_SHOW_COMMAND() 142 for (i = 0; modif[i] != '\0'; i++) in DB_SHOW_COMMAND() 143 switch (modif[i]) { in DB_SHOW_COMMAND() 172 for (i = 0; modif[i] != '\0'; i++) in DB_SHOW_ALL_COMMAND() 173 switch (modif[i]) { in DB_SHOW_ALL_COMMAND()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | db_trace.c | 140 register char *cp = modif; in db_backtrace()
|
/freebsd/sys/vm/ |
H A D | vm_object.h | 380 void vm_object_print(long addr, boolean_t have_addr, long count, char *modif);
|
/freebsd/usr.bin/vi/catalog/ |
H A D | french.UTF-8.base | 252 262 "Fichier modifé depuis la dernière écriture complète ; écrire ou utiliser ! pour outrepasser " 253 263 "Fichier modifé depuis la dernière écriture complète ; écrire ou utiliser :edit! pour outrepass… 254 264 "Fichier modifé depuis la dernière écriture complète ; écrire ou utiliser ! pour outrepasser"
|
/freebsd/sys/x86/x86/ |
H A D | intr_machdep.c | 547 if (strcmp(modif, "v") == 0) in DB_SHOW_COMMAND()
|