Searched refs:raw32_config_request (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat_ioctl.c603 struct raw32_config_request struct
610 static int get_raw32_request(struct raw_config_request *req, struct raw32_config_request __user *user_req)
614 if (!access_ok(VERIFY_READ, user_req, sizeof(struct raw32_config_request)))
624 static int set_raw32_request(struct raw_config_request *req, struct raw32_config_request __user *user_req)
628 if (!access_ok(VERIFY_WRITE, user_req, sizeof(struct raw32_config_request)))
639 struct raw32_config_request __user *user_req)

Completed in 161 milliseconds