Searched refs:major_t (Results 1 – 4 of 4) sorted by relevance
128 #define major(x) (major_t)((((unsigned)(x)) >> O_BITSMINOR) & O_MAXMAJ)129 #define bmajor(x) (major_t)((((unsigned)(x)) >> O_BITSMINOR) & O_MAXMAJ)133 #define getmajor(x) (major_t)((((dev_t)(x)) >> L_BITSMINOR) & L_MAXMAJ)147 #define major(x) (major_t)((((unsigned)(x)) >> O_BITSMINOR) & O_MAXMAJ)170 (major_t)(((unsigned int)(x) >> O_BITSMINOR) > O_MAXMAJ) ? \180 #define getemajor(x) (major_t)((((dev_t)(x) >> L_BITSMINOR) > L_MAXMAJ) ? \
57 typedef int major_t; typedef
491 major_t new_major; in zfs_create_unique_device()521 if ((new_major = getudev()) == (major_t)-1) { in zfs_create_unique_device()
14924 major_t major;