Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/controller/
H A Dohci.c603 ohci_dump_ed(ohci_ed_t *sed) in ohci_dump_ed()
649 #define OHCI_APPEND_QH(sed,last) (last) = _ohci_append_qh(sed,last) argument
651 _ohci_append_qh(ohci_ed_t *sed, ohci_ed_t *last) in _ohci_append_qh()
682 #define OHCI_REMOVE_QH(sed,last) (last) = _ohci_remove_qh(sed,last) argument
684 _ohci_remove_qh(ohci_ed_t *sed, ohci_ed_t *last) in _ohci_remove_qh()
/dflybsd-src/sys/bus/u4b/audio/
H A Duaudio.c1551 union uaudio_sed sed = { NULL }; in uaudio_chan_fill_info_sub() local