| tag | line | file | source code |
| d | 176 | include/linux/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
| d | 177 | include/linux/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
| d | 184 | include/linux/unistd.h | "d" ((long)(c)),"S" ((long)(d))); \ |
| d | 191 | include/linux/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
| d | 192 | include/linux/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
| d | 199 | include/linux/unistd.h | "d" ((long)(c)),"S" ((long)(d)),"D" ((long)(e))); \ |
| d | 93 | kernel/chr_drv/tty_ioctl.c | char *c, *d; |
| d | 102 | kernel/chr_drv/tty_ioctl.c | d = (char *)(ts->tasks+n); |
| d | 104 | kernel/chr_drv/tty_ioctl.c | put_fs_byte(*c++, d++); |