Searched refs:ra_struct (Results 1 – 1 of 1) sorted by relevance
3591 struct radvisory ra_struct; in sys_fcntl_nocancel() local3600 if ((error = copyin(argp, (caddr_t)&ra_struct, sizeof(ra_struct)))) { in sys_fcntl_nocancel()3603 if (ra_struct.ra_offset < 0 || ra_struct.ra_count < 0) { in sys_fcntl_nocancel()3608 error = VNOP_IOCTL(vp, F_RDADVISE, (caddr_t)&ra_struct, 0, &context); in sys_fcntl_nocancel()