Home
last modified time | relevance | path

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

/freebsd/sys/dev/aac/
H A Daac.c3049 struct aac_srb *srbcmd, *user_srb; in aac_ioctl_send_raw_srb() local
3060 user_srb = (struct aac_srb *)arg; in aac_ioctl_send_raw_srb()
3082 error = copyin(&user_srb->data_len, &fibsize, sizeof(uint32_t)); in aac_ioctl_send_raw_srb()
3089 error = copyin(user_srb, srbcmd, fibsize); in aac_ioctl_send_raw_srb()
/freebsd/sys/dev/aacraid/
H A Daacraid.c2866 struct aac_srb *user_srb = (struct aac_srb *)arg; in aac_ioctl_send_raw_srb() local
2903 if ((error = copyin((void *)&user_srb->data_len, &fibsize, in aac_ioctl_send_raw_srb()
2910 if ((error = copyin((void *)user_srb, srbcmd, fibsize)) != 0) in aac_ioctl_send_raw_srb()