OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hci_pcb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netbt/
hci_socket.c
66
struct
hci_pcb
{
struct
74
LIST_ENTRY(
hci_pcb
) hp_next; /* next HCI pcb */
81
LIST_HEAD(hci_pcb_list,
hci_pcb
)
hci_pcb
= LIST_HEAD_INITIALIZER(
hci_pcb
);
356
struct
hci_pcb
*pcb;
373
pcb = kmem_zalloc(sizeof(struct
hci_pcb
), KM_SLEEP);
385
LIST_INSERT_HEAD(&
hci_pcb
, pcb, hp_next);
394
struct
hci_pcb
*pcb;
396
pcb = (struct
hci_pcb
*)so->so_pcb
[
all
...]
hci_socket.c
66
struct
hci_pcb
{
struct
74
LIST_ENTRY(
hci_pcb
) hp_next; /* next HCI pcb */
81
LIST_HEAD(hci_pcb_list,
hci_pcb
)
hci_pcb
= LIST_HEAD_INITIALIZER(
hci_pcb
);
356
struct
hci_pcb
*pcb;
373
pcb = kmem_zalloc(sizeof(struct
hci_pcb
), KM_SLEEP);
385
LIST_INSERT_HEAD(&
hci_pcb
, pcb, hp_next);
394
struct
hci_pcb
*pcb;
396
pcb = (struct
hci_pcb
*)so->so_pcb
[
all
...]
Completed in 50 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025