Home
last modified time | relevance | path

Searched refs:st_rdev (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h159 dev_t st_rdev; /* device type */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_os.py228 result.st_rdev = 1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py1907 tarinfo.devmajor = os.major(statres.st_rdev)
1908 tarinfo.devminor = os.minor(statres.st_rdev)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c521 PyInt_FromLong((long)st->st_rdev)); in _pystat_fromstructstat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c861 int st_rdev; member
1348 PyInt_FromLong((long)st->st_rdev)); in _pystat_fromstructstat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c520 PyInt_FromLong((long)st->st_rdev)); in _pystat_fromstructstat()