| /device/linaro/bootloader/edk2/CryptoPkg/Include/ |
| D | OpenSslSupport.h | 154 struct stat { struct 166 time_t st_ctime; /* time of last file status change */ argument 167 long st_ctimensec; /* nsec of last file status change */ argument 168 off_t st_size; /* file size, in bytes */ 169 INT64 st_blocks; /* blocks allocated for file */ 170 UINT32 st_blksize; /* optimal blocksize for I/O */ 171 UINT32 st_flags; /* user defined flags for file */ 172 UINT32 st_gen; /* file generation number */ 173 INT32 st_lspare; 174 INT64 st_qspare[2];
|
| /device/linaro/bootloader/edk2/StdLib/Include/sys/ |
| D | stat.h | 54 struct stat { struct 55 off_t st_size; ///< file size, in bytes 56 off_t st_physsize; ///< physical space the file consumes 57 off_t st_curpos; ///< current position within the file, or XY coord. for Console 58 dtime_t st_birthtime; ///< time of creation 59 dtime_t st_atime; ///< time of last access 60 dtime_t st_mtime; ///< time of last data modification 61 mode_t st_mode; ///< file attributes 63 blksize_t st_blksize; ///< optimal blocksize for I/O 64 uint32_t st_spare[1];
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| D | SocketStream.cpp | 99 ssize_t stat = ::send(m_sock, (const char *)buffer + (size - res), res, 0); in writeFully() local 121 ssize_t stat = ::recv(m_sock, (char *)(buf) + len - res, res, 0); in readFully() local
|
| /device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
| D | QemuPipeStream.cpp | 115 ssize_t stat = qemu_pipe_write(m_sock, (const char *)(buf) + (len - res), res); in writeFully() local 157 ssize_t stat = qemu_pipe_read(m_sock, (char *)(buf) + len - res, res); in readFully() local
|
| D | ProcessPipe.cpp | 50 ssize_t stat = 0; in processPipeInitOnce() local
|
| /device/generic/goldfish-opengl/host/include/libOpenglRender/ |
| D | IOStream.h | 75 int stat = commitBuffer(m_bufsize - m_free); in flush() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| D | loadlib.c | 310 int stat = ll_loadfunc(L, path, init); in ll_loadlib() local 398 static int checkload (lua_State *L, int stat, const char *filename) { in checkload() 425 int stat; in loadfunc() local 449 int stat; in searcher_Croot() local
|
| D | lauxlib.c | 207 LUALIB_API int luaL_fileresult (lua_State *L, int stat, const char *fname) { in luaL_fileresult() 234 #define inspectstat(stat,what) \ argument 240 #define inspectstat(stat,what) /* no op */ argument 247 LUALIB_API int luaL_execresult (lua_State *L, int stat) { in luaL_execresult()
|
| D | loslib.c | 82 int stat = system(cmd); in os_execute() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
| D | pybench.py | 359 def stat(self): member in Test 565 def stat(self): member in Benchmark
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
| D | LongFilePathOs.py | 48 def stat(path): function
|
| /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/ |
| D | E100b.c | 716 UINTN stat; in E100bInit() local 1021 UINTN stat; in E100bTransmit() local 3453 UINT32 stat; in SelectiveReset() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| D | poplib.py | 192 def stat(self): member in POP3
|
| D | nntplib.py | 387 def stat(self, id): member in NNTP
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | pystate.c | 476 int stat; in _PyThread_CurrentFrames() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | pystate.c | 474 int stat; in _PyThread_CurrentFrames() local
|
| /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/ |
| D | uniphier_emmc.c | 95 uint32_t stat, flags, dma_addr; in uniphier_emmc_send_cmd() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
| D | FSProxy.py | 161 def stat(self, name): member in FSProxyLocal
|
| /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
| D | CrtWrapper.c | 432 int stat (const char *c, struct stat *s) in stat() function
|
| /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
| D | SysCalls.c | 1038 stat (const char *path, struct stat *statbuf) in stat() function
|
| /device/google/contexthub/firmware/os/inc/ |
| D | nanohubPacket.h | 319 struct MgmtStatus stat; member 450 struct MgmtStatus stat; member
|
| /device/google/contexthub/firmware/os/core/ |
| D | seos.c | 866 struct MgmtStatus stat = { .value = 0 }; in osExtAppStopEraseApps() local 940 struct MgmtStatus stat = { .value = 0 }; in osExtAppStartApps() local
|
| D | nanohubCommand.c | 1335 …ppMgmtResponse(struct NanohubHalAppMgmtRx *req, uint32_t status, struct MgmtStatus stat, uint32_t … in halSendAppMgmtResponse() 1359 struct MgmtStatus stat; in halAppMgmt() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | datetimemodule.c | 4549 int stat; in datetime_utctimetuple() local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | datetimemodule.c | 4549 int stat; in datetime_utctimetuple() local
|