Home
last modified time | relevance | path

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

/netbsd-src/sbin/iscsictl/
H A Discsic_daemonif.c74 status_error(rsp->status); in do_add_target()
99 status_error(rsp->status); in do_add_target()
110 status_error(rsp->status); in do_add_target()
160 status_error(rsp->status); in do_remove_target()
220 status_error(rsp->status); in do_refresh()
326 status_error(rsp->status); in add_portal()
363 status_error(trsp->status); in show_target()
384 status_error(prsp->status); in show_target()
429 status_error(rsp->status); in do_list_targets()
532 status_error(rsp->status); in add_isns_server()
[all …]
H A Discsic_main.c339 status_error(unsigned n) in status_error() function
372 status_error (n); in status_error_slist()
H A Discsic_globals.h142 void status_error(unsigned) __dead;
H A Discsic_driverif.c420 status_error(io->status); in do_ioctl()
/netbsd-src/sys/dev/pci/igc/
H A Digc_base.h117 uint32_t status_error; /* ext status/error */ member
H A Digc_hw.h161 uint32_t status_error; /* ext status/error */ member
H A Dif_igc.c2094 const uint32_t staterr = le32toh(rxdesc->wb.upper.status_error); in igc_rxeof()
2111 rxdesc->wb.upper.status_error = 0; in igc_rxeof()
3730 rxdesc->wb.upper.status_error = 0; in igc_clear_receive_status()
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_netmap.c427 uint32_t staterr = le32toh(curr->wb.upper.status_error); in ixgbe_netmap_rxsync()
477 curr->wb.upper.status_error = 0; in ixgbe_netmap_rxsync()
H A Dix_txrx.c1907 staterr = le32toh(cur->wb.upper.status_error); in ixgbe_rxeof()
1921 cur->wb.upper.status_error = 0; in ixgbe_rxeof()
H A Dixgbe_type.h3405 __le32 status_error; /* ext status/error */ member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileOutputBuffer.cpp187 case fs::file_type::status_error: in create()
H A DPath.cpp1078 return s.type() != file_type::status_error; in status_known()
1084 return file_type::status_error; in get_file_type()
H A DVirtualFileSystem.cpp104 bool Status::isStatusKnown() const { return Type != file_type::status_error; } in isStatusKnown()
181 llvm::sys::fs::file_type::status_error, {}),
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h67 status_error, enumerator
155 file_type Type = file_type::status_error;
H A DVirtualFileSystem.h53 llvm::sys::fs::file_type Type = llvm::sys::fs::file_type::status_error;
/netbsd-src/sys/dev/i2c/
H A Dsht3x.c1416 int status_error = sht3x_get_status_register(sc, &sbuf, true); in sht3x_refresh()
1418 if (!status_error) { in sht3x_refresh()
1391 int status_error = sht3x_get_status_register(sc, &sbuf, true); sht3x_refresh_oneshot() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc716 Result = file_status(file_type::status_error);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc739 Result = file_status(file_type::status_error);