Searched refs:major_t (Results 1 – 7 of 7) sorted by relevance
127 #define major(x) (major_t)((((unsigned)(x)) >> O_BITSMINOR) & O_MAXMAJ)128 #define bmajor(x) (major_t)((((unsigned)(x)) >> O_BITSMINOR) & O_MAXMAJ)132 #define getmajor(x) (major_t)((((dev_t)(x)) >> L_BITSMINOR) & L_MAXMAJ)146 #define major(x) (major_t)((((unsigned)(x)) >> O_BITSMINOR) & O_MAXMAJ)169 (major_t)(((unsigned int)(x) >> O_BITSMINOR) > O_MAXMAJ) ? \179 #define getemajor(x) (major_t)((((dev_t)(x) >> L_BITSMINOR) > L_MAXMAJ) ? \
49 typedef int major_t; typedef
37 #define DI_MAJOR_T_UNKNOWN ((major_t)0)
56 typedef int major_t; typedef
39 #define DI_MAJOR_T_UNKNOWN ((major_t)0)
88 typedef int major_t; typedef
14604 major_t major;