| tag | line | file | source code |
| up | 19 | include/linux/sock_ioctl.h | unsigned long up: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 | 84 | kernel/blk_drv/scsi/aha1740.h | #define any2scsi(up, p) \ |
| up | 85 | kernel/blk_drv/scsi/aha1740.h | (up)[0] = (((unsigned long)(p)) >> 16) ; \ |
| up | 86 | kernel/blk_drv/scsi/aha1740.h | (up)[1] = (((unsigned long)(p)) >> 8); \ |
| up | 87 | kernel/blk_drv/scsi/aha1740.h | (up)[2] = ((unsigned long)(p)); |
| up | 89 | kernel/blk_drv/scsi/aha1740.h | #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) ) |
| up | 91 | kernel/blk_drv/scsi/aha1740.h | #define xany2scsi(up, p) \ |
| up | 92 | kernel/blk_drv/scsi/aha1740.h | (up)[0] = ((long)(p)) >> 24; \ |
| up | 93 | kernel/blk_drv/scsi/aha1740.h | (up)[1] = ((long)(p)) >> 16; \ |
| up | 94 | kernel/blk_drv/scsi/aha1740.h | (up)[2] = ((long)(p)) >> 8; \ |
| up | 95 | kernel/blk_drv/scsi/aha1740.h | (up)[3] = ((long)(p)); |
| up | 97 | kernel/blk_drv/scsi/aha1740.h | #define xscsi2int(up) ( (((long)(up)[0]) << 24) + (((long)(up)[1]) << 16) \ |
| up | 98 | 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 | 65 | net/tcp/dev.h | up:1; |
| up | 367 | net/tcp/ip.c | dev->up = ipc.up; |
| up | 368 | net/tcp/ip.c | if (dev->up) |
| up | 851 | net/tcp/ip.c | if (dev->up) |
| up | 895 | net/tcp/ip.c | if (dev->up) |
| up | 175 | net/tcp/packet.c | if (dev->up) |