tag | line | file | source code |
up | 93 | drivers/scsi/aha1542.h | #define any2scsi(up, p) \ |
up | 94 | drivers/scsi/aha1542.h | (up)[0] = (((unsigned long)(p)) >> 16) ; \ |
up | 95 | drivers/scsi/aha1542.h | (up)[1] = (((unsigned long)(p)) >> 8); \ |
up | 96 | drivers/scsi/aha1542.h | (up)[2] = ((unsigned long)(p)); |
up | 98 | drivers/scsi/aha1542.h | #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) ) |
up | 100 | drivers/scsi/aha1542.h | #define xany2scsi(up, p) \ |
up | 101 | drivers/scsi/aha1542.h | (up)[0] = ((long)(p)) >> 24; \ |
up | 102 | drivers/scsi/aha1542.h | (up)[1] = ((long)(p)) >> 16; \ |
up | 103 | drivers/scsi/aha1542.h | (up)[2] = ((long)(p)) >> 8; \ |
up | 104 | drivers/scsi/aha1542.h | (up)[3] = ((long)(p)); |
up | 106 | drivers/scsi/aha1542.h | #define xscsi2int(up) ( (((long)(up)[0]) << 24) + (((long)(up)[1]) << 16) \ |
up | 107 | drivers/scsi/aha1542.h | + (((long)(up)[2]) << 8) + ((long)(up)[3]) ) |
up | 89 | drivers/scsi/aha1740.h | #define any2scsi(up, p) \ |
up | 90 | drivers/scsi/aha1740.h | (up)[0] = (((unsigned long)(p)) >> 16) ; \ |
up | 91 | drivers/scsi/aha1740.h | (up)[1] = (((unsigned long)(p)) >> 8); \ |
up | 92 | drivers/scsi/aha1740.h | (up)[2] = ((unsigned long)(p)); |
up | 94 | drivers/scsi/aha1740.h | #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) ) |
up | 96 | drivers/scsi/aha1740.h | #define xany2scsi(up, p) \ |
up | 97 | drivers/scsi/aha1740.h | (up)[0] = ((long)(p)) >> 24; \ |
up | 98 | drivers/scsi/aha1740.h | (up)[1] = ((long)(p)) >> 16; \ |
up | 99 | drivers/scsi/aha1740.h | (up)[2] = ((long)(p)) >> 8; \ |
up | 100 | drivers/scsi/aha1740.h | (up)[3] = ((long)(p)); |
up | 102 | drivers/scsi/aha1740.h | #define xscsi2int(up) ( (((long)(up)[0]) << 24) + (((long)(up)[1]) << 16) \ |
up | 103 | drivers/scsi/aha1740.h | + (((long)(up)[2]) << 8) + ((long)(up)[3]) ) |
up | 107 | drivers/scsi/wd7000.h | #define any2scsi(up, p) \ |
up | 108 | drivers/scsi/wd7000.h | (up)[0] = (((long)(p)) >> 16); \ |
up | 109 | drivers/scsi/wd7000.h | (up)[1] = ((long)(p)) >> 8; \ |
up | 110 | drivers/scsi/wd7000.h | (up)[2] = ((long)(p)); |
up | 112 | drivers/scsi/wd7000.h | #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) ) |
up | 114 | drivers/scsi/wd7000.h | #define xany2scsi(up, p) \ |
up | 115 | drivers/scsi/wd7000.h | (up)[0] = ((long)(p)) >> 24; \ |
up | 116 | drivers/scsi/wd7000.h | (up)[1] = ((long)(p)) >> 16; \ |
up | 117 | drivers/scsi/wd7000.h | (up)[2] = ((long)(p)) >> 8; \ |
up | 118 | drivers/scsi/wd7000.h | (up)[3] = ((long)(p)); |
up | 120 | drivers/scsi/wd7000.h | #define xscsi2int(up) ( (((long)(up)[0]) << 24) + (((long)(up)[1]) << 16) \ |
up | 121 | drivers/scsi/wd7000.h | + (((long)(up)[2]) << 8) + ((long)(up)[3]) ) |
up | 222 | fs/hpfs/hpfs.h | secno up; /* (root dnode) directory's fnode |
up | 358 | fs/hpfs/hpfs.h | fnode_secno up; /* pointer to file's directory fnode */ |
up | 409 | fs/hpfs/hpfs.h | secno up; /* parent anode or fnode */ |
up | 693 | fs/hpfs/hpfs_fs.c | inode->i_hpfs_parent_dir = dir_ino(fnode->up); |
up | 31 | include/linux/sockios.h | unsigned int up:1,destroy:1; |
up | 465 | ipc/sem.c | struct sem_undo *u, *un = NULL, **up, **unp; |
up | 469 | ipc/sem.c | for (up = ¤t->semun; (u = *up); *up = u->proc_next, kfree(u)) { |
up | 939 | net/inet/dev.c | unsigned long paddr, router, net,up:1,destroy:1; |
up | 965 | net/inet/dev.c | if (ipc.up == 0) |