Searched refs:prefix_cmd (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.cpp395 uint8 prefix_cmd; local
397 prefix_cmd = 0x90 + dev->idx;
399 prefix_cmd = 0xd4;
402 ps2_write_ctrl(prefix_cmd);
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-decode.h262 struct cmd_list_element **prefix_cmd,
H A Dcli-decode.c1270 struct cmd_list_element *prefix_cmd = NULL;
1275 if (!lookup_cmd_composition (*text, &alias, &prefix_cmd, &cmd))
1291 if (prefix_cmd)
1292 printf_filtered ("%s", prefix_cmd->prefixname);
1335 command) set *prefix_cmd.
1339 If any of *alias, *prefix_cmd, or *cmd cannot be determined or do not
1346 struct cmd_list_element **prefix_cmd,
1354 *prefix_cmd = NULL;
1436 *prefix_cmd = prev_cmd;
1266 struct cmd_list_element *prefix_cmd = NULL; local
1340 lookup_cmd_composition(char *text, struct cmd_list_element **alias, struct cmd_list_element **prefix_cmd, struct cmd_list_element **cmd) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcommand.h186 struct cmd_list_element **prefix_cmd,
H A Dmaint.c538 struct cmd_list_element *prefix_cmd = NULL; local
549 if (!lookup_cmd_composition (text, &alias, &prefix_cmd, &cmd))

Completed in 65 milliseconds