Home
last modified time | relevance | path

Searched defs:MKDEV (Results 1 – 6 of 6) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dkdev_t.h12 #define MKDEV(ma,mi) ((ma)<<8 | (mi)) macro
/external/bcc/libbpf-tools/
Dbitesize.h12 #define MKDEV(ma, mi) (((ma) << MINORBITS) | (mi)) macro
Dbiolatency.h11 #define MKDEV(ma, mi) (((ma) << MINORBITS) | (mi)) macro
Dbiostacks.h13 #define MKDEV(ma, mi) (((ma) << MINORBITS) | (mi)) macro
Dbiosnoop.h12 #define MKDEV(ma, mi) (((ma) << MINORBITS) | (mi)) macro
Dtrace_helpers.c36 #define MKDEV(ma, mi) (((ma) << MINORBITS) | (mi)) macro