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

/linux-4.1.27/drivers/watchdog/
H A Dcpwd.c416 int setopt = 0; cpwd_ioctl() local
436 if (copy_from_user(&setopt, argp, sizeof(unsigned int))) cpwd_ioctl()
439 if (setopt & WDIOS_DISABLECARD) { cpwd_ioctl()
443 } else if (setopt & WDIOS_ENABLECARD) { cpwd_ioctl()
452 setopt = cpwd_getstatus(p, index); cpwd_ioctl()
453 if (copy_to_user(argp, &setopt, sizeof(unsigned int))) cpwd_ioctl()
/linux-4.1.27/security/selinux/include/
H A Dclassmap.h9 "listen", "accept", "getopt", "setopt", "shutdown", "recvfrom", \

Completed in 125 milliseconds