copr_msg          738 include/linux/soundcard.h #define SNDCTL_COPR_SENDMSG	      _SIOWR('C',  8, copr_msg)
copr_msg          739 include/linux/soundcard.h #define SNDCTL_COPR_RCVMSG	      _SIOR ('C',  9, copr_msg)
copr_msg          847 sound/oss/pss.c 	copr_msg *mbuf;
copr_msg          874 sound/oss/pss.c 			mbuf = (copr_msg *)vmalloc(sizeof(copr_msg));
copr_msg          877 sound/oss/pss.c 			if (copy_from_user(mbuf, arg, sizeof(copr_msg))) {
copr_msg          887 sound/oss/pss.c 					err = copy_to_user(arg, mbuf, sizeof(copr_msg));
copr_msg          898 sound/oss/pss.c 			mbuf = (copr_msg *)vmalloc(sizeof(copr_msg));
copr_msg          912 sound/oss/pss.c 			if (copy_to_user(arg, mbuf, sizeof(copr_msg)))