Searched refs:VBUS_EXT (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/hpt27xx/ |
H A D | os_bsd.h | 183 VBUS_EXT, *PVBUS_EXT; typedef
|
H A D | hpt27xx_osm_bsd.c | 113 vbus_ext = malloc(sizeof(VBUS_EXT) + size, M_DEVBUF, M_WAITOK); in hpt_attach() 114 memset(vbus_ext, 0, sizeof(VBUS_EXT)); in hpt_attach()
|
/freebsd/sys/dev/hptnr/ |
H A D | os_bsd.h | 187 VBUS_EXT, *PVBUS_EXT; typedef
|
H A D | hptnr_osm_bsd.c | 117 vbus_ext = malloc(sizeof(VBUS_EXT) + size, M_DEVBUF, M_WAITOK | in hpt_attach()
|
/freebsd/sys/dev/hptrr/ |
H A D | os_bsd.h | 188 VBUS_EXT, *PVBUS_EXT; typedef
|
H A D | hptrr_osm_bsd.c | 118 vbus_ext = malloc(sizeof(VBUS_EXT) + size, M_DEVBUF, M_WAITOK | in hpt_attach()
|