tag | line | file | source code |
get_fs_long | 86 | drivers/FPU-emu/get_address.c | offset += (signed) get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 139 | drivers/FPU-emu/get_address.c | offset = get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 161 | drivers/FPU-emu/get_address.c | offset = (signed) get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 55 | drivers/FPU-emu/reg_ld_str.c | sigl = get_fs_long((unsigned long *) s); |
get_fs_long | 56 | drivers/FPU-emu/reg_ld_str.c | sigh = get_fs_long(1 + (unsigned long *) s); |
get_fs_long | 154 | drivers/FPU-emu/reg_ld_str.c | m64 = get_fs_long(1 + (unsigned long *) dfloat); |
get_fs_long | 155 | drivers/FPU-emu/reg_ld_str.c | l64 = get_fs_long((unsigned long *) dfloat); |
get_fs_long | 231 | drivers/FPU-emu/reg_ld_str.c | m32 = get_fs_long((unsigned long *) single); |
get_fs_long | 299 | drivers/FPU-emu/reg_ld_str.c | ((unsigned long *)&s)[0] = get_fs_long((unsigned long *) _s); |
get_fs_long | 300 | drivers/FPU-emu/reg_ld_str.c | ((unsigned long *)&s)[1] = get_fs_long(1 + (unsigned long *) _s); |
get_fs_long | 330 | drivers/FPU-emu/reg_ld_str.c | s = (long)get_fs_long((unsigned long *) _s); |
get_fs_long | 1164 | drivers/FPU-emu/reg_ld_str.c | ip_offset = get_fs_long((unsigned long *) (s+0x0c)); |
get_fs_long | 1165 | drivers/FPU-emu/reg_ld_str.c | cs_selector = get_fs_long((unsigned long *) (s+0x10)); |
get_fs_long | 1166 | drivers/FPU-emu/reg_ld_str.c | data_operand_offset = get_fs_long((unsigned long *) (s+0x14)); |
get_fs_long | 1167 | drivers/FPU-emu/reg_ld_str.c | operand_selector = get_fs_long((unsigned long *) (s+0x18)); |
get_fs_long | 96 | drivers/block/blk.h | set_device_ro((dev),get_fs_long((long *) (where))); return 0; \ |
get_fs_long | 1178 | drivers/char/serial.c | unsigned int arg = get_fs_long((unsigned long *) value); |
get_fs_long | 1338 | drivers/char/serial.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 1377 | drivers/char/serial.c | rs_wild_int_mask = get_fs_long((unsigned long *) arg); |
get_fs_long | 519 | drivers/char/tty_ioctl.c | pgrp=get_fs_long((unsigned long *) arg); |
get_fs_long | 589 | drivers/char/tty_ioctl.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 612 | drivers/char/tty_ioctl.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 615 | drivers/char/tty_ioctl.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 619 | drivers/char/tty_ioctl.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 629 | drivers/char/tty_ioctl.c | tty->packet = (get_fs_long ((unsigned long *)arg) != 0); |
get_fs_long | 1084 | drivers/net/slip.c | sl->mode=get_fs_long((long *)arg); |
get_fs_long | 35 | drivers/scsi/scsi_ioctl.c | len = get_fs_long ((unsigned long *) buffer); |
get_fs_long | 156 | drivers/scsi/scsi_ioctl.c | inlen = get_fs_long((unsigned long *) buffer); |
get_fs_long | 157 | drivers/scsi/scsi_ioctl.c | outlen = get_fs_long( ((unsigned long *) buffer) + 1); |
get_fs_long | 63 | drivers/scsi/sg.c | scsi_generics[dev].timeout=get_fs_long((int *) arg); |
get_fs_long | 61 | drivers/sound/os.h | #define GET_WORD_FROM_USER(target, addr, offs) target = get_fs_long((long*)&((addr)[offs])) |
get_fs_long | 63 | drivers/sound/os.h | #define IOCTL_IN(arg) get_fs_long((long *)(arg)) |
get_fs_long | 316 | fs/exec.c | while (get_fs_long((unsigned long *) (tmp++))) |
get_fs_long | 355 | fs/exec.c | if (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc))) |
get_fs_long | 30 | fs/ext2/ioctl.c | inode->u.ext2_i.i_flags = get_fs_long ((long *) arg); |
get_fs_long | 42 | fs/ext2/ioctl.c | inode->u.ext2_i.i_version = get_fs_long ((long *) arg); |
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 | 161 | fs/select.c | *fdset = get_fs_long(fs_pointer); |
get_fs_long | 209 | fs/select.c | n = get_fs_long(buffer++); |
get_fs_long | 214 | fs/select.c | inp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 215 | fs/select.c | outp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 216 | fs/select.c | exp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 217 | fs/select.c | tvp = (struct timeval *) get_fs_long(buffer); |
get_fs_long | 227 | fs/select.c | timeout += ROUND_UP(get_fs_long((unsigned long *)&tvp->tv_usec),(1000000/HZ)); |
get_fs_long | 228 | fs/select.c | timeout += get_fs_long((unsigned long *)&tvp->tv_sec) * HZ; |
get_fs_long | 54 | ipc/msg.c | if ((mtype = get_fs_long (&msgp->mtype)) < 1) |
get_fs_long | 169 | ipc/sem.c | if (!arg || ! (tmp = (struct seminfo *) get_fs_long((int *)arg))) |
get_fs_long | 193 | ipc/sem.c | if (!arg || ! (buf = (struct semid_ds *) get_fs_long((int *) arg))) |
get_fs_long | 236 | ipc/sem.c | if (!arg || ! (array = (ushort *) get_fs_long((int *) arg))) |
get_fs_long | 246 | ipc/sem.c | if ((val = (int) get_fs_long ((int *) arg)) > SEMVMX || val < 0) |
get_fs_long | 257 | ipc/sem.c | if (!arg || ! (array = (ushort *) get_fs_long ((int *) arg)) ) |
get_fs_long | 267 | ipc/sem.c | if (!arg || !(buf = (struct semid_ds *) get_fs_long((int *) arg))) |
get_fs_long | 273 | ipc/sem.c | if (!arg || !(buf = (struct semid_ds *) get_fs_long((int *) arg))) |
get_fs_long | 59 | kernel/signal.c | new_set = get_fs_long((unsigned long *) set) & _BLOCKABLE; |
get_fs_long | 679 | kernel/sys.c | new_rlim.rlim_cur = get_fs_long((unsigned long *) rlim); |
get_fs_long | 680 | kernel/sys.c | new_rlim.rlim_max = get_fs_long(((unsigned long *) rlim)+1); |
get_fs_long | 100 | kernel/time.c | xtime.tv_sec = get_fs_long((unsigned long *) tptr); |
get_fs_long | 247 | kernel/time.c | sys_tz.tz_minuteswest = get_fs_long((unsigned long *) tz); |
get_fs_long | 248 | kernel/time.c | sys_tz.tz_dsttime = get_fs_long(((unsigned long *) tz)+1); |
get_fs_long | 258 | kernel/time.c | sec = get_fs_long((unsigned long *)tv); |
get_fs_long | 259 | kernel/time.c | usec = get_fs_long(((unsigned long *)tv)+1); |
get_fs_long | 146 | mm/mmap.c | fd = get_fs_long(buffer+4); |
get_fs_long | 149 | mm/mmap.c | return do_mmap(file, get_fs_long(buffer), get_fs_long(buffer+1), |
get_fs_long | 150 | mm/mmap.c | get_fs_long(buffer+2), get_fs_long(buffer+3), get_fs_long(buffer+5)); |
get_fs_long | 498 | net/inet/sock.c | val = get_fs_long((unsigned long *)optval); |
get_fs_long | 1188 | net/inet/sock.c | len=get_fs_long(uaddr_len); |
get_fs_long | 1446 | net/inet/sock.c | sk->proc = get_fs_long((int *) arg); |
get_fs_long | 1548 | net/inet/tcp.c | len = get_fs_long(addr_len); |
get_fs_long | 371 | net/inet/udp.c | val = get_fs_long((int *)arg); |
get_fs_long | 113 | net/inet/utils.c | val = get_fs_long((int *)arg); |
get_fs_long | 858 | net/socket.c | return(sock_socket(get_fs_long(args+0), |
get_fs_long | 859 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 860 | net/socket.c | get_fs_long(args+2))); |
get_fs_long | 865 | net/socket.c | return(sock_bind(get_fs_long(args+0), |
get_fs_long | 866 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 867 | net/socket.c | get_fs_long(args+2))); |
get_fs_long | 872 | net/socket.c | return(sock_connect(get_fs_long(args+0), |
get_fs_long | 873 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 874 | net/socket.c | get_fs_long(args+2))); |
get_fs_long | 879 | net/socket.c | return(sock_listen(get_fs_long(args+0), |
get_fs_long | 880 | net/socket.c | get_fs_long(args+1))); |
get_fs_long | 885 | net/socket.c | return(sock_accept(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 | 892 | net/socket.c | return(sock_getsockname(get_fs_long(args+0), |
get_fs_long | 893 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 894 | net/socket.c | (int *)get_fs_long(args+2))); |
get_fs_long | 899 | net/socket.c | return(sock_getpeername(get_fs_long(args+0), |
get_fs_long | 900 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 901 | net/socket.c | (int *)get_fs_long(args+2))); |
get_fs_long | 906 | net/socket.c | return(sock_socketpair(get_fs_long(args+0), |
get_fs_long | 907 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 908 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 909 | net/socket.c | (unsigned long *)get_fs_long(args+3))); |
get_fs_long | 914 | net/socket.c | return(sock_send(get_fs_long(args+0), |
get_fs_long | 915 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 916 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 917 | net/socket.c | get_fs_long(args+3))); |
get_fs_long | 922 | net/socket.c | return(sock_sendto(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 | get_fs_long(args+5))); |
get_fs_long | 932 | net/socket.c | return(sock_recv(get_fs_long(args+0), |
get_fs_long | 933 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 934 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 935 | net/socket.c | get_fs_long(args+3))); |
get_fs_long | 940 | net/socket.c | return(sock_recvfrom(get_fs_long(args+0), |
get_fs_long | 941 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 942 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 943 | net/socket.c | get_fs_long(args+3), |
get_fs_long | 944 | net/socket.c | (struct sockaddr *)get_fs_long(args+4), |
get_fs_long | 945 | net/socket.c | (int *)get_fs_long(args+5))); |
get_fs_long | 950 | net/socket.c | return(sock_shutdown(get_fs_long(args+0), |
get_fs_long | 951 | net/socket.c | get_fs_long(args+1))); |
get_fs_long | 956 | net/socket.c | return(sock_setsockopt(get_fs_long(args+0), |
get_fs_long | 957 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 958 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 959 | net/socket.c | (char *)get_fs_long(args+3), |
get_fs_long | 960 | net/socket.c | get_fs_long(args+4))); |
get_fs_long | 965 | net/socket.c | return(sock_getsockopt(get_fs_long(args+0), |
get_fs_long | 966 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 967 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 968 | net/socket.c | (char *)get_fs_long(args+3), |
get_fs_long | 969 | net/socket.c | (int *)get_fs_long(args+4))); |
get_fs_long | 985 | net/socket.c | net_debug = get_fs_long((long *)arg); |
get_fs_long | 560 | net/unix/sock.c | if ((len = get_fs_long(usockaddr_len)) <= 0) return(-EINVAL); |
get_fs_long | 829 | net/unix/sock.c | unix_debug = get_fs_long((int *)arg); |