/device/linaro/bootloader/edk2/StdLib/Include/ |
D | dirent.h | 54 typedef struct _dirdesc DIR; typedef 83 int closedir(DIR *); 84 void rewinddir(DIR *); 86 DIR *opendir(const char *) __RENAME(__opendir30); 87 struct dirent *readdir(DIR *) __RENAME(__readdir30); 88 int readdir_r(DIR * __restrict, struct dirent * __restrict, 91 void seekdir(DIR *, long); 92 long telldir(DIR *); 93 …DIR *__opendir2(const char *, int) __RENAME(__opendir230);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/ |
D | genmk_old.c | 256 extern char *DIR(); 349 else printf("TOKENS = %stokens.h", DIR()); 353 printf("DLG_FILE = %s%s\n", DIR(), dlg); 354 printf("ERR = %serr\n", DIR()); 355 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf("HDR_FILE = %s%s\n", DIR(), hdr); 357 if ( !gen_CPP ) printf("MOD_FILE = %s%s\n", DIR(), mode); 359 else printf("SCAN = %s%s\n", DIR(), dlg_class); 414 else printf(" %s$(SCAN).c", DIR()); 425 printf(" %s%s", DIR(), APARSER_O); 427 printf(" %s%s", DIR(), DLEXERBASE_O); [all …]
|
D | genmk.c | 367 extern char *DIR(void); 369 extern char *DIR(); 485 else printf("TOKENS = %stokens.h", DIR()); 489 printf("DLG_FILE = %s%s\n", DIR(), dlg); 490 printf("ERR = %serr\n", DIR()); 491 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf("HDR_FILE = %s%s\n", DIR(), hdr); 493 if ( !gen_CPP ) printf("MOD_FILE = %s%s\n", DIR(), mode); 495 else printf("SCAN = %s%s\n", DIR(), dlg_class); 561 else printf(" %s$(SCAN).c", DIR()); 585 printf("%s%s", DIR(), APARSER_O); [all …]
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/ |
D | opendir.c | 65 DIR * 73 DIR * 76 DIR *dirp = NULL; in __opendir2() 91 if ((dirp = (DIR *)malloc(sizeof(DIR))) == NULL) in __opendir2()
|
D | readdir.c | 61 _readdir_unlocked(DIR *dirp, int skipdeleted) in _readdir_unlocked() 88 readdir(DIR *dirp) in readdir() 105 readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result) in readdir_r()
|
D | closedir.c | 64 closedir(DIR *dirp) in __weak_alias()
|
/device/linaro/bootloader/edk2/ |
D | edksetup.sh | 96 for DIR in $PATH_LIST 98 if [ -f "$DIR/BaseTools/BuildEnv" ] 100 export EDK_TOOLS_PATH=$DIR/BaseTools 101 . $DIR/BaseTools/BuildEnv
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | BuildEnv | 45 for DIR in $PATH_LIST 47 if [ -d $DIR/Conf ] 49 export CONF_PATH=$DIR/Conf 142 for DIR in $PATH_LIST 144 if [ -d $DIR/BaseTools ] 146 export EDK_TOOLS_PATH=$DIR/BaseTools
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 119 typedef void *DIR; typedef 237 DIR *opendir (const char *); 238 struct dirent *readdir (DIR *); 239 int closedir (DIR *);
|
/device/google/cuttlefish_common/guest/commands/vport_trigger/ |
D | main.cpp | 58 DIR *dir = opendir(sysfs_base); in main()
|
/device/google/marlin/dataservices/ |
D | configure.ac | 18 AS_HELP_STRING([--with-sanitized-headers=DIR],
|
/device/google/marlin/dataservices/datatop/src/ |
D | datatop_cpu_stats_poll.c | 64 DIR *dp; in dtop_cpu_search()
|
D | datatop_gen_poll.c | 223 DIR *dp; in dtop_search()
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | glob.c | 164 static DIR *g_opendir(Char *, glob_t *); 677 DIR *dirp; in glob3() 940 static DIR *
|
/device/google/marlin/usb/ |
D | Usb.cpp | 330 DIR *dp; in getTypeCPortNamesHelper() 546 DIR *dp = opendir(std::string("/sys/class/typec/" in uevent_event()
|
/device/google/crosshatch/usb/ |
D | Usb.cpp | 355 DIR *dp; in getTypeCPortNamesHelper() 573 DIR *dp = opendir(std::string("/sys/class/typec/" in uevent_event()
|
D | UsbGadget.cpp | 193 DIR *config = opendir(path); in unlinkFunctions()
|
/device/google/wahoo/usb/ |
D | Usb.cpp | 379 DIR *dp; in getTypeCPortNamesHelper() 596 DIR *dp = opendir(std::string("/sys/class/typec/" in uevent_event()
|
D | UsbGadget.cpp | 177 DIR *config = opendir(path); in unlinkFunctions()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
D | XhciSched.h | 288 UINT32 DIR:1; member 310 UINT32 DIR:1; member
|
D | XhciSched.c | 305 TrbStart->TrbCtrData.DIR = 1; in XhcPeiCreateTransferTrb() 307 TrbStart->TrbCtrData.DIR = 0; in XhcPeiCreateTransferTrb() 309 TrbStart->TrbCtrData.DIR = 0; in XhcPeiCreateTransferTrb() 328 TrbStart->TrbCtrStatus.DIR = 0; in XhcPeiCreateTransferTrb() 330 TrbStart->TrbCtrStatus.DIR = 1; in XhcPeiCreateTransferTrb() 332 TrbStart->TrbCtrStatus.DIR = 0; in XhcPeiCreateTransferTrb()
|
/device/google/bonito/usb/ |
D | Usb.cpp | 353 DIR *dp; in getTypeCPortNamesHelper() 569 DIR *dp = opendir(std::string("/sys/class/typec/" in uevent_event()
|
D | UsbGadget.cpp | 193 DIR *config = opendir(path); in unlinkFunctions()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
D | XhciSched.h | 292 UINT32 DIR:1; member 314 UINT32 DIR:1; member
|
D | XhciSched.c | 333 TrbStart->TrbCtrData.DIR = 1; in XhcCreateTransferTrb() 335 TrbStart->TrbCtrData.DIR = 0; in XhcCreateTransferTrb() 337 TrbStart->TrbCtrData.DIR = 0; in XhcCreateTransferTrb() 356 TrbStart->TrbCtrStatus.DIR = 0; in XhcCreateTransferTrb() 358 TrbStart->TrbCtrStatus.DIR = 1; in XhcCreateTransferTrb() 360 TrbStart->TrbCtrStatus.DIR = 0; in XhcCreateTransferTrb()
|