HomeSort by: relevance | last modified time | path
    Searched refs:bt_cmd (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
bt-selected-frame.exp 24 proc check_selected_frame_after_bt { bt_cmd stack_pattern } {
29 with_test_prefix $bt_cmd {
40 # in BT_CMD.
49 gdb_test "$bt_cmd" $stack_pattern \
inline-frame-cycle-unwind.exp 76 foreach bt_cmd { "bt" "bt -no-filters" } {
77 with_test_prefix "$bt_cmd" {
80 gdb_test_sequence "$bt_cmd" "backtrace when the unwind is left unbroken" {
95 gdb_test_lines "$bt_cmd" "backtrace when the unwind is broken at frame 5" \
111 gdb_test_lines "$bt_cmd" "backtrace when the unwind is broken at frame 3" \
125 gdb_test_lines "$bt_cmd" "backtrace when the unwind is broken at frame 1" \
139 gdb_test_multiple "$bt_cmd" "backtrace with debugging on" {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
bt-selected-frame.exp 24 proc check_selected_frame_after_bt { bt_cmd stack_pattern } {
30 with_test_prefix $bt_cmd {
41 # in BT_CMD.
50 gdb_test "$bt_cmd" $stack_pattern \
inline-frame-cycle-unwind.exp 76 foreach bt_cmd { "bt" "bt -no-filters" } {
77 with_test_prefix "$bt_cmd" {
80 gdb_test_sequence "$bt_cmd" "backtrace when the unwind is left unbroken" {
95 gdb_test_lines "$bt_cmd" "backtrace when the unwind is broken at frame 5" \
111 gdb_test_lines "$bt_cmd" "backtrace when the unwind is broken at frame 3" \
125 gdb_test_lines "$bt_cmd" "backtrace when the unwind is broken at frame 1" \
139 gdb_test_multiple "$bt_cmd" "backtrace with debugging on" {
  /src/sys/arch/arc/dti/
btl.c 137 int bt_cmd(int, struct bt_softc *, int, u_char *, int, u_char *);
179 * bt_cmd(iobase, sc, icnt, ibuf, ocnt, obuf)
193 bt_cmd(int iobase, struct bt_softc *sc, int icnt, int ocnt, u_char *ibuf, function
231 printf("%s: bt_cmd, host not idle(0x%x)\n",
258 printf("%s: bt_cmd, cmd/data port full\n", name);
278 printf("%s: bt_cmd, cmd/data port empty %d\n",
299 printf("%s: bt_cmd, host not finished(0x%x)\n",
536 bt_cmd(iobase, sc, sizeof(toggle.cmd), (u_char *)&toggle.cmd, 0,
759 bt_cmd(iobase, sc, sizeof(toggle.cmd),
953 i = bt_cmd(iobase, sc, sizeof(inquire.cmd), (u_char *)&inquire.cmd
    [all...]
  /src/sys/dev/pci/
if_iwm.c 7417 struct iwm_bt_coex_cmd bt_cmd; local
7419 bt_cmd.mode = htole32(IWM_BT_COEX_WIFI);
7420 bt_cmd.enabled_modules = htole32(IWM_BT_COEX_HIGH_BAND_RET);
7422 return iwm_send_cmd_pdu(sc, IWM_BT_CONFIG, 0, sizeof(bt_cmd),
7423 &bt_cmd);

Completed in 62 milliseconds