Home
last modified time | relevance | path

Searched defs:sed (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dohci.c609 ohci_dump_ed(ohci_ed_t *sed) in ohci_dump_ed()
655 #define OHCI_APPEND_QH(sed,last) (last) = _ohci_append_qh(sed,last) argument
657 _ohci_append_qh(ohci_ed_t *sed, ohci_ed_t *last) in _ohci_append_qh()
688 #define OHCI_REMOVE_QH(sed,last) (last) = _ohci_remove_qh(sed,last) argument
690 _ohci_remove_qh(ohci_ed_t *sed, ohci_ed_t *last) in _ohci_remove_qh()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c1742 union uaudio_sed sed = { NULL }; in uaudio_chan_fill_info_sub() local