tag | line | file | source code |
get_fs_long | 282 | fs/exec.c | while (get_fs_long((unsigned long *) (tmp++))) |
get_fs_long | 321 | fs/exec.c | if (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc))) |
get_fs_long | 30 | fs/ioctl.c | block = get_fs_long((long *) arg); |
get_fs_long | 74 | fs/ioctl.c | on = get_fs_long((unsigned long *) arg); |
get_fs_long | 83 | fs/ioctl.c | on = get_fs_long ((unsigned long *) arg); |
get_fs_long | 135 | fs/open.c | actime = get_fs_long((unsigned long *) ×->actime); |
get_fs_long | 136 | fs/open.c | modtime = get_fs_long((unsigned long *) ×->modtime); |
get_fs_long | 162 | fs/select.c | *fdset = get_fs_long(fs_pointer); |
get_fs_long | 210 | fs/select.c | n = get_fs_long(buffer++); |
get_fs_long | 215 | fs/select.c | inp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 216 | fs/select.c | outp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 217 | fs/select.c | exp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 218 | fs/select.c | tvp = (struct timeval *) get_fs_long(buffer); |
get_fs_long | 228 | fs/select.c | timeout += ROUND_UP(get_fs_long((unsigned long *)&tvp->tv_usec),(1000000/HZ)); |
get_fs_long | 229 | fs/select.c | timeout += get_fs_long((unsigned long *)&tvp->tv_sec) * HZ; |
get_fs_long | 89 | kernel/FPU-emu/get_address.c | offset += (signed) get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 137 | kernel/FPU-emu/get_address.c | offset = get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 159 | kernel/FPU-emu/get_address.c | offset = (signed) get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 54 | kernel/FPU-emu/reg_ld_str.c | sigl = get_fs_long((unsigned long *) s); |
get_fs_long | 55 | kernel/FPU-emu/reg_ld_str.c | sigh = get_fs_long(1 + (unsigned long *) s); |
get_fs_long | 112 | kernel/FPU-emu/reg_ld_str.c | m64 = get_fs_long(1 + (unsigned long *) dfloat); |
get_fs_long | 113 | kernel/FPU-emu/reg_ld_str.c | l64 = get_fs_long((unsigned long *) dfloat); |
get_fs_long | 187 | kernel/FPU-emu/reg_ld_str.c | m32 = get_fs_long((unsigned long *) single); |
get_fs_long | 252 | kernel/FPU-emu/reg_ld_str.c | ((unsigned long *)&s)[0] = get_fs_long((unsigned long *) _s); |
get_fs_long | 253 | kernel/FPU-emu/reg_ld_str.c | ((unsigned long *)&s)[1] = get_fs_long(1 + (unsigned long *) _s); |
get_fs_long | 283 | kernel/FPU-emu/reg_ld_str.c | s = (long)get_fs_long((unsigned long *) _s); |
get_fs_long | 1144 | kernel/FPU-emu/reg_ld_str.c | ip_offset = get_fs_long((unsigned long *) (s+0x0c)); |
get_fs_long | 1145 | kernel/FPU-emu/reg_ld_str.c | cs_selector = get_fs_long((unsigned long *) (s+0x10)); |
get_fs_long | 1146 | kernel/FPU-emu/reg_ld_str.c | data_operand_offset = get_fs_long((unsigned long *) (s+0x14)); |
get_fs_long | 1147 | kernel/FPU-emu/reg_ld_str.c | operand_selector = get_fs_long((unsigned long *) (s+0x18)); |
get_fs_long | 85 | kernel/blk_drv/blk.h | set_device_ro((dev),get_fs_long((long *) (where))); return 0; \ |
get_fs_long | 35 | kernel/blk_drv/scsi/scsi_ioctl.c | len = get_fs_long ((int *) buffer); |
get_fs_long | 158 | kernel/blk_drv/scsi/scsi_ioctl.c | inlen = get_fs_long((int *) buffer); |
get_fs_long | 159 | kernel/blk_drv/scsi/scsi_ioctl.c | outlen = get_fs_long( ((int *) buffer) + 1); |
get_fs_long | 929 | kernel/chr_drv/serial.c | unsigned int arg = get_fs_long((unsigned long *) value); |
get_fs_long | 1001 | kernel/chr_drv/serial.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 409 | kernel/chr_drv/tty_ioctl.c | pgrp=get_fs_long((unsigned long *) arg); |
get_fs_long | 473 | kernel/chr_drv/tty_ioctl.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 496 | kernel/chr_drv/tty_ioctl.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 506 | kernel/chr_drv/tty_ioctl.c | on=get_fs_long ((unsigned long *)arg); |
get_fs_long | 406 | kernel/sys.c | startup_time = get_fs_long((unsigned long *)tptr) - jiffies/HZ; |
get_fs_long | 630 | kernel/sys.c | new.rlim_cur = get_fs_long((unsigned long *) rlim); |
get_fs_long | 631 | kernel/sys.c | new.rlim_max = get_fs_long(((unsigned long *) rlim)+1); |
get_fs_long | 779 | kernel/sys.c | sys_tz.tz_minuteswest = get_fs_long((unsigned long *) tz); |
get_fs_long | 780 | kernel/sys.c | sys_tz.tz_dsttime = get_fs_long(((unsigned long *) tz)+1); |
get_fs_long | 790 | kernel/sys.c | sec = get_fs_long((unsigned long *)tv); |
get_fs_long | 791 | kernel/sys.c | usec = get_fs_long(((unsigned long *)tv)+1); |
get_fs_long | 44 | mm/mmap.c | addr = (unsigned long) get_fs_long(buffer); /* user address space*/ |
get_fs_long | 45 | mm/mmap.c | len = (size_t) get_fs_long(buffer+1); /* nbytes of mapping */ |
get_fs_long | 46 | mm/mmap.c | prot = (int) get_fs_long(buffer+2); /* protection */ |
get_fs_long | 47 | mm/mmap.c | flags = (int) get_fs_long(buffer+3); /* mapping type */ |
get_fs_long | 48 | mm/mmap.c | fd = (int) get_fs_long(buffer+4); /* object to map */ |
get_fs_long | 49 | mm/mmap.c | off = (unsigned long) get_fs_long(buffer+5); /* offset in object */ |
get_fs_long | 850 | net/socket.c | return sock_socket(get_fs_long(args+0), |
get_fs_long | 851 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 852 | net/socket.c | get_fs_long(args+2)); |
get_fs_long | 856 | net/socket.c | return sock_bind(get_fs_long(args+0), |
get_fs_long | 857 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 858 | net/socket.c | get_fs_long(args+2)); |
get_fs_long | 862 | net/socket.c | return sock_connect(get_fs_long(args+0), |
get_fs_long | 863 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 864 | net/socket.c | get_fs_long(args+2)); |
get_fs_long | 868 | net/socket.c | return sock_listen(get_fs_long(args+0), |
get_fs_long | 869 | net/socket.c | get_fs_long(args+1)); |
get_fs_long | 873 | net/socket.c | return sock_accept(get_fs_long(args+0), |
get_fs_long | 874 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 875 | net/socket.c | (int *)get_fs_long(args+2)); |
get_fs_long | 879 | net/socket.c | return sock_getsockname(get_fs_long(args+0), |
get_fs_long | 880 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 881 | net/socket.c | (int *)get_fs_long(args+2)); |
get_fs_long | 885 | net/socket.c | return sock_getpeername(get_fs_long(args+0), |
get_fs_long | 886 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 887 | net/socket.c | (int *)get_fs_long(args+2)); |
get_fs_long | 891 | net/socket.c | return sock_socketpair(get_fs_long(args+0), |
get_fs_long | 892 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 893 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 894 | net/socket.c | (int *)get_fs_long(args+3)); |
get_fs_long | 898 | net/socket.c | return ( sys_send (get_fs_long(args+0), |
get_fs_long | 899 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 900 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 901 | net/socket.c | get_fs_long(args+3))); |
get_fs_long | 905 | net/socket.c | return ( sys_sendto (get_fs_long(args+0), |
get_fs_long | 906 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 907 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 908 | net/socket.c | get_fs_long(args+3), |
get_fs_long | 909 | net/socket.c | (struct sockaddr *)get_fs_long(args+4), |
get_fs_long | 910 | net/socket.c | get_fs_long(args+5))); |
get_fs_long | 915 | net/socket.c | return ( sys_recv (get_fs_long(args+0), |
get_fs_long | 916 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 917 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 918 | net/socket.c | get_fs_long(args+3))); |
get_fs_long | 922 | net/socket.c | return ( sys_recvfrom (get_fs_long(args+0), |
get_fs_long | 923 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 924 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 925 | net/socket.c | get_fs_long(args+3), |
get_fs_long | 926 | net/socket.c | (struct sockaddr *)get_fs_long(args+4), |
get_fs_long | 927 | net/socket.c | (int *)get_fs_long(args+5))); |
get_fs_long | 931 | net/socket.c | return ( sys_shutdown (get_fs_long (args+0), |
get_fs_long | 932 | net/socket.c | get_fs_long (args+1))); |
get_fs_long | 936 | net/socket.c | return (sys_setsockopt (get_fs_long (args+0), |
get_fs_long | 937 | net/socket.c | get_fs_long (args+1), |
get_fs_long | 938 | net/socket.c | get_fs_long (args+2), |
get_fs_long | 939 | net/socket.c | (char *)get_fs_long (args+3), |
get_fs_long | 940 | net/socket.c | get_fs_long (args+4))); |
get_fs_long | 945 | net/socket.c | return (sys_getsockopt (get_fs_long (args+0), |
get_fs_long | 946 | net/socket.c | get_fs_long (args+1), |
get_fs_long | 947 | net/socket.c | get_fs_long (args+2), |
get_fs_long | 948 | net/socket.c | (char *)get_fs_long (args+3), |
get_fs_long | 949 | net/socket.c | (int *)get_fs_long (args+4))); |
get_fs_long | 723 | net/tcp/sock.c | val = get_fs_long ((unsigned long *)optval); |
get_fs_long | 1389 | net/tcp/sock.c | len = get_fs_long(uaddr_len); |
get_fs_long | 1671 | net/tcp/sock.c | user = get_fs_long ((void *) arg); |
get_fs_long | 1537 | net/tcp/tcp.c | len = get_fs_long(addr_len); |
get_fs_long | 526 | net/unix.c | if ((len = get_fs_long(usockaddr_len)) <= 0) |