Home
last modified time | relevance | path

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

/netbsd/src/sbin/iscsictl/
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 …]
Discsic_main.c339 status_error(unsigned n) in status_error() function
372 status_error (n); in status_error_slist()
Discsic_globals.h142 void status_error(unsigned) __dead;
Discsic_driverif.c420 status_error(io->status); in do_ioctl()
/netbsd/src/sys/dev/pci/ixgbe/
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()
Dix_txrx.c1907 staterr = le32toh(cur->wb.upper.status_error); in ixgbe_rxeof()
1921 cur->wb.upper.status_error = 0; in ixgbe_rxeof()
Dixgbe_type.h3405 __le32 status_error; /* ext status/error */ member
/netbsd/src/sys/dev/i2c/
Dsht3x.c1416 int status_error = sht3x_get_status_register(sc, &sbuf, true); in sht3x_refresh_oneshot() local
1418 if (!status_error) { in sht3x_refresh_oneshot()