taglinefilesource code
up19include/linux/sock_ioctl.hunsigned long up:1;
up90kernel/blk_drv/scsi/aha1542.h#define any2scsi(up, p)        \
up91kernel/blk_drv/scsi/aha1542.h(up)[0] = (((unsigned long)(p)) >> 16)  ;  \
up92kernel/blk_drv/scsi/aha1542.h(up)[1] = (((unsigned long)(p)) >> 8);    \
up93kernel/blk_drv/scsi/aha1542.h(up)[2] = ((unsigned long)(p));
up95kernel/blk_drv/scsi/aha1542.h#define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) )
up97kernel/blk_drv/scsi/aha1542.h#define xany2scsi(up, p)  \
up98kernel/blk_drv/scsi/aha1542.h(up)[0] = ((long)(p)) >> 24;  \
up99kernel/blk_drv/scsi/aha1542.h(up)[1] = ((long)(p)) >> 16;  \
up100kernel/blk_drv/scsi/aha1542.h(up)[2] = ((long)(p)) >> 8;  \
up101kernel/blk_drv/scsi/aha1542.h(up)[3] = ((long)(p));
up103kernel/blk_drv/scsi/aha1542.h#define xscsi2int(up) ( (((long)(up)[0]) << 24) + (((long)(up)[1]) << 16) \
up104kernel/blk_drv/scsi/aha1542.h+ (((long)(up)[2]) <<  8) +  ((long)(up)[3]) )
up84kernel/blk_drv/scsi/aha1740.h#define any2scsi(up, p)        \
up85kernel/blk_drv/scsi/aha1740.h(up)[0] = (((unsigned long)(p)) >> 16)  ;  \
up86kernel/blk_drv/scsi/aha1740.h(up)[1] = (((unsigned long)(p)) >> 8);    \
up87kernel/blk_drv/scsi/aha1740.h(up)[2] = ((unsigned long)(p));
up89kernel/blk_drv/scsi/aha1740.h#define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) )
up91kernel/blk_drv/scsi/aha1740.h#define xany2scsi(up, p)  \
up92kernel/blk_drv/scsi/aha1740.h(up)[0] = ((long)(p)) >> 24;  \
up93kernel/blk_drv/scsi/aha1740.h(up)[1] = ((long)(p)) >> 16;  \
up94kernel/blk_drv/scsi/aha1740.h(up)[2] = ((long)(p)) >> 8;  \
up95kernel/blk_drv/scsi/aha1740.h(up)[3] = ((long)(p));
up97kernel/blk_drv/scsi/aha1740.h#define xscsi2int(up) ( (((long)(up)[0]) << 24) + (((long)(up)[1]) << 16) \
up98kernel/blk_drv/scsi/aha1740.h+ (((long)(up)[2]) <<  8) +  ((long)(up)[3]) )
up107kernel/blk_drv/scsi/wd7000.h#define any2scsi(up, p)      \
up108kernel/blk_drv/scsi/wd7000.h(up)[0] = (((long)(p)) >> 16);  \
up109kernel/blk_drv/scsi/wd7000.h(up)[1] = ((long)(p)) >> 8;    \
up110kernel/blk_drv/scsi/wd7000.h(up)[2] = ((long)(p));
up112kernel/blk_drv/scsi/wd7000.h#define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) )
up114kernel/blk_drv/scsi/wd7000.h#define xany2scsi(up, p)  \
up115kernel/blk_drv/scsi/wd7000.h(up)[0] = ((long)(p)) >> 24;  \
up116kernel/blk_drv/scsi/wd7000.h(up)[1] = ((long)(p)) >> 16;  \
up117kernel/blk_drv/scsi/wd7000.h(up)[2] = ((long)(p)) >> 8;  \
up118kernel/blk_drv/scsi/wd7000.h(up)[3] = ((long)(p));
up120kernel/blk_drv/scsi/wd7000.h#define xscsi2int(up) ( (((long)(up)[0]) << 24) + (((long)(up)[1]) << 16) \
up121kernel/blk_drv/scsi/wd7000.h+ (((long)(up)[2]) <<  8) +  ((long)(up)[3]) )
up55net/tcp/dev.hup:1;
up356net/tcp/ip.cdev->up = ipc.up;
up357net/tcp/ip.cif (dev->up)
up830net/tcp/ip.cif (dev->up)
up874net/tcp/ip.cif (dev->up)
up168net/tcp/packet.cif (dev->up)