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 | 73 | drivers/block/blk.h | set_device_ro((dev),get_fs_long((long *) (where))); return 0; \ |
get_fs_long | 1501 | drivers/block/ide.c | args = get_fs_long((long *)arg); |
get_fs_long | 646 | drivers/block/sbpcd.c | val = get_fs_long((int *) arg); |
get_fs_long | 1794 | drivers/char/cyclades.c | unsigned int arg = get_fs_long((unsigned long *) value); |
get_fs_long | 1939 | drivers/char/cyclades.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 1551 | drivers/char/serial.c | arg = get_fs_long((unsigned long *) value); |
get_fs_long | 1715 | drivers/char/serial.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 1762 | drivers/char/serial.c | rs_wild_int_mask = get_fs_long((unsigned long *) arg); |
get_fs_long | 1354 | drivers/char/tty_io.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 1425 | drivers/char/tty_io.c | pgrp = get_fs_long((pid_t *) arg); |
get_fs_long | 1443 | drivers/char/tty_io.c | arg = get_fs_long((unsigned long *) arg); |
get_fs_long | 351 | drivers/char/tty_ioctl.c | if (get_fs_long(arg)) { |
get_fs_long | 315 | drivers/char/vt.c | sc = get_fs_long((int *) &a->scancode); |
get_fs_long | 333 | drivers/char/vt.c | sc = get_fs_long((int *) &a->scancode); |
get_fs_long | 334 | drivers/char/vt.c | kc = get_fs_long((int *) &a->keycode); |
get_fs_long | 550 | drivers/char/vt.c | ct = get_fs_long(&a->kb_cnt); |
get_fs_long | 1413 | drivers/net/ppp.c | temp_i = (int) get_fs_long (l); |
get_fs_long | 1436 | drivers/net/ppp.c | temp_i = (int) get_fs_long (l); |
get_fs_long | 1455 | drivers/net/ppp.c | ppp->xmit_async_map[0] = get_fs_long (l); |
get_fs_long | 1466 | drivers/net/ppp.c | ppp->recv_async_map = get_fs_long (l); |
get_fs_long | 1483 | drivers/net/ppp.c | ppp->inp_sig = (int) get_fs_long (l); |
get_fs_long | 1492 | drivers/net/ppp.c | ppp_debug = (int) get_fs_long (l); |
get_fs_long | 1571 | drivers/net/ppp.c | temp_i = (int) get_fs_long (l) + 1; |
get_fs_long | 997 | drivers/net/slip.c | tmp = get_fs_long((long *)arg); |
get_fs_long | 35 | drivers/scsi/scsi_ioctl.c | len = get_fs_long ((unsigned long *) buffer); |
get_fs_long | 159 | drivers/scsi/scsi_ioctl.c | inlen = get_fs_long((unsigned long *) buffer); |
get_fs_long | 160 | drivers/scsi/scsi_ioctl.c | outlen = get_fs_long( ((unsigned long *) buffer) + 1); |
get_fs_long | 72 | 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 | 357 | fs/exec.c | while ((p = (char *) get_fs_long((unsigned long *) (tmp++))) != NULL) { |
get_fs_long | 400 | fs/exec.c | if (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc))) |
get_fs_long | 32 | fs/ext2/ioctl.c | flags = get_fs_long ((long *) arg); |
get_fs_long | 68 | 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 | 155 | fs/open.c | actime = get_fs_long((unsigned long *) ×->actime); |
get_fs_long | 156 | fs/open.c | modtime = get_fs_long((unsigned long *) ×->modtime); |
get_fs_long | 167 | fs/select.c | *fdset = get_fs_long(fs_pointer); |
get_fs_long | 215 | fs/select.c | n = get_fs_long(buffer++); |
get_fs_long | 220 | fs/select.c | inp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 221 | fs/select.c | outp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 222 | fs/select.c | exp = (fd_set *) get_fs_long(buffer++); |
get_fs_long | 223 | fs/select.c | tvp = (struct timeval *) get_fs_long(buffer); |
get_fs_long | 232 | fs/select.c | timeout = ROUND_UP(get_fs_long((unsigned long *)&tvp->tv_usec),(1000000/HZ)); |
get_fs_long | 233 | 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 | 85 | ipc/util.c | fourth.__pad = (void *) get_fs_long(ptr); |
get_fs_long | 30 | kernel/signal.c | new_set = get_fs_long((unsigned long *) set) & _BLOCKABLE; |
get_fs_long | 131 | kernel/time.c | value = get_fs_long(tptr); |
get_fs_long | 188 | mm/mmap.c | flags = get_fs_long(buffer+3); |
get_fs_long | 190 | mm/mmap.c | unsigned long fd = get_fs_long(buffer+4); |
get_fs_long | 194 | mm/mmap.c | return do_mmap(file, get_fs_long(buffer), get_fs_long(buffer+1), |
get_fs_long | 195 | mm/mmap.c | get_fs_long(buffer+2), flags, get_fs_long(buffer+5)); |
get_fs_long | 1225 | net/inet/af_inet.c | sk->proc = get_fs_long((int *) arg); |
get_fs_long | 2076 | net/inet/ip.c | val = get_fs_long((unsigned long *)optval); |
get_fs_long | 420 | net/inet/ipx.c | return ipxrtr_delete(get_fs_long(arg)); |
get_fs_long | 494 | net/inet/ipx.c | opt=get_fs_long((unsigned long *)optval); |
get_fs_long | 129 | net/inet/sock.c | val = get_fs_long((unsigned long *)optval); |
get_fs_long | 4741 | net/inet/tcp.c | val = get_fs_long((unsigned long *)optval); |
get_fs_long | 148 | net/socket.c | len=get_fs_long(ulen); |
get_fs_long | 1224 | net/socket.c | return(sock_socket(get_fs_long(args+0), |
get_fs_long | 1225 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 1226 | net/socket.c | get_fs_long(args+2))); |
get_fs_long | 1231 | net/socket.c | return(sock_bind(get_fs_long(args+0), |
get_fs_long | 1232 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 1233 | net/socket.c | get_fs_long(args+2))); |
get_fs_long | 1238 | net/socket.c | return(sock_connect(get_fs_long(args+0), |
get_fs_long | 1239 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 1240 | net/socket.c | get_fs_long(args+2))); |
get_fs_long | 1245 | net/socket.c | return(sock_listen(get_fs_long(args+0), |
get_fs_long | 1246 | net/socket.c | get_fs_long(args+1))); |
get_fs_long | 1251 | net/socket.c | return(sock_accept(get_fs_long(args+0), |
get_fs_long | 1252 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 1253 | net/socket.c | (int *)get_fs_long(args+2))); |
get_fs_long | 1258 | net/socket.c | return(sock_getsockname(get_fs_long(args+0), |
get_fs_long | 1259 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 1260 | net/socket.c | (int *)get_fs_long(args+2))); |
get_fs_long | 1265 | net/socket.c | return(sock_getpeername(get_fs_long(args+0), |
get_fs_long | 1266 | net/socket.c | (struct sockaddr *)get_fs_long(args+1), |
get_fs_long | 1267 | net/socket.c | (int *)get_fs_long(args+2))); |
get_fs_long | 1272 | net/socket.c | return(sock_socketpair(get_fs_long(args+0), |
get_fs_long | 1273 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 1274 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1275 | net/socket.c | (unsigned long *)get_fs_long(args+3))); |
get_fs_long | 1280 | net/socket.c | return(sock_send(get_fs_long(args+0), |
get_fs_long | 1281 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 1282 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1283 | net/socket.c | get_fs_long(args+3))); |
get_fs_long | 1288 | net/socket.c | return(sock_sendto(get_fs_long(args+0), |
get_fs_long | 1289 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 1290 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1291 | net/socket.c | get_fs_long(args+3), |
get_fs_long | 1292 | net/socket.c | (struct sockaddr *)get_fs_long(args+4), |
get_fs_long | 1293 | net/socket.c | get_fs_long(args+5))); |
get_fs_long | 1298 | net/socket.c | return(sock_recv(get_fs_long(args+0), |
get_fs_long | 1299 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 1300 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1301 | net/socket.c | get_fs_long(args+3))); |
get_fs_long | 1306 | net/socket.c | return(sock_recvfrom(get_fs_long(args+0), |
get_fs_long | 1307 | net/socket.c | (void *)get_fs_long(args+1), |
get_fs_long | 1308 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1309 | net/socket.c | get_fs_long(args+3), |
get_fs_long | 1310 | net/socket.c | (struct sockaddr *)get_fs_long(args+4), |
get_fs_long | 1311 | net/socket.c | (int *)get_fs_long(args+5))); |
get_fs_long | 1316 | net/socket.c | return(sock_shutdown(get_fs_long(args+0), |
get_fs_long | 1317 | net/socket.c | get_fs_long(args+1))); |
get_fs_long | 1322 | net/socket.c | return(sock_setsockopt(get_fs_long(args+0), |
get_fs_long | 1323 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 1324 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1325 | net/socket.c | (char *)get_fs_long(args+3), |
get_fs_long | 1326 | net/socket.c | get_fs_long(args+4))); |
get_fs_long | 1331 | net/socket.c | return(sock_getsockopt(get_fs_long(args+0), |
get_fs_long | 1332 | net/socket.c | get_fs_long(args+1), |
get_fs_long | 1333 | net/socket.c | get_fs_long(args+2), |
get_fs_long | 1334 | net/socket.c | (char *)get_fs_long(args+3), |
get_fs_long | 1335 | net/socket.c | (int *)get_fs_long(args+4))); |