Home
last modified time | relevance | path

Searched refs:command_list (Results 1 – 7 of 7) sorted by relevance

/src/sys/security/mac_ddb/
H A Dmac_ddb.c90 static const struct cmd_list_item command_list[] = { variable
241 for (i = 0, cmd = prev = NULL; i < nitems(command_list); i++) { in mac_ddb_init()
243 n = command_match(cmd, command_list[i]); in mac_ddb_init()
280 for (i = 0; i < nitems(command_list) - 1; i++) { in mac_ddb_init()
281 a = command_list[i].name; in mac_ddb_init()
282 b = command_list[i + 1].name; in mac_ddb_init()
318 for (i = 0; i < nitems(command_list); i++) { in mac_ddb_command_register()
319 n = command_match(cmd, command_list[i]); in mac_ddb_command_register()
/src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp297 StringList command_list; in GetCommandLineCommands() local
299 loc_sp->GetLocationOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
301 commands.AppendList(command_list); in GetCommandLineCommands()
H A DSBBreakpointName.cpp486 StringList command_list; in GetCommandLineCommands() local
488 bp_name->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
490 commands.AppendList(command_list); in GetCommandLineCommands()
H A DSBBreakpoint.cpp502 StringList command_list; in GetCommandLineCommands() local
504 bkpt_sp->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
506 commands.AppendList(command_list); in GetCommandLineCommands()
/src/sys/dev/ips/
H A Dips.h143 SLIST_HEAD(command_list, ips_command) free_cmd_list;
/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h199 bool GetCommandLineCallbacks(StringList &command_list);
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp447 bool BreakpointOptions::GetCommandLineCallbacks(StringList &command_list) { in GetCommandLineCallbacks() argument
457 command_list = data->user_source; in GetCommandLineCallbacks()