Home
last modified time | relevance | path

Searched refs:ncp_objectname_ioctl (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dncp_fs.h82 struct ncp_objectname_ioctl struct
126 #define NCP_IOC_GETOBJECTNAME _IOWR('n', 9, struct ncp_objectname_ioctl)
127 #define NCP_IOC_SETOBJECTNAME _IOR('n', 9, struct ncp_objectname_ioctl)
/linux-2.4.37.9/fs/ncpfs/
Dioctl.c380 struct ncp_objectname_ioctl user; in ncp_ioctl()
384 (struct ncp_objectname_ioctl*)arg, in ncp_ioctl()
396 if (copy_to_user((struct ncp_objectname_ioctl*)arg, in ncp_ioctl()
406 struct ncp_objectname_ioctl user; in ncp_ioctl()
414 (struct ncp_objectname_ioctl*)arg, in ncp_ioctl()
/linux-2.4.37.9/arch/sparc64/kernel/
Dioctl32.c2323 struct ncp_objectname_ioctl n; in do_ncp_getobjectname()
2371 struct ncp_objectname_ioctl n; in do_ncp_setobjectname()