Home
last modified time | relevance | path

Searched refs:major_t (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDsysmacros.h127 #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) ? \
/freebsd-14-stable/sys/contrib/openzfs/lib/libspl/include/sys/
HDstdtypes.h49 typedef int major_t; typedef
/freebsd-14-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDsunddi.h37 #define DI_MAJOR_T_UNKNOWN ((major_t)0)
HDtypes.h56 typedef int major_t; typedef
/freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDsunddi.h39 #define DI_MAJOR_T_UNKNOWN ((major_t)0)
HDtypes.h88 typedef int major_t; typedef
/freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c14604 major_t major;