Home
last modified time | relevance | path

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

12

/freebsd/sys/ddb/
H A Ddb_run.c229 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 Ddb_examine.c54 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 Ddb_watch.c189 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 Ddb_command.c381 char modif[TOK_STRING_SIZE]; in db_command() local
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()
750 char *modif) in db_reset() argument
782 if (modif[0] != 's') { in db_reset()
830 db_stack_trace(db_expr_t tid, bool hastid, db_expr_t count, char *modif) in db_stack_trace() argument
H A Ddb_write_cmd.c46 char * modif) in db_write_cmd() argument
56 switch (modif[0]) { in db_write_cmd()
H A Ddb_print.c49 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 Ddb_break.c286 db_delete_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_delete_cmd() argument
297 db_breakpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_breakpoint_cmd() argument
312 char *modif) in db_deletehbreak_cmd() argument
330 db_hbreakpoint_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_hbreakpoint_cmd() argument
H A Ddb_script.c342 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 Ddb_ps.c67 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 Dddb.h117 char *modif);
186 _func(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
H A Ddb_capture.c338 db_capture_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_capture_cmd() argument
H A Ddb_textdump.c532 db_textdump_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_textdump_cmd() argument
H A Ddb_pprint.c402 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 Dmac_ddb.c73 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 Dmac_kdb.c71 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 Dkern_ktr.c424 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 Dsubr_vmem.c1674 vmem_printall(const char *modif, int (*pr)(const char *, ...)) in vmem_printall() argument
1684 vmem_print(vmem_addr_t addr, const char *modif, int (*pr)(const char *, ...)) in vmem_print() argument
1760 vmem_summ((db_expr_t)vm, TRUE, count, modif); in DB_SHOW_ALL_COMMAND()
H A Dkern_intr.c1607 verbose = strchr(modif, 'v') != NULL; in DB_SHOW_COMMAND_FLAGS()
1608 all = strchr(modif, 'a') != NULL; in DB_SHOW_COMMAND_FLAGS()
/freebsd/sys/net80211/
H A Dieee80211_ddb.c117 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/x86/iommu/
H A Dintel_drv.c1324 show_domains = strchr(modif, 'd') != NULL; in DB_SHOW_COMMAND()
1325 show_mappings = strchr(modif, 'm') != NULL; in DB_SHOW_COMMAND()
1338 show_domains = strchr(modif, 'd') != NULL; in DB_SHOW_ALL_COMMAND()
1339 show_mappings = strchr(modif, 'm') != NULL; in DB_SHOW_ALL_COMMAND()
/freebsd/sys/powerpc/powerpc/
H A Ddb_trace.c140 register char *cp = modif; in db_backtrace()
/freebsd/sys/vm/
H A Dvm_object.h374 void vm_object_print(long addr, boolean_t have_addr, long count, char *modif);
/freebsd/usr.bin/vi/catalog/
H A Dfrench.UTF-8.base252 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 Dintr_machdep.c558 if (strcmp(modif, "v") == 0) in DB_SHOW_COMMAND()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_osm.c1447 while ((c = *modif++) != '\0') { in DB_COMMAND()
1491 switch (modif[0]) { in DB_COMMAND_FLAGS()

12