HomeSort by: relevance | last modified time | path
    Searched defs:sco (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netbt/
sco_upper.c 46 #include <netbt/sco.h>
50 * SCO - Upper Protocol API
58 * Attach a new instance of SCO pcb to handle
87 * Bind SCO pcb to local address
119 * Initiate a SCO connection to the destination address.
126 struct hci_link *acl, *sco; local in function:sco_connect_pcb
148 * We must have an already open ACL connection before we open the SCO
149 * connection, and since SCO connections dont happen on their own we
157 sco = hci_link_alloc(unit, &pcb->sp_raddr, HCI_LINK_SCO);
158 if (sco == NULL
204 struct hci_link *sco; local in function:sco_disconnect_pcb
    [all...]
hci_link.c 47 #include <netbt/sco.h>
761 * HCI SCO Connections
765 * Incoming SCO Connection. We check the list for anybody willing
773 struct hci_link *sco, *acl; local in function:hci_sco_newconn
787 * the controller sends us SCO connection requests, but you
809 sco = hci_link_alloc(unit, bdaddr, HCI_LINK_SCO);
810 if (sco == NULL) {
815 sco->hl_link = hci_acl_open(unit, bdaddr);
816 KASSERT(sco->hl_link == acl);
818 sco->hl_sco = new
    [all...]
  /src/games/larn/
scores.c 86 static struct scofmt sco[SCORESIZE]; /* the structure for the scoreboard */ variable in typeref:struct:scofmt[]
135 lrfill((char *) sco, sizeof(sco));
163 lwrite((char *) sco, sizeof(sco));
181 winr[i].taxes = winr[i].score = sco[i].score = 0;
182 winr[i].order = sco[i].order = i;
304 if (sco[i].score != 0) {
313 if (sco[j].order == i) {
314 if (sco[j].score)
    [all...]

Completed in 12 milliseconds