Searched refs:makedev (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/ |
D | param.h | 120 #define COMPAT_ZERODEV(x) (x == makedev(0, _DEV_ZERO_oARM))
|
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/ |
D | param.h | 133 #define COMPAT_ZERODEV(x) (x == makedev(0, _DEV_ZERO_oARM))
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | types.h | 235 #define makedev(x,y) ((dev_t)((((x) << 8) & 0x000fff00) | \ macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | tarfile.py | 2165 self.makedev(tarinfo, targetpath) 2219 def makedev(self, tarinfo, targetpath): member in TarFile 2232 os.makedev(tarinfo.devmajor, tarinfo.devminor))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | edk2module.c | 3201 return PyInt_FromLong((long)makedev(major, minor)); in edk2_makedev()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 5222 return PyInt_FromLong((long)makedev(major, minor)); in posix_makedev()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | posixmodule.c | 6875 return PyInt_FromLong((long)makedev(major, minor)); in posix_makedev()
|