tag | line | file | source code |
get_fs_long | 278 | fs/exec.c | while (get_fs_long((unsigned long *) (tmp++))) |
get_fs_long | 317 | fs/exec.c | if (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc))) |
get_fs_long | 27 | fs/ioctl.c | block = get_fs_long((long *) arg); |
get_fs_long | 66 | fs/ioctl.c | on = get_fs_long((unsigned long *) arg); |
get_fs_long | 75 | fs/ioctl.c | on = get_fs_long ((unsigned long *) arg); |
get_fs_long | 138 | fs/open.c | actime = get_fs_long((unsigned long *) ×->actime); |
get_fs_long | 139 | fs/open.c | modtime = get_fs_long((unsigned long *) ×->modtime); |
get_fs_long | 146 | fs/select.c | *fdset = get_fs_long(fs_pointer); |
get_fs_long | 188 | fs/select.c | n = get_fs_long(buffer++); |
get_fs_long | 193 | fs/select.c | inp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 194 | fs/select.c | outp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 195 | fs/select.c | exp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 196 | fs/select.c | tvp = (struct timeval *) get_fs_long(buffer); |
get_fs_long | 203 | fs/select.c | timeout += ROUND_UP(get_fs_long((unsigned long *)&tvp->tv_usec),(1000000/HZ)); |
get_fs_long | 204 | fs/select.c | timeout += get_fs_long((unsigned long *)&tvp->tv_sec) * HZ; |
get_fs_long | 88 | kernel/FPU-emu/get_address.c | offset += (signed) get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 136 | kernel/FPU-emu/get_address.c | offset = get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 158 | kernel/FPU-emu/get_address.c | offset = (signed) get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 53 | kernel/FPU-emu/reg_ld_str.c | sigl = get_fs_long((unsigned long *) s); |
get_fs_long | 54 | kernel/FPU-emu/reg_ld_str.c | sigh = get_fs_long(1 + (unsigned long *) s); |
get_fs_long | 111 | kernel/FPU-emu/reg_ld_str.c | m64 = get_fs_long(1 + (unsigned long *) dfloat); |
get_fs_long | 112 | kernel/FPU-emu/reg_ld_str.c | l64 = get_fs_long((unsigned long *) dfloat); |
get_fs_long | 186 | kernel/FPU-emu/reg_ld_str.c | m32 = get_fs_long((unsigned long *) single); |
get_fs_long | 251 | kernel/FPU-emu/reg_ld_str.c | ((unsigned long *)&s)[0] = get_fs_long((unsigned long *) _s); |
get_fs_long | 252 | kernel/FPU-emu/reg_ld_str.c | ((unsigned long *)&s)[1] = get_fs_long(1 + (unsigned long *) _s); |
get_fs_long | 282 | kernel/FPU-emu/reg_ld_str.c | s = (long)get_fs_long((unsigned long *) _s); |
get_fs_long | 1082 | kernel/FPU-emu/reg_ld_str.c | ip_offset = get_fs_long((unsigned long *) (s+0x0c)); |
get_fs_long | 1083 | kernel/FPU-emu/reg_ld_str.c | cs_selector = get_fs_long((unsigned long *) (s+0x10)); |
get_fs_long | 1084 | kernel/FPU-emu/reg_ld_str.c | data_operand_offset = get_fs_long((unsigned long *) (s+0x14)); |
get_fs_long | 1085 | kernel/FPU-emu/reg_ld_str.c | operand_selector = get_fs_long((unsigned long *) (s+0x18)); |
get_fs_long | 82 | kernel/blk_drv/blk.h | set_device_ro((dev),get_fs_long((long *) (where))); return 0; \ |
get_fs_long | 34 | kernel/blk_drv/scsi/scsi_ioctl.c | len = get_fs_long ((int *) buffer); |
get_fs_long | 151 | kernel/blk_drv/scsi/scsi_ioctl.c | inlen = get_fs_long((int *) buffer); |
get_fs_long | 152 | kernel/blk_drv/scsi/scsi_ioctl.c | outlen = get_fs_long( ((int *) buffer) + 1); |
get_fs_long | 894 | kernel/chr_drv/serial.c | unsigned int arg = get_fs_long((unsigned long *) value); |
get_fs_long | 359 | kernel/chr_drv/tty_ioctl.c | pgrp=get_fs_long((unsigned long *) arg); |
get_fs_long | 420 | kernel/chr_drv/tty_ioctl.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 444 | kernel/chr_drv/tty_ioctl.c | on=get_fs_long ((unsigned long *)arg); |
get_fs_long | 398 | kernel/sys.c | startup_time = get_fs_long((unsigned long *)tptr) - jiffies/HZ; |
get_fs_long | 591 | kernel/sys.c | new.rlim_cur = get_fs_long((unsigned long *) rlim); |
get_fs_long | 592 | kernel/sys.c | new.rlim_max = get_fs_long(((unsigned long *) rlim)+1); |
get_fs_long | 691 | kernel/sys.c | sys_tz.tz_minuteswest = get_fs_long((unsigned long *) tz); |
get_fs_long | 692 | kernel/sys.c | sys_tz.tz_dsttime = get_fs_long(((unsigned long *) tz)+1); |
get_fs_long | 702 | kernel/sys.c | sec = get_fs_long((unsigned long *)tv); |
get_fs_long | 703 | 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 | 839 | net/socket.c | return sock_socket(get_fs_long(args+0), |
get_fs_long | 840 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 841 | net/socket.c | get_fs_long(args+2)); |
get_fs_long | 845 | net/socket.c | return sock_bind(get_fs_long(args+0), |
get_fs_long | 846 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 847 | net/socket.c | get_fs_long(args+2)); |
get_fs_long | 851 | net/socket.c | return sock_connect(get_fs_long(args+0), |
get_fs_long | 852 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 853 | net/socket.c | get_fs_long(args+2)); |
get_fs_long | 857 | net/socket.c | return sock_listen(get_fs_long(args+0), |
get_fs_long | 858 | net/socket.c | get_fs_long(args+1)); |
get_fs_long | 862 | net/socket.c | return sock_accept(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 | (int *)get_fs_long(args+2)); |
get_fs_long | 868 | net/socket.c | return sock_getsockname(get_fs_long(args+0), |
get_fs_long | 869 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 870 | net/socket.c | (int *)get_fs_long(args+2)); |
get_fs_long | 874 | net/socket.c | return sock_getpeername(get_fs_long(args+0), |
get_fs_long | 875 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 876 | net/socket.c | (int *)get_fs_long(args+2)); |
get_fs_long | 880 | net/socket.c | return sock_socketpair(get_fs_long(args+0), |
get_fs_long | 881 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 882 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 883 | net/socket.c | (int *)get_fs_long(args+3)); |
get_fs_long | 887 | net/socket.c | return ( sys_send (get_fs_long(args+0), |
get_fs_long | 888 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 889 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 890 | net/socket.c | get_fs_long(args+3))); |
get_fs_long | 894 | net/socket.c | return ( sys_sendto (get_fs_long(args+0), |
get_fs_long | 895 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 896 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 897 | net/socket.c | get_fs_long(args+3), |
get_fs_long | 898 | net/socket.c | (struct sockaddr *)get_fs_long(args+4), |
get_fs_long | 899 | net/socket.c | get_fs_long(args+5))); |
get_fs_long | 904 | net/socket.c | return ( sys_recv (get_fs_long(args+0), |
get_fs_long | 905 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 906 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 907 | net/socket.c | get_fs_long(args+3))); |
get_fs_long | 911 | net/socket.c | return ( sys_recvfrom (get_fs_long(args+0), |
get_fs_long | 912 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 913 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 914 | net/socket.c | get_fs_long(args+3), |
get_fs_long | 915 | net/socket.c | (struct sockaddr *)get_fs_long(args+4), |
get_fs_long | 916 | net/socket.c | (int *)get_fs_long(args+5))); |
get_fs_long | 920 | net/socket.c | return ( sys_shutdown (get_fs_long (args+0), |
get_fs_long | 921 | net/socket.c | get_fs_long (args+1))); |
get_fs_long | 925 | net/socket.c | return (sys_setsockopt (get_fs_long (args+0), |
get_fs_long | 926 | net/socket.c | get_fs_long (args+1), |
get_fs_long | 927 | net/socket.c | get_fs_long (args+2), |
get_fs_long | 928 | net/socket.c | (char *)get_fs_long (args+3), |
get_fs_long | 929 | net/socket.c | get_fs_long (args+4))); |
get_fs_long | 934 | net/socket.c | return (sys_getsockopt (get_fs_long (args+0), |
get_fs_long | 935 | net/socket.c | get_fs_long (args+1), |
get_fs_long | 936 | net/socket.c | get_fs_long (args+2), |
get_fs_long | 937 | net/socket.c | (char *)get_fs_long (args+3), |
get_fs_long | 938 | net/socket.c | (int *)get_fs_long (args+4))); |
get_fs_long | 701 | net/tcp/sock.c | val = get_fs_long ((unsigned long *)optval); |
get_fs_long | 1366 | net/tcp/sock.c | len = get_fs_long(uaddr_len); |
get_fs_long | 1632 | net/tcp/sock.c | user = get_fs_long ((void *) arg); |
get_fs_long | 1440 | 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) |