Searched refs:int_arg (Results 1 – 2 of 2) sorted by relevance
137 int __user *int_arg = (int __user *)arg; in watchdog_ioctl() local149 ret = put_user(0, int_arg); in watchdog_ioctl()158 ret = get_user(new_margin, int_arg); in watchdog_ioctl()173 ret = put_user(soft_margin, int_arg); in watchdog_ioctl()
82 * @int_arg: will be used for integer like pointer contents, like 'accept's 'upeer_addrlen'87 int int_arg;85 int int_arg; global() member