taglinefilesource code
DEVICE_NR101drivers/block/blk.h#define DEVICE_NR(device)  (MINOR(device) >> PARTN_BITS)
DEVICE_NR110drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) & 7)
DEVICE_NR121drivers/block/blk.h#define DEVICE_NR(device) ( (MINOR(device) & 3) | ((MINOR(device) & 0x80 ) >> 5 ))
DEVICE_NR133drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device)>>6)
DEVICE_NR143drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 4)
DEVICE_NR151drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) & 0x7f)
DEVICE_NR160drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR168drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device) >> 6)
DEVICE_NR176drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR185drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR194drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR202drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR210drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR218drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR226drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR234drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR243drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR251drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR258drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR266drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR274drivers/block/blk.h#define DEVICE_NR(device) (MINOR(device))
DEVICE_NR75drivers/block/mcdx.c#define DEVICE_NR(device) (MINOR(device))