Searched refs:d_type (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dlslr.c67 printf("%d %s\n", dent->d_type, dent->d_name);
69 if (dent->d_type == DT_DIR) {
H A Dfsw_posix.c253 dent.d_type = DT_REG;
256 dent.d_type = DT_DIR;
259 dent.d_type = DT_LNK;
262 dent.d_type = DT_UNKNOWN;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Ddirent.h77 UINT64 Attribute; // (d_type) The attribute bits for the file. See below.
83 #define d_type Attribute macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y147 %type <l_node> d_type
219 | d_type DT_TOK_EOF { return (dt_node_root($1)); }
230 d_type: DT_CTX_DTYPE { $$ = NULL; } label
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp333 * Converts the d_type field to IPRT directory entry type.
399 pDirEntry->enmType = rtDirType(pDir->Data.d_type);
518 rtDirSetDummyInfo(&pDirEntry->Info, rtDirType(pDir->Data.d_type));
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h115 UINT8 d_type; /* file type, see below */ member in struct:dirent

Completed in 800 milliseconds