Home
last modified time | relevance | path

Searched defs:makedev (Results 1 – 9 of 9) sorted by relevance

/third_party/e2fsprogs/include/mingw/sys/
Dsysmacros.h10 #define makedev(maj, min) (((maj) << 8) + (min)) macro
/third_party/musl/ndk_musl_include/sys/
Dsysmacros.h9 #define makedev(x,y) ( \ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsysmacros.h9 #define makedev(x,y) ( \ macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsysmacros.h9 #define makedev(x,y) ( \ macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsysmacros.h9 #define makedev(x,y) ( \ macro
/third_party/musl/include/sys/
Dsysmacros.h9 #define makedev(x,y) ( \ macro
/third_party/e2fsprogs/misc/
Dmk_hugefiles.c107 #define makedev(maj, min) (((maj) << 8) + (min)) macro
/third_party/python/Lib/
Dtarfile.py2221 def makedev(self, tarinfo, targetpath): member in TarFile
/third_party/mksh/
Dsh.h498 #define makedev mkdev macro