Searched refs:output_cmd (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/netbt/ |
H A D | hci_unit.c | 91 KASSERT(hci_if->output_cmd != NULL); in hci_attach_pcb() 533 (*unit->hci_if->output_cmd)(unit->hci_dev, m); in hci_output_cmd()
|
H A D | hci.h | 2508 void (*output_cmd)(device_t, struct mbuf *); member
|
/netbsd-src/sys/dev/sdmmc/ |
H A D | sbt.c | 131 .output_cmd = sbt_start_cmd,
|
/netbsd-src/sys/dev/bluetooth/ |
H A D | btuart.c | 124 .output_cmd = btuart_output_cmd,
|
H A D | bcsp.c | 212 .output_cmd = bcsp_output_cmd,
|
H A D | bth5.c | 217 .output_cmd = bth5_output_cmd,
|
/netbsd-src/sys/dev/pcmcia/ |
H A D | bt3c.c | 154 .output_cmd = bt3c_output_cmd,
|
H A D | btbc.c | 133 .output_cmd = btbc_output_cmd,
|
/netbsd-src/sys/dev/usb/ |
H A D | ubt.c | 279 .output_cmd = ubt_xmit_cmd,
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
H A D | gp-display-html.in | 1474 my $output_cmd; 1491 ($error_code, $output_cmd) = execute_system_cmd ($target_cmd); 1522 @the_fields = split ("\n", $output_cmd); 1532 gp_message ("error", $subr_name, $output_cmd);
|