Searched refs:bdl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/libpcap/ |
| D | pcap-bpf.c | 613 struct bpf_dltlist bdl; in pcap_can_set_rfmon_bpf() local 733 if (get_dlt_list(fd, DLT_NULL, &bdl, p->errbuf) == PCAP_ERROR) { in pcap_can_set_rfmon_bpf() 737 if (find_802_11(&bdl) != -1) { in pcap_can_set_rfmon_bpf() 741 free(bdl.bfl_list); in pcap_can_set_rfmon_bpf() 745 free(bdl.bfl_list); in pcap_can_set_rfmon_bpf() 1467 struct bpf_dltlist bdl; local 1487 memset(&bdl, 0, sizeof(bdl)); 1863 if (get_dlt_list(fd, v, &bdl, p->errbuf) == -1) { 1867 p->dlt_count = bdl.bfl_len; 1868 p->dlt_list = bdl.bfl_list; [all …]
|
| /freebsd-10-stable/sys/dev/ida/ |
| D | idaio.h | 17 struct ida_blink_drv_leds bdl; member
|
| /freebsd-10-stable/sys/dev/sound/pci/hda/ |
| D | hdac_private.h | 153 struct hdac_dma bdl; member
|
| D | hdac.c | 1244 result = hdac_dma_alloc(sc, &sc->streams[i].bdl, in hdac_attach() 1311 hdac_dma_free(sc, &sc->streams[i].bdl); in hdac_attach() 1680 hdac_dma_free(sc, &sc->streams[i].bdl); in hdac_detach() 1920 bdle = (struct hdac_bdle *)sc->streams[ss].bdl.dma_vaddr; in hdac_stream_start() 1932 addr = sc->streams[ss].bdl.dma_paddr; in hdac_stream_start()
|