Searched defs:MAJOR (Results 1 - 5 of 5) sorted by path

/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dkdev_t.h69 #define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS)) macro
110 #define MAJOR(dev) ((dev)>>8) macro
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dls.c73 #define MAJOR(dev) (((dev)>>8)&0xff) macro
H A Dtar.c57 #define MAJOR(dev) (((dev)>>8)&0xff) macro
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dutil.c114 #define MAJOR(dev) ((dev)>>8) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dkdev_t.h69 #define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS)) macro
110 #define MAJOR(dev) ((dev)>>8) macro

Completed in 84 milliseconds