tag | line | file | source code |
get_fs_long | 119 | arch/i386/math-emu/get_address.c | offset += (signed) get_fs_long((unsigned long *) (*fpu_eip)); |
get_fs_long | 251 | arch/i386/math-emu/get_address.c | address = get_fs_long((unsigned long *) (*fpu_eip)); |
get_fs_long | 276 | arch/i386/math-emu/get_address.c | address = (signed) get_fs_long((unsigned long *) (*fpu_eip)); |
get_fs_long | 51 | arch/i386/math-emu/reg_ld_str.c | sigl = get_fs_long((unsigned long *) s); |
get_fs_long | 52 | arch/i386/math-emu/reg_ld_str.c | sigh = get_fs_long(1 + (unsigned long *) s); |
get_fs_long | 147 | arch/i386/math-emu/reg_ld_str.c | m64 = get_fs_long(1 + (unsigned long *) dfloat); |
get_fs_long | 148 | arch/i386/math-emu/reg_ld_str.c | l64 = get_fs_long((unsigned long *) dfloat); |
get_fs_long | 224 | arch/i386/math-emu/reg_ld_str.c | m32 = get_fs_long((unsigned long *) single); |
get_fs_long | 292 | arch/i386/math-emu/reg_ld_str.c | ((unsigned long *)&s)[0] = get_fs_long((unsigned long *) _s); |
get_fs_long | 293 | arch/i386/math-emu/reg_ld_str.c | ((unsigned long *)&s)[1] = get_fs_long(1 + (unsigned long *) _s); |
get_fs_long | 323 | arch/i386/math-emu/reg_ld_str.c | s = (long)get_fs_long((unsigned long *) _s); |
get_fs_long | 1184 | arch/i386/math-emu/reg_ld_str.c | instruction_address.offset = get_fs_long((unsigned long *) (s+0x0c)); |
get_fs_long | 1187 | arch/i386/math-emu/reg_ld_str.c | operand_address.offset = get_fs_long((unsigned long *) (s+0x14)); |
get_fs_long | 1188 | arch/i386/math-emu/reg_ld_str.c | operand_address.selector = get_fs_long((unsigned long *) (s+0x18)); |
get_fs_long | 74 | drivers/block/blk.h | set_device_ro((dev),get_fs_long((long *) (where))); return 0; \ |
get_fs_long | 1522 | drivers/block/ide.c | args = get_fs_long((long *)arg); |
get_fs_long | 691 | drivers/block/sbpcd.c | val = get_fs_long((int *) arg); |
get_fs_long | 1862 | drivers/char/cyclades.c | unsigned int arg = get_fs_long((unsigned long *) value); |
get_fs_long | 2179 | drivers/char/cyclades.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 1599 | drivers/char/serial.c | arg = get_fs_long((unsigned long *) value); |
get_fs_long | 1858 | drivers/char/serial.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 1905 | drivers/char/serial.c | rs_wild_int_mask = get_fs_long((unsigned long *) arg); |
get_fs_long | 1352 | drivers/char/tty_io.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 1424 | drivers/char/tty_io.c | pgrp = get_fs_long((pid_t *) arg); |
get_fs_long | 1442 | drivers/char/tty_io.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 352 | drivers/char/tty_ioctl.c | if (get_fs_long(arg)) { |
get_fs_long | 321 | drivers/char/vt.c | sc = get_fs_long((int *) &a->scancode); |
get_fs_long | 339 | drivers/char/vt.c | sc = get_fs_long((int *) &a->scancode); |
get_fs_long | 340 | drivers/char/vt.c | kc = get_fs_long((int *) &a->keycode); |
get_fs_long | 562 | drivers/char/vt.c | ct = get_fs_long(&a->kb_cnt); |
get_fs_long | 872 | drivers/char/vt.c | list = (struct unipair *) get_fs_long(&ud->entries); |
get_fs_long | 890 | drivers/char/vt.c | list = (struct unipair *) get_fs_long(&ud->entries); |
get_fs_long | 1424 | drivers/net/ppp.c | temp_i = (int) get_fs_long (l); |
get_fs_long | 1448 | drivers/net/ppp.c | temp_i = (int) get_fs_long (l); |
get_fs_long | 1466 | drivers/net/ppp.c | ppp->xmit_async_map[0] = get_fs_long (l); |
get_fs_long | 1477 | drivers/net/ppp.c | ppp->recv_async_map = get_fs_long (l); |
get_fs_long | 1494 | drivers/net/ppp.c | ppp->inp_sig = (int) get_fs_long (l); |
get_fs_long | 1503 | drivers/net/ppp.c | ppp_debug = (int) get_fs_long (l); |
get_fs_long | 1582 | drivers/net/ppp.c | temp_i = (int) get_fs_long (l) + 1; |
get_fs_long | 993 | drivers/net/slip.c | tmp = get_fs_long((long *)arg); |
get_fs_long | 36 | drivers/scsi/scsi_ioctl.c | len = get_fs_long ((unsigned long *) buffer); |
get_fs_long | 160 | drivers/scsi/scsi_ioctl.c | inlen = get_fs_long((unsigned long *) buffer); |
get_fs_long | 161 | drivers/scsi/scsi_ioctl.c | outlen = get_fs_long( ((unsigned long *) buffer) + 1); |
get_fs_long | 74 | drivers/scsi/sg.c | scsi_generics[dev].timeout=get_fs_long((int *) arg); |
get_fs_long | 62 | drivers/sound/os.h | #define GET_WORD_FROM_USER(target, addr, offs) target = get_fs_long((long*)&((addr)[offs])) |
get_fs_long | 64 | drivers/sound/os.h | #define IOCTL_IN(arg) get_fs_long((long *)(arg)) |
get_fs_long | 360 | fs/exec.c | while ((p = (char *) get_fs_long((unsigned long *) (tmp++))) != NULL) { |
get_fs_long | 403 | fs/exec.c | if (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc))) |
get_fs_long | 34 | fs/ext2/ioctl.c | flags = get_fs_long ((long *) arg); |
get_fs_long | 70 | fs/ext2/ioctl.c | inode->u.ext2_i.i_version = get_fs_long ((long *) arg); |
get_fs_long | 31 | fs/ioctl.c | block = get_fs_long((long *) arg); |
get_fs_long | 75 | fs/ioctl.c | on = get_fs_long((unsigned long *) arg); |
get_fs_long | 84 | fs/ioctl.c | on = get_fs_long ((unsigned long *) arg); |
get_fs_long | 160 | fs/open.c | actime = get_fs_long((unsigned long *) ×->actime); |
get_fs_long | 161 | fs/open.c | modtime = get_fs_long((unsigned long *) ×->modtime); |
get_fs_long | 168 | fs/select.c | *fdset = get_fs_long(fs_pointer); |
get_fs_long | 216 | fs/select.c | n = get_fs_long(buffer++); |
get_fs_long | 221 | fs/select.c | inp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 222 | fs/select.c | outp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 223 | fs/select.c | exp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 224 | fs/select.c | tvp = (struct timeval *) get_fs_long(buffer); |
get_fs_long | 233 | fs/select.c | timeout = ROUND_UP(get_fs_long((unsigned long *)&tvp->tv_usec),(1000000/HZ)); |
get_fs_long | 234 | 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 | 86 | ipc/util.c | fourth.__pad = (void *) get_fs_long(ptr); |
get_fs_long | 31 | kernel/signal.c | new_set = get_fs_long((unsigned long *) set) & _BLOCKABLE; |
get_fs_long | 142 | kernel/time.c | value = get_fs_long(tptr); |
get_fs_long | 196 | mm/mmap.c | flags = get_fs_long(buffer+3); |
get_fs_long | 198 | mm/mmap.c | unsigned long fd = get_fs_long(buffer+4); |
get_fs_long | 202 | mm/mmap.c | return do_mmap(file, get_fs_long(buffer), get_fs_long(buffer+1), |
get_fs_long | 203 | mm/mmap.c | get_fs_long(buffer+2), flags, get_fs_long(buffer+5)); |
get_fs_long | 1264 | net/inet/af_inet.c | sk->proc = get_fs_long((int *) arg); |
get_fs_long | 2066 | net/inet/ip.c | val = get_fs_long((unsigned long *)optval); |
get_fs_long | 1281 | net/inet/ipx.c | opt=get_fs_long((unsigned long *)optval); |
get_fs_long | 131 | net/inet/sock.c | val = get_fs_long((unsigned long *)optval); |
get_fs_long | 5015 | net/inet/tcp.c | val = get_fs_long((unsigned long *)optval); |
get_fs_long | 140 | net/socket.c | len=get_fs_long(ulen); |
get_fs_long | 1163 | net/socket.c | return(sock_socket(get_fs_long(args+0), |
get_fs_long | 1164 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 1165 | net/socket.c | get_fs_long(args+2))); |
get_fs_long | 1170 | net/socket.c | return(sock_bind(get_fs_long(args+0), |
get_fs_long | 1171 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 1172 | net/socket.c | get_fs_long(args+2))); |
get_fs_long | 1177 | net/socket.c | return(sock_connect(get_fs_long(args+0), |
get_fs_long | 1178 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 1179 | net/socket.c | get_fs_long(args+2))); |
get_fs_long | 1184 | net/socket.c | return(sock_listen(get_fs_long(args+0), |
get_fs_long | 1185 | net/socket.c | get_fs_long(args+1))); |
get_fs_long | 1190 | net/socket.c | return(sock_accept(get_fs_long(args+0), |
get_fs_long | 1191 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 1192 | net/socket.c | (int *)get_fs_long(args+2))); |
get_fs_long | 1197 | net/socket.c | return(sock_getsockname(get_fs_long(args+0), |
get_fs_long | 1198 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 1199 | net/socket.c | (int *)get_fs_long(args+2))); |
get_fs_long | 1204 | net/socket.c | return(sock_getpeername(get_fs_long(args+0), |
get_fs_long | 1205 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 1206 | net/socket.c | (int *)get_fs_long(args+2))); |
get_fs_long | 1211 | net/socket.c | return(sock_socketpair(get_fs_long(args+0), |
get_fs_long | 1212 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 1213 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1214 | net/socket.c | (unsigned long *)get_fs_long(args+3))); |
get_fs_long | 1219 | net/socket.c | return(sock_send(get_fs_long(args+0), |
get_fs_long | 1220 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 1221 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1222 | net/socket.c | get_fs_long(args+3))); |
get_fs_long | 1227 | net/socket.c | return(sock_sendto(get_fs_long(args+0), |
get_fs_long | 1228 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 1229 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1230 | net/socket.c | get_fs_long(args+3), |
get_fs_long | 1231 | net/socket.c | (struct sockaddr *)get_fs_long(args+4), |
get_fs_long | 1232 | net/socket.c | get_fs_long(args+5))); |
get_fs_long | 1237 | net/socket.c | return(sock_recv(get_fs_long(args+0), |
get_fs_long | 1238 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 1239 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1240 | net/socket.c | get_fs_long(args+3))); |
get_fs_long | 1245 | net/socket.c | return(sock_recvfrom(get_fs_long(args+0), |
get_fs_long | 1246 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 1247 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1248 | net/socket.c | get_fs_long(args+3), |
get_fs_long | 1249 | net/socket.c | (struct sockaddr *)get_fs_long(args+4), |
get_fs_long | 1250 | net/socket.c | (int *)get_fs_long(args+5))); |
get_fs_long | 1255 | net/socket.c | return(sock_shutdown(get_fs_long(args+0), |
get_fs_long | 1256 | net/socket.c | get_fs_long(args+1))); |
get_fs_long | 1261 | net/socket.c | return(sock_setsockopt(get_fs_long(args+0), |
get_fs_long | 1262 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 1263 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1264 | net/socket.c | (char *)get_fs_long(args+3), |
get_fs_long | 1265 | net/socket.c | get_fs_long(args+4))); |
get_fs_long | 1270 | net/socket.c | return(sock_getsockopt(get_fs_long(args+0), |
get_fs_long | 1271 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 1272 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1273 | net/socket.c | (char *)get_fs_long(args+3), |
get_fs_long | 1274 | net/socket.c | (int *)get_fs_long(args+4))); |