Searched refs:db_tok_string (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/ddb/ |
| H A D | db_capture.c | 351 if (strcmp(db_tok_string, "on") == 0) in db_capture_cmd() 353 else if (strcmp(db_tok_string, "off") == 0) in db_capture_cmd() 355 else if (strcmp(db_tok_string, "reset") == 0) in db_capture_cmd() 357 else if (strcmp(db_tok_string, "status") == 0) { in db_capture_cmd()
|
| H A D | db_lex.c | 150 char db_tok_string[TOK_STRING_SIZE]; variable 257 cp = db_tok_string; in db_lex() 277 if (cp == db_tok_string+sizeof(db_tok_string)) { in db_lex()
|
| H A D | db_expr.c | 60 if (!db_value_of_name(db_tok_string, valuep) && in db_term() 61 !db_value_of_name_pcpu(db_tok_string, valuep) && in db_term() 62 !db_value_of_name_vnet(db_tok_string, valuep)) { in db_term() 63 db_printf("Symbol '%s' not found\n", db_tok_string); in db_term()
|
| H A D | db_examine.c | 274 if (!strcmp(db_tok_string, "b")) in db_search_cmd() 276 else if (!strcmp(db_tok_string, "h")) in db_search_cmd() 278 else if (!strcmp(db_tok_string, "l")) in db_search_cmd()
|
| H A D | db_script.c | 377 db_script_exec(db_tok_string, 1); in db_run_cmd() 400 if (strlcpy(scriptname, db_tok_string, sizeof(scriptname)) >= in db_script_cmd() 444 error = db_script_unset(db_tok_string); in db_unscript_cmd() 446 db_printf("script '%s' not found\n", db_tok_string); in db_unscript_cmd()
|
| H A D | db_variables.c | 69 if (!strcmp(db_tok_string, vp->name)) { in db_find_variable() 75 if (!strcmp(db_tok_string, vp->name)) { in db_find_variable()
|
| H A D | db_textdump.c | 547 if (strcmp(db_tok_string, "set") == 0) { in db_textdump_cmd() 550 } else if (strcmp(db_tok_string, "status") == 0) { in db_textdump_cmd() 555 } else if (strcmp(db_tok_string, "unset") == 0) { in db_textdump_cmd() 558 } else if (strcmp(db_tok_string, "dump") == 0) { in db_textdump_cmd()
|
| H A D | db_lex.h | 97 extern char db_tok_string[TOK_STRING_SIZE];
|
| H A D | db_command.c | 388 result = db_cmd_search(db_tok_string, in db_command() 440 db_strcpy(modif, db_tok_string); in db_command()
|
| /f-stack/freebsd/net/ |
| H A D | debugnet.c | 974 if (strlen(db_tok_string) > 1) { in debugnet_parse_ddb_cmd() 976 "flag, got '%s'\n", cmd, db_tok_string); in debugnet_parse_ddb_cmd() 982 switch ((ch = db_tok_string[0])) { in debugnet_parse_ddb_cmd() 1024 ifp = ifunit(db_tok_string); in debugnet_parse_ddb_cmd() 1028 db_tok_string); in debugnet_parse_ddb_cmd()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sysctl.c | 2936 db_strcpy(modif, db_tok_string); in DB_FUNC() 2959 db_strcpy(name, db_tok_string); in DB_FUNC() 2971 db_printf("unknown oid: '%s'\n", db_tok_string); in DB_FUNC() 2974 db_printf("%s: error: %d\n", db_tok_string, error); in DB_FUNC()
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_drv.c | 1185 show_mappings = strchr(db_tok_string, 'm') != NULL; in DB_FUNC()
|