Home
last modified time | relevance | path

Searched refs:_to (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/disk/ahci/
H A Dahci.h578 #define ahci_pwait_clr_to(_ap, _to, _r, _b) \ argument
579 ahci_pwait_eq((_ap), _to, (_r), (_b), 0)
584 #define ahci_pwait_set_to(_ap, _to, _r, _b) \ argument
585 ahci_pwait_eq((_ap), _to, (_r), (_b), (_b))
/dragonfly/sys/dev/disk/sili/
H A Dsili.h851 #define sili_pwait_clr_to(_ap, _to, _r, _b) \ argument
852 sili_pwait_eq((_ap), _to, (_r), (_b), 0)
857 #define sili_pwait_set_to(_ap, _to, _r, _b) \ argument
858 sili_pwait_eq((_ap), _to, (_r), (_b), (_b))
/dragonfly/sys/sys/
H A Dmbuf.h410 #define M_MOVE_PKTHDR(_to, _from) m_move_pkthdr((_to), (_from)) argument