HomeSort by: relevance | last modified time | path
    Searched refs:ISCSI_STATUS_NO_RESOURCES (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/iscsi/
iscsi.h 151 #define ISCSI_STATUS_NO_RESOURCES 7 /* Could not allocate resources (e.g. memory). */
iscsi_ioctl.c 112 par->status = ISCSI_STATUS_NO_RESOURCES;
743 par->status = ISCSI_STATUS_NO_RESOURCES;
809 par->status = ISCSI_STATUS_NO_RESOURCES;
818 conn->c_terminating = ISCSI_STATUS_NO_RESOURCES;
842 par->status = ISCSI_STATUS_NO_RESOURCES;
1130 par->status = ISCSI_STATUS_NO_RESOURCES;
iscsi_text.c 939 return ISCSI_STATUS_NO_RESOURCES;
1249 return ISCSI_STATUS_NO_RESOURCES;
1701 return ISCSI_STATUS_NO_RESOURCES;
1742 return ISCSI_STATUS_NO_RESOURCES;
iscsi_send.c 1398 tx_ccb->ccb_status = ISCSI_STATUS_NO_RESOURCES;
1399 handle_connection_error(conn, ISCSI_STATUS_NO_RESOURCES, NO_LOGOUT);
1401 return ISCSI_STATUS_NO_RESOURCES;
1470 wake_ccb(ccb, ISCSI_STATUS_NO_RESOURCES);
1655 return ISCSI_STATUS_NO_RESOURCES;
iscsi_rcv.c 219 ISCSI_STATUS_NO_RESOURCES, LOGOUT_SESSION);
306 req_ccb->ccb_status = ISCSI_STATUS_NO_RESOURCES;
iscsi_main.c 595 case ISCSI_STATUS_NO_RESOURCES:
  /src/sbin/iscsictl/
iscsic_main.c 100 {ISCSI_STATUS_NO_RESOURCES, "Could not allocate resources (e.g. memory)"},

Completed in 18 milliseconds