Searched refs:CTL_SUCCESS (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/usr.sbin/ctladm/
H A Dctladm.c690 } while (((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)
1190 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
1251 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
1415 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
1565 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
1754 if (((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)
1763 } else if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)
1829 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
1927 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)
1967 if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS) {
[all...]
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_io.h70 CTL_SUCCESS, /* Transaction completed successfully */ enumerator in enum:__anon8615
H A Dctl_frontend_cam_sim.c408 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
447 case CTL_SUCCESS:
H A Dctl_error.c994 ctsio->io_hdr.status = CTL_SUCCESS;
H A Dctl_util.c76 {CTL_SUCCESS, "Command Completed Successfully"},
H A Dctl.c1499 if (msg->hdr.status == CTL_SUCCESS)
1577 if (msg->hdr.status == CTL_SUCCESS)
5039 (io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS) ||
5091 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)) {
5118 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)) {
5146 (io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)) {
12196 io->io_hdr.status = CTL_SUCCESS;
12441 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)) {
12447 (io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)) {
12747 (io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS))
[all...]
H A Dctl_frontend_iscsi.c2631 if (io->io_hdr.status == CTL_SUCCESS) {
2965 io->io_hdr.status == CTL_SUCCESS)
H A Dscsi_ctl.c836 io->io_hdr.status == CTL_SUCCESS)) {
H A Dctl_backend_block.c1269 (io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)) {
1529 (io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)) {
H A Dctl_tpc.c1613 if (((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)
1639 if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS) {
/freebsd-13-stable/sys/dev/usb/storage/
H A Dcfumass.c928 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)

Completed in 211 milliseconds