Lines Matching refs:cmd
257 static long __ncp_ioctl(struct inode *inode, unsigned int cmd, unsigned long arg) in __ncp_ioctl() argument
265 switch (cmd) { in __ncp_ioctl()
271 if (cmd == NCP_IOC_NCPREQUEST_32) { in __ncp_ioctl()
525 switch (rqdata.cmd) { in __ncp_ioctl()
550 if (rqdata.cmd == NCP_LOCK_CLEAR) in __ncp_ioctl()
562 switch (rqdata.cmd) in __ncp_ioctl()
649 if (cmd == NCP_IOC_SETOBJECTNAME_32) { in __ncp_ioctl()
696 if (cmd == NCP_IOC_GETPRIVATEDATA_32) { in __ncp_ioctl()
722 if (cmd == NCP_IOC_GETPRIVATEDATA_32) { in __ncp_ioctl()
747 if (cmd == NCP_IOC_SETPRIVATEDATA_32) { in __ncp_ioctl()
812 long ncp_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ncp_ioctl() argument
820 switch (cmd) { in ncp_ioctl()
831 switch (cmd) { in ncp_ioctl()
904 ret = __ncp_ioctl(inode, cmd, arg); in ncp_ioctl()
913 long ncp_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ncp_compat_ioctl() argument
918 ret = ncp_ioctl(file, cmd, arg); in ncp_compat_ioctl()