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

  /src/sys/dev/iscsi/
iscsi.h 199 #define ISCSID_STATUS_NO_RESOURCES 1007 /* Could not allocate resources (e.g. memory). */
  /src/sbin/iscsid/
iscsid_discover.c 120 return ISCSID_STATUS_NO_RESOURCES;
203 return ISCSID_STATUS_NO_RESOURCES;
301 return ISCSID_STATUS_NO_RESOURCES;
339 return ISCSID_STATUS_NO_RESOURCES;
379 return ISCSID_STATUS_NO_RESOURCES;
598 return ISCSID_STATUS_NO_RESOURCES;
750 rsp->status = ISCSID_STATUS_NO_RESOURCES;
iscsid_targets.c 360 rsp->status = ISCSID_STATUS_NO_RESOURCES;
398 rsp->status = ISCSID_STATUS_NO_RESOURCES;
609 rsp->status = ISCSID_STATUS_NO_RESOURCES;
iscsid_driverif.c 309 res->status = ISCSID_STATUS_NO_RESOURCES;
629 res->status = ISCSID_STATUS_NO_RESOURCES;
808 rc = ISCSID_STATUS_NO_RESOURCES;
iscsid_main.c 216 (*prsp)->status = ISCSID_STATUS_NO_RESOURCES;
iscsid_lists.c 753 rsp->status = ISCSID_STATUS_NO_RESOURCES;
  /src/sbin/iscsictl/
iscsic_main.c 146 {ISCSID_STATUS_NO_RESOURCES, "Could not allocate resources (e.g. memory)"},

Completed in 64 milliseconds