Home
last modified time | relevance | path

Searched refs:ERR_MALLOC_FAILED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c252 return (ERR_MALLOC_FAILED); in process_get_request_from_doc()
457 return (ERR_MALLOC_FAILED); in process_getAssociated_request_from_doc()
546 return (ERR_MALLOC_FAILED); in process_delete_request_from_doc()
552 return (ERR_MALLOC_FAILED); in process_delete_request_from_doc()
600 return (ERR_MALLOC_FAILED); in process_delete_request_from_doc()
606 return (ERR_MALLOC_FAILED); in process_delete_request_from_doc()
642 return (ERR_MALLOC_FAILED); in process_delete_request_from_doc()
736 return (ERR_MALLOC_FAILED); in process_createModify_request_from_doc()
742 return (ERR_MALLOC_FAILED); in process_createModify_request_from_doc()
789 return (ERR_MALLOC_FAILED); in process_createModify_request_from_doc()
[all …]
H A Disns_utils.h60 ERR_MALLOC_FAILED, enumerator
H A Dutils.c123 case ERR_MALLOC_FAILED: in result_code_to_str()