Lines Matching refs:status

311 	if (ooa.status == CTL_OOA_NEED_MORE_SPACE) {
318 if (ooa.status != CTL_OOA_OK) {
320 ooa.status);
613 switch (req.status) {
638 warnx("unknown status: %d", req.status);
709 } while (((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)
779 switch (delay_info.status) {
781 warnx("%s: no delay status??", __func__);
806 warnx("%s: unknown delay return status %d", __func__,
807 delay_info.status);
1209 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
1270 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
1434 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
1584 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
1773 if (((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)
1782 } else if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS)
1848 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
1946 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS)
1986 if ((io->io_hdr.status & CTL_STATUS_MASK) != CTL_SUCCESS) {
2058 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
2115 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
2181 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
2267 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
2386 if ((io->io_hdr.status & CTL_STATUS_MASK) == CTL_SUCCESS) {
2539 switch (req.status) {
2550 warnx("unknown LUN creation status: %d", req.status);
2650 switch (req.status) {
2661 warnx("unknown LUN removal status: %d", req.status);
2770 switch (req.status) {
2781 warnx("unknown LUN modification status: %d", req.status);
3003 if (req.status == CTL_ISCSI_ERROR) {
3006 } else if (req.status == CTL_ISCSI_LIST_NEED_MORE_SPACE) {
3133 if (req.status != CTL_ISCSI_OK) {
3206 if (req.status != CTL_ISCSI_OK) {
3417 list.status = CTL_LUN_LIST_NONE;
3426 if (list.status == CTL_LUN_LIST_ERROR) {
3429 } else if (list.status == CTL_LUN_LIST_NEED_MORE_SPACE) {
3713 list.status = CTL_LUN_LIST_NONE;
3722 if (list.status == CTL_LUN_LIST_ERROR) {
3725 } else if (list.status == CTL_LUN_LIST_NEED_MORE_SPACE) {
4024 if (req.status == CTL_NVMF_ERROR) {
4027 } else if (req.status == CTL_NVMF_LIST_NEED_MORE_SPACE) {
4136 if (req.status != CTL_NVMF_OK) {