Searched refs:DT_FIFO (Results 1 – 5 of 5) sorted by relevance
7 #if defined(DT_FIFO) || (defined(HAVE_DECL_DT_FIFO) && HAVE_DECL_DT_FIFO)8 XLAT(DT_FIFO),
2 DT_FIFO
211 #define DT_FIFO 1 macro
6090 return DT_FIFO; in yaffs_GetObjectType()
942 … case DT_FIFO: file_type = eFileTypePipe; call_callback = find_other; break; in EnumerateDirectory()