Searched refs:ctlptr (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | timod.c | 840 struct strbuf *ctlptr, *datptr; in solaris_getmsg() local 859 ctlptr = (struct strbuf *)A(arg1); in solaris_getmsg() 865 if (ctlptr) { in solaris_getmsg() 866 if (copy_from_user(&ctl,ctlptr,sizeof(struct strbuf)) || in solaris_getmsg() 867 put_user(-1,&ctlptr->len)) in solaris_getmsg() 893 error = timod_getmsg(fd,(char*)A(ctl.buf),ctl.maxlen,&ctlptr->len, in solaris_getmsg() 908 struct strbuf *ctlptr, *datptr; in solaris_putmsg() local 927 ctlptr = (struct strbuf *)A(arg1); in solaris_putmsg() 932 if (ctlptr) { in solaris_putmsg() 933 if (copy_from_user(&ctl,ctlptr,sizeof(ctl))) in solaris_putmsg()
|