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()
524 switch (rqdata.cmd) { in __ncp_ioctl()
547 if (rqdata.cmd == NCP_LOCK_CLEAR) in __ncp_ioctl()
559 switch (rqdata.cmd) in __ncp_ioctl()
646 if (cmd == NCP_IOC_SETOBJECTNAME_32) { in __ncp_ioctl()
693 if (cmd == NCP_IOC_GETPRIVATEDATA_32) { in __ncp_ioctl()
719 if (cmd == NCP_IOC_GETPRIVATEDATA_32) { in __ncp_ioctl()
744 if (cmd == NCP_IOC_SETPRIVATEDATA_32) { in __ncp_ioctl()
809 long ncp_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ncp_ioctl() argument
817 switch (cmd) { in ncp_ioctl()
828 switch (cmd) { in ncp_ioctl()
901 ret = __ncp_ioctl(inode, cmd, arg); in ncp_ioctl()
910 long ncp_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ncp_compat_ioctl() argument
915 ret = ncp_ioctl(file, cmd, arg); in ncp_compat_ioctl()