Searched refs:status_error (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sbin/iscsictl/
H A Discsic_daemonif.c74 status_error(rsp->status);
99 status_error(rsp->status);
110 status_error(rsp->status);
160 status_error(rsp->status);
220 status_error(rsp->status);
326 status_error(rsp->status);
363 status_error(trsp->status);
384 status_error(prsp->status);
429 status_error(rsp->status);
532 status_error(rs
[all...]
H A Discsic_globals.h142 void status_error(unsigned) __dead;
H A Discsic_main.c329 * status_error:
339 status_error(unsigned n) function
372 status_error (n);
H A Discsic_driverif.c420 status_error(io->status);
/netbsd-current/sys/dev/pci/igc/
H A Digc_base.h117 uint32_t status_error; /* ext status/error */ member in struct:igc_adv_rx_desc::__anon5::__anon11
H A Digc_hw.h161 uint32_t status_error; /* ext status/error */ member in struct:igc_rx_desc_extended::__anon13::__anon17
H A Dif_igc.c2094 const uint32_t staterr = le32toh(rxdesc->wb.upper.status_error);
2111 rxdesc->wb.upper.status_error = 0;
3733 rxdesc->wb.upper.status_error = 0;
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_netmap.c427 uint32_t staterr = le32toh(curr->wb.upper.status_error);
477 curr->wb.upper.status_error = 0;
H A Dix_txrx.c1907 staterr = le32toh(cur->wb.upper.status_error);
1921 cur->wb.upper.status_error = 0;
1968 * above code (cur->wb.upper.status_error = 0).
H A Dixgbe_type.h3405 __le32 status_error; /* ext status/error */ member in struct:ixgbe_adv_rx_desc::__anon10::__anon16
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileOutputBuffer.cpp187 case fs::file_type::status_error:
H A DPath.cpp1078 return s.type() != file_type::status_error;
1084 return file_type::status_error;
H A DVirtualFileSystem.cpp104 bool Status::isStatusKnown() const { return Type != file_type::status_error; }
181 llvm::sys::fs::file_type::status_error, {}),
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h67 status_error, member in class:llvm::sys::fs::file_type
155 file_type Type = file_type::status_error;
718 /// @returns True if status() != status_error.
724 /// @param result Set to true if status() != status_error.
H A DVirtualFileSystem.h53 llvm::sys::fs::file_type Type = llvm::sys::fs::file_type::status_error;
/netbsd-current/sys/dev/i2c/
H A Dsht3x.c1391 int status_error = sht3x_get_status_register(sc, &sbuf, true); local
1393 if (!status_error) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc716 Result = file_status(file_type::status_error);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc739 Result = file_status(file_type::status_error);

Completed in 247 milliseconds