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