Searched defs:minor (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/libsa/
H A Dtypes.h80 #define minor(i) ((i) & 0xFF) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/sys/
H A Dtypes.h141 #define minor(i) ((i) & 0xFF) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtypes.h202 static inline __int32_t minor(__uint32_t _x) function
215 #define minor(x) ((int32_t)((x) & 0xffffff)) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_ptmx.c312 ptmx_get_ioctl(int minor, int open_flag) argument
407 ptmx_free_ioctl(int minor, int open_flag) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c2127 u_long major, minor; local
H A Dnfsproto.h784 uint64_t minor; member in struct:nfs_fsid
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateIO.cpp625 int minor, major; local
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c736 makedevice(major_t major, minor_t minor) argument

Completed in 168 milliseconds