tag | line | file | source code |
get_fs_long | 257 | fs/exec.c | while (get_fs_long((unsigned long *) (tmp++))) |
get_fs_long | 296 | fs/exec.c | if (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc))) |
get_fs_long | 23 | fs/ioctl.c | block = get_fs_long((long *) arg); |
get_fs_long | 127 | fs/open.c | actime = get_fs_long((unsigned long *) ×->actime); |
get_fs_long | 128 | fs/open.c | modtime = get_fs_long((unsigned long *) ×->modtime); |
get_fs_long | 149 | fs/select.c | mask = get_fs_long(buffer++); |
get_fs_long | 154 | fs/select.c | inp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 155 | fs/select.c | outp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 156 | fs/select.c | exp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 157 | fs/select.c | tvp = (struct timeval *) get_fs_long(buffer); |
get_fs_long | 160 | fs/select.c | in = mask & get_fs_long(inp); |
get_fs_long | 162 | fs/select.c | out = mask & get_fs_long(outp); |
get_fs_long | 164 | fs/select.c | ex = mask & get_fs_long(exp); |
get_fs_long | 167 | fs/select.c | timeout = get_fs_long((unsigned long *)&tvp->tv_usec)/(1000000/HZ); |
get_fs_long | 168 | fs/select.c | timeout += get_fs_long((unsigned long *)&tvp->tv_sec) * HZ; |
get_fs_long | 77 | kernel/blk_drv/blk.h | set_device_ro((dev),get_fs_long((long *) (where))); return 0; \ |
get_fs_long | 36 | kernel/blk_drv/scsi/scsi_ioctl.c | len = get_fs_long ((int *) buffer); |
get_fs_long | 84 | kernel/blk_drv/scsi/scsi_ioctl.c | inlen = get_fs_long((int *) buffer); |
get_fs_long | 85 | kernel/blk_drv/scsi/scsi_ioctl.c | outlen = get_fs_long( ((int *) buffer) + 1); |
get_fs_long | 324 | kernel/chr_drv/tty_ioctl.c | pgrp=get_fs_long((unsigned long *) arg); |
get_fs_long | 50 | kernel/math/ea.c | offset += (signed) get_fs_long((unsigned long *) EIP); |
get_fs_long | 69 | kernel/math/ea.c | offset = get_fs_long((unsigned long *) EIP); |
get_fs_long | 83 | kernel/math/ea.c | offset = (signed) get_fs_long((unsigned long *) EIP); |
get_fs_long | 330 | kernel/math/emulate.c | get_fs_long((unsigned long *) address); |
get_fs_long | 380 | kernel/math/emulate.c | get_fs_long((unsigned long *) address); |
get_fs_long | 24 | kernel/math/get_put.c | sr = get_fs_long((unsigned long *) addr); |
get_fs_long | 35 | kernel/math/get_put.c | lr.a = get_fs_long((unsigned long *) addr); |
get_fs_long | 36 | kernel/math/get_put.c | lr.b = get_fs_long(1 + (unsigned long *) addr); |
get_fs_long | 46 | kernel/math/get_put.c | tmp->a = get_fs_long((unsigned long *) addr); |
get_fs_long | 47 | kernel/math/get_put.c | tmp->b = get_fs_long(1 + (unsigned long *) addr); |
get_fs_long | 72 | kernel/math/get_put.c | ti.a = get_fs_long((unsigned long *) addr); |
get_fs_long | 86 | kernel/math/get_put.c | ti.a = get_fs_long((unsigned long *) addr); |
get_fs_long | 87 | kernel/math/get_put.c | ti.b = get_fs_long(1 + (unsigned long *) addr); |
get_fs_long | 320 | kernel/sys.c | startup_time = get_fs_long((unsigned long *)tptr) - jiffies/HZ; |
get_fs_long | 517 | kernel/sys.c | new.rlim_cur = get_fs_long((unsigned long *) rlim); |
get_fs_long | 518 | kernel/sys.c | new.rlim_max = get_fs_long(((unsigned long *) rlim)+1); |
get_fs_long | 601 | kernel/sys.c | sys_tz.tz_minuteswest = get_fs_long((unsigned long *) tz); |
get_fs_long | 602 | kernel/sys.c | sys_tz.tz_dsttime = get_fs_long(((unsigned long *) tz)+1); |
get_fs_long | 612 | kernel/sys.c | sec = get_fs_long((unsigned long *)tv); |
get_fs_long | 613 | kernel/sys.c | usec = get_fs_long(((unsigned long *)tv)+1); |
get_fs_long | 94 | mm/mmap.c | addr = (unsigned long) get_fs_long(buffer); /* user address space*/ |
get_fs_long | 95 | mm/mmap.c | len = (size_t) get_fs_long(buffer+1); /* nbytes of mapping */ |
get_fs_long | 96 | mm/mmap.c | prot = (int) get_fs_long(buffer+2); /* protection */ |
get_fs_long | 97 | mm/mmap.c | flags = (int) get_fs_long(buffer+3); /* mapping type */ |
get_fs_long | 98 | mm/mmap.c | fd = (int) get_fs_long(buffer+4); /* object to map */ |
get_fs_long | 99 | mm/mmap.c | off = (unsigned long) get_fs_long(buffer+5); /* offset in object */ |
get_fs_long | 692 | net/socket.c | return sock_socket(get_fs_long(args+0), |
get_fs_long | 693 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 694 | net/socket.c | get_fs_long(args+2)); |
get_fs_long | 698 | net/socket.c | return sock_bind(get_fs_long(args+0), |
get_fs_long | 699 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 700 | net/socket.c | get_fs_long(args+2)); |
get_fs_long | 704 | net/socket.c | return sock_connect(get_fs_long(args+0), |
get_fs_long | 705 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 706 | net/socket.c | get_fs_long(args+2)); |
get_fs_long | 710 | net/socket.c | return sock_listen(get_fs_long(args+0), |
get_fs_long | 711 | net/socket.c | get_fs_long(args+1)); |
get_fs_long | 715 | net/socket.c | return sock_accept(get_fs_long(args+0), |
get_fs_long | 716 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 717 | net/socket.c | (int *)get_fs_long(args+2)); |
get_fs_long | 721 | net/socket.c | return sock_getsockname(get_fs_long(args+0), |
get_fs_long | 722 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 723 | net/socket.c | (int *)get_fs_long(args+2)); |
get_fs_long | 727 | net/socket.c | return sock_getpeername(get_fs_long(args+0), |
get_fs_long | 728 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 729 | net/socket.c | (int *)get_fs_long(args+2)); |
get_fs_long | 733 | net/socket.c | return sock_socketpair(get_fs_long(args+0), |
get_fs_long | 734 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 735 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 736 | net/socket.c | (int *)get_fs_long(args+3)); |
get_fs_long | 371 | net/unix.c | if ((len = get_fs_long(usockaddr_len)) <= 0) |