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