taglinefilesource code
d176include/linux/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
d177include/linux/unistd.htype name (atype a, btype b, ctype c, dtype d) \
d184include/linux/unistd.h"d" ((long)(c)),"S" ((long)(d))); \
d191include/linux/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
d192include/linux/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
d199include/linux/unistd.h"d" ((long)(c)),"S" ((long)(d)),"D" ((long)(e))); \
d93kernel/chr_drv/tty_ioctl.cchar *c, *d;
d102kernel/chr_drv/tty_ioctl.cd = (char *)(ts->tasks+n);
d104kernel/chr_drv/tty_ioctl.cput_fs_byte(*c++, d++);