tag | line | file | source code |
get_fs_long | 89 | drivers/FPU-emu/get_address.c | offset += (signed) get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 143 | drivers/FPU-emu/get_address.c | offset = get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 167 | drivers/FPU-emu/get_address.c | offset = (signed) get_fs_long((unsigned long *) FPU_EIP); |
get_fs_long | 56 | drivers/FPU-emu/reg_ld_str.c | sigl = get_fs_long((unsigned long *) s); |
get_fs_long | 57 | drivers/FPU-emu/reg_ld_str.c | sigh = get_fs_long(1 + (unsigned long *) s); |
get_fs_long | 156 | drivers/FPU-emu/reg_ld_str.c | m64 = get_fs_long(1 + (unsigned long *) dfloat); |
get_fs_long | 157 | drivers/FPU-emu/reg_ld_str.c | l64 = get_fs_long((unsigned long *) dfloat); |
get_fs_long | 234 | drivers/FPU-emu/reg_ld_str.c | m32 = get_fs_long((unsigned long *) single); |
get_fs_long | 303 | drivers/FPU-emu/reg_ld_str.c | ((unsigned long *)&s)[0] = get_fs_long((unsigned long *) _s); |
get_fs_long | 304 | drivers/FPU-emu/reg_ld_str.c | ((unsigned long *)&s)[1] = get_fs_long(1 + (unsigned long *) _s); |
get_fs_long | 335 | drivers/FPU-emu/reg_ld_str.c | s = (long)get_fs_long((unsigned long *) _s); |
get_fs_long | 1178 | drivers/FPU-emu/reg_ld_str.c | ip_offset = get_fs_long((unsigned long *) (s+0x0c)); |
get_fs_long | 1179 | drivers/FPU-emu/reg_ld_str.c | cs_selector = get_fs_long((unsigned long *) (s+0x10)); |
get_fs_long | 1180 | drivers/FPU-emu/reg_ld_str.c | data_operand_offset = get_fs_long((unsigned long *) (s+0x14)); |
get_fs_long | 1181 | 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 | 1244 | drivers/char/serial.c | unsigned int arg = get_fs_long((unsigned long *) value); |
get_fs_long | 1387 | drivers/char/serial.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 1426 | drivers/char/serial.c | rs_wild_int_mask = get_fs_long((unsigned long *) arg); |
get_fs_long | 509 | drivers/char/tty_ioctl.c | pgrp = get_fs_long((pid_t *) arg); |
get_fs_long | 589 | drivers/char/tty_ioctl.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 613 | drivers/char/tty_ioctl.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 616 | drivers/char/tty_ioctl.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 628 | drivers/char/tty_ioctl.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 640 | drivers/char/tty_ioctl.c | if (get_fs_long(arg)) { |
get_fs_long | 368 | drivers/char/vt.c | ct = get_fs_long(&a->kb_cnt); |
get_fs_long | 1085 | 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 | 318 | fs/exec.c | while (get_fs_long((unsigned long *) (tmp++))) |
get_fs_long | 357 | fs/exec.c | if (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc))) |
get_fs_long | 32 | fs/ext2/ioctl.c | inode->u.ext2_i.i_flags = get_fs_long ((long *) arg); |
get_fs_long | 44 | 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 | 691 | kernel/sys.c | new_rlim.rlim_cur = get_fs_long((unsigned long *) rlim); |
get_fs_long | 692 | 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 | flags = get_fs_long(buffer+3); |
get_fs_long | 148 | mm/mmap.c | unsigned long fd = get_fs_long(buffer+4); |
get_fs_long | 152 | mm/mmap.c | return do_mmap(file, get_fs_long(buffer), get_fs_long(buffer+1), |
get_fs_long | 153 | mm/mmap.c | get_fs_long(buffer+2), flags, get_fs_long(buffer+5)); |
get_fs_long | 1535 | net/inet/ip.c | val = get_fs_long((unsigned long *)optval); |
get_fs_long | 528 | net/inet/sock.c | val = get_fs_long((unsigned long *)optval); |
get_fs_long | 1254 | net/inet/sock.c | len=get_fs_long(uaddr_len); |
get_fs_long | 1512 | net/inet/sock.c | sk->proc = get_fs_long((int *) arg); |
get_fs_long | 1648 | net/inet/tcp.c | len = get_fs_long(addr_len); |
get_fs_long | 3666 | net/inet/tcp.c | val = get_fs_long((unsigned long *)optval); |
get_fs_long | 372 | 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 | 859 | net/socket.c | return(sock_socket(get_fs_long(args+0), |
get_fs_long | 860 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 861 | net/socket.c | get_fs_long(args+2))); |
get_fs_long | 866 | net/socket.c | return(sock_bind(get_fs_long(args+0), |
get_fs_long | 867 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 868 | net/socket.c | get_fs_long(args+2))); |
get_fs_long | 873 | net/socket.c | return(sock_connect(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 | get_fs_long(args+2))); |
get_fs_long | 880 | net/socket.c | return(sock_listen(get_fs_long(args+0), |
get_fs_long | 881 | net/socket.c | get_fs_long(args+1))); |
get_fs_long | 886 | net/socket.c | return(sock_accept(get_fs_long(args+0), |
get_fs_long | 887 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 888 | net/socket.c | (int *)get_fs_long(args+2))); |
get_fs_long | 893 | net/socket.c | return(sock_getsockname(get_fs_long(args+0), |
get_fs_long | 894 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 895 | net/socket.c | (int *)get_fs_long(args+2))); |
get_fs_long | 900 | net/socket.c | return(sock_getpeername(get_fs_long(args+0), |
get_fs_long | 901 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 902 | net/socket.c | (int *)get_fs_long(args+2))); |
get_fs_long | 907 | net/socket.c | return(sock_socketpair(get_fs_long(args+0), |
get_fs_long | 908 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 909 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 910 | net/socket.c | (unsigned long *)get_fs_long(args+3))); |
get_fs_long | 915 | net/socket.c | return(sock_send(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 | 923 | net/socket.c | return(sock_sendto(get_fs_long(args+0), |
get_fs_long | 924 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 925 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 926 | net/socket.c | get_fs_long(args+3), |
get_fs_long | 927 | net/socket.c | (struct sockaddr *)get_fs_long(args+4), |
get_fs_long | 928 | net/socket.c | get_fs_long(args+5))); |
get_fs_long | 933 | net/socket.c | return(sock_recv(get_fs_long(args+0), |
get_fs_long | 934 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 935 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 936 | net/socket.c | get_fs_long(args+3))); |
get_fs_long | 941 | net/socket.c | return(sock_recvfrom(get_fs_long(args+0), |
get_fs_long | 942 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 943 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 944 | net/socket.c | get_fs_long(args+3), |
get_fs_long | 945 | net/socket.c | (struct sockaddr *)get_fs_long(args+4), |
get_fs_long | 946 | net/socket.c | (int *)get_fs_long(args+5))); |
get_fs_long | 951 | net/socket.c | return(sock_shutdown(get_fs_long(args+0), |
get_fs_long | 952 | net/socket.c | get_fs_long(args+1))); |
get_fs_long | 957 | net/socket.c | return(sock_setsockopt(get_fs_long(args+0), |
get_fs_long | 958 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 959 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 960 | net/socket.c | (char *)get_fs_long(args+3), |
get_fs_long | 961 | net/socket.c | get_fs_long(args+4))); |
get_fs_long | 966 | net/socket.c | return(sock_getsockopt(get_fs_long(args+0), |
get_fs_long | 967 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 968 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 969 | net/socket.c | (char *)get_fs_long(args+3), |
get_fs_long | 970 | net/socket.c | (int *)get_fs_long(args+4))); |
get_fs_long | 986 | net/socket.c | net_debug = get_fs_long((long *)arg); |
get_fs_long | 584 | net/unix/sock.c | if ((len = get_fs_long(usockaddr_len)) <= 0) return(-EINVAL); |
get_fs_long | 867 | net/unix/sock.c | unix_debug = get_fs_long((int *)arg); |