OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bdl
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/hdaudio/
hdaudio.c
1202
struct hdaudio_bdl_entry *
bdl
;
local
1220
bdl
= DMA_KERNADDR(&st->st_bdl);
1222
bdl
[cnt].address_lo = (uint32_t)dmaaddr;
1223
bdl
[cnt].address_hi = dmaaddr >> 32;
1224
bdl
[cnt].length = blksize;
1225
bdl
[cnt].flags = HDAUDIO_BDL_ENTRY_IOC;
hdaudio.c
1202
struct hdaudio_bdl_entry *
bdl
;
local
1220
bdl
= DMA_KERNADDR(&st->st_bdl);
1222
bdl
[cnt].address_lo = (uint32_t)dmaaddr;
1223
bdl
[cnt].address_hi = dmaaddr >> 32;
1224
bdl
[cnt].length = blksize;
1225
bdl
[cnt].flags = HDAUDIO_BDL_ENTRY_IOC;
/src/external/bsd/libpcap/dist/
pcap-bpf.c
998
struct bpf_dltlist
bdl
;
local
1113
if (get_dlt_list(fd, DLT_NULL, &
bdl
, p->errbuf) == PCAP_ERROR) {
1117
if (find_802_11(&
bdl
) != -1) {
1121
free(
bdl
.bfl_list);
1125
free(
bdl
.bfl_list);
1904
struct bpf_dltlist
bdl
;
local
2375
if (get_dlt_list(fd, v, &
bdl
, p->errbuf) == -1) {
2379
p->dlt_count =
bdl
.bfl_len;
2380
p->dlt_list =
bdl
.bfl_list;
2407
new_dlt = find_802_11(&
bdl
);
[
all
...]
pcap-bpf.c
998
struct bpf_dltlist
bdl
;
local
1113
if (get_dlt_list(fd, DLT_NULL, &
bdl
, p->errbuf) == PCAP_ERROR) {
1117
if (find_802_11(&
bdl
) != -1) {
1121
free(
bdl
.bfl_list);
1125
free(
bdl
.bfl_list);
1904
struct bpf_dltlist
bdl
;
local
2375
if (get_dlt_list(fd, v, &
bdl
, p->errbuf) == -1) {
2379
p->dlt_count =
bdl
.bfl_len;
2380
p->dlt_list =
bdl
.bfl_list;
2407
new_dlt = find_802_11(&
bdl
);
[
all
...]
Completed in 43 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026