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 in typeref:typename:int 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...] |