Home
last modified time | relevance | path

Searched refs:status_error (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Digc_base.h117 uint32_t status_error; /* ext status/error */ member
H A Digc_hw.h165 uint32_t status_error; /* ext status/error */ member
H A Dif_ngbereg.h951 uint32_t status_error; member
H A Dif_em_hw.h767 uint32_t status_error; /* ext status/error */
793 uint32_t status_error; /* ext status/error */
769 uint32_t status_error; /* ext status/error */ global() member
795 uint32_t status_error; /* ext status/error */ global() member
H A Dif_igc.c1326 staterr = letoh32(rxdesc->wb.upper.status_error); in igc_rxeof()
1335 rxdesc->wb.upper.status_error = 0; in igc_rxeof()
H A Dif_ix.c3146 staterr = letoh32(rxdesc->wb.upper.status_error); in ixgbe_rxeof()
3155 rxdesc->wb.upper.status_error = 0; in ixgbe_rxeof()
H A Dif_ngbe.c4295 staterr = letoh32(rxdesc->wb.upper.status_error); in ngbe_rxeof()
4304 rxdesc->wb.upper.status_error = 0; in ngbe_rxeof()
H A Dixgbe_type.h3317 __le32 status_error; /* ext status/error */
3311 __le32 status_error; /* ext status/error */ global() member
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileOutputBuffer.cpp185 case fs::file_type::status_error: in create()
H A DPath.cpp1082 return s.type() != file_type::status_error; in status_known()
1088 return file_type::status_error; in get_file_type()
H A DVirtualFileSystem.cpp107 bool Status::isStatusKnown() const { return Type != file_type::status_error; } in isStatusKnown()
188 llvm::sys::fs::file_type::status_error, {}),
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h67 status_error, enumerator
155 file_type Type = file_type::status_error;
H A DVirtualFileSystem.h54 llvm::sys::fs::file_type Type = llvm::sys::fs::file_type::status_error;
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp258 case file_type::status_error: in LocateMacOSXFilesUsingDebugSymbols()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2603 if (ec || st.type() == fs::file_type::status_error || in LoadScriptingModule()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc728 Result = file_status(file_type::status_error);
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc744 Result = file_status(file_type::status_error);