tag | line | file | source code |
up | 14 | include/linux/sock_ioctl.h | unsigned long up:1,destroy:1; |
up | 90 | kernel/blk_drv/scsi/aha1542.h | #define any2scsi(up, p) \ |
up | 91 | kernel/blk_drv/scsi/aha1542.h | (up)[0] = (((unsigned long)(p)) >> 16) ; \ |
up | 92 | kernel/blk_drv/scsi/aha1542.h | (up)[1] = (((unsigned long)(p)) >> 8); \ |
up | 93 | kernel/blk_drv/scsi/aha1542.h | (up)[2] = ((unsigned long)(p)); |
up | 95 | kernel/blk_drv/scsi/aha1542.h | #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) ) |
up | 97 | kernel/blk_drv/scsi/aha1542.h | #define xany2scsi(up, p) \ |
up | 98 | kernel/blk_drv/scsi/aha1542.h | (up)[0] = ((long)(p)) >> 24; \ |
up | 99 | kernel/blk_drv/scsi/aha1542.h | (up)[1] = ((long)(p)) >> 16; \ |
up | 100 | kernel/blk_drv/scsi/aha1542.h | (up)[2] = ((long)(p)) >> 8; \ |
up | 101 | kernel/blk_drv/scsi/aha1542.h | (up)[3] = ((long)(p)); |
up | 103 | kernel/blk_drv/scsi/aha1542.h | #define xscsi2int(up) ( (((long)(up)[0]) << 24) + (((long)(up)[1]) << 16) \ |
up | 104 | kernel/blk_drv/scsi/aha1542.h | + (((long)(up)[2]) << 8) + ((long)(up)[3]) ) |
up | 89 | kernel/blk_drv/scsi/aha1740.h | #define any2scsi(up, p) \ |
up | 90 | kernel/blk_drv/scsi/aha1740.h | (up)[0] = (((unsigned long)(p)) >> 16) ; \ |
up | 91 | kernel/blk_drv/scsi/aha1740.h | (up)[1] = (((unsigned long)(p)) >> 8); \ |
up | 92 | kernel/blk_drv/scsi/aha1740.h | (up)[2] = ((unsigned long)(p)); |
up | 94 | kernel/blk_drv/scsi/aha1740.h | #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) ) |
up | 96 | kernel/blk_drv/scsi/aha1740.h | #define xany2scsi(up, p) \ |
up | 97 | kernel/blk_drv/scsi/aha1740.h | (up)[0] = ((long)(p)) >> 24; \ |
up | 98 | kernel/blk_drv/scsi/aha1740.h | (up)[1] = ((long)(p)) >> 16; \ |
up | 99 | kernel/blk_drv/scsi/aha1740.h | (up)[2] = ((long)(p)) >> 8; \ |
up | 100 | kernel/blk_drv/scsi/aha1740.h | (up)[3] = ((long)(p)); |
up | 102 | kernel/blk_drv/scsi/aha1740.h | #define xscsi2int(up) ( (((long)(up)[0]) << 24) + (((long)(up)[1]) << 16) \ |
up | 103 | kernel/blk_drv/scsi/aha1740.h | + (((long)(up)[2]) << 8) + ((long)(up)[3]) ) |
up | 107 | kernel/blk_drv/scsi/wd7000.h | #define any2scsi(up, p) \ |
up | 108 | kernel/blk_drv/scsi/wd7000.h | (up)[0] = (((long)(p)) >> 16); \ |
up | 109 | kernel/blk_drv/scsi/wd7000.h | (up)[1] = ((long)(p)) >> 8; \ |
up | 110 | kernel/blk_drv/scsi/wd7000.h | (up)[2] = ((long)(p)); |
up | 112 | kernel/blk_drv/scsi/wd7000.h | #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) ) |
up | 114 | kernel/blk_drv/scsi/wd7000.h | #define xany2scsi(up, p) \ |
up | 115 | kernel/blk_drv/scsi/wd7000.h | (up)[0] = ((long)(p)) >> 24; \ |
up | 116 | kernel/blk_drv/scsi/wd7000.h | (up)[1] = ((long)(p)) >> 16; \ |
up | 117 | kernel/blk_drv/scsi/wd7000.h | (up)[2] = ((long)(p)) >> 8; \ |
up | 118 | kernel/blk_drv/scsi/wd7000.h | (up)[3] = ((long)(p)); |
up | 120 | kernel/blk_drv/scsi/wd7000.h | #define xscsi2int(up) ( (((long)(up)[0]) << 24) + (((long)(up)[1]) << 16) \ |
up | 121 | kernel/blk_drv/scsi/wd7000.h | + (((long)(up)[2]) << 8) + ((long)(up)[3]) ) |
up | 71 | net/tcp/dev.h | up:1; |
up | 473 | net/tcp/ip.c | dev->up = ipc.up; |
up | 474 | net/tcp/ip.c | if (dev->up) |
up | 967 | net/tcp/ip.c | if (dev->up) |
up | 1011 | net/tcp/ip.c | if (dev->up) |
up | 180 | net/tcp/packet.c | if (dev->up) |