Home
last modified time | relevance | path

Searched refs:ccb_hdr_0x18 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/cam/
HDcam_compat.h122 struct ccb_hdr_0x18 { struct
172 #define CAM_0X18_LEN (sizeof(union ccb) - sizeof(struct ccb_hdr) + sizeof(struct ccb_hdr_0x18))
173 #define CAM_0X18_DATA_LEN (sizeof(union ccb) - sizeof(struct ccb_hdr_0x18))
HDcam_compat.c228 struct ccb_hdr_0x18 *hdr18; in cam_compat_handle_0x18()
232 hdr18 = (struct ccb_hdr_0x18 *)addr; in cam_compat_handle_0x18()