OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sco
(Results
1 - 6
of
6
) 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
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
[
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
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/external/gpl3/binutils/dist/gas/config/
bfin-parse.y
549
%token NS S CO
SCO
622
%type <modcodes>
sco
3765
sco
:
3780
|
SCO
3803
| LPAREN
sco
RPAREN
3842
| LPAREN
sco
RPAREN
3848
| LPAREN asr_asl_0 COMMA
sco
RPAREN
3854
| LPAREN
sco
COMMA asr_asl_0 RPAREN
3764
sco
:
label
/src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.y
549
%token NS S CO
SCO
622
%type <modcodes>
sco
3765
sco
:
3780
|
SCO
3803
| LPAREN
sco
RPAREN
3842
| LPAREN
sco
RPAREN
3848
| LPAREN asr_asl_0 COMMA
sco
RPAREN
3854
| LPAREN
sco
COMMA asr_asl_0 RPAREN
3764
sco
:
label
/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
...]
/src/sys/dev/pci/
if_iwm.c
6691
uint8_t
sco
, vht_chan_width;
local
6694
sco
= (ni->ni_htop0 & IEEE80211_HTOP0_SCO_MASK);
6696
sco
= IEEE80211_HTOP0_SCO_SCN;
Completed in 65 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026