Home
last modified time | relevance | path

Searched refs:mStatus_NoMemoryErr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c1922 if (!newelem) { LogMsg("ERROR: malloc"); err = mStatus_NoMemoryErr; goto end; } in handle_setdomain_request()
2047 if (!b) return mStatus_NoMemoryErr; in add_domain_to_browser()
2117 if (!info) { err = mStatus_NoMemoryErr; goto error; } in handle_browse_request()
2278 if (!instance) { my_perror("ERROR: malloc"); return mStatus_NoMemoryErr; } in register_service_instance()
2367 if (!service) { my_perror("ERROR: malloc"); result = mStatus_NoMemoryErr; goto finish; } in handle_regservice_request()
2397 if (!service->txtdata) { my_perror("ERROR: malloc"); result = mStatus_NoMemoryErr; goto finish; } in handle_regservice_request()
2637 return mStatus_NoMemoryErr; in add_record_to_service()
H A DmDNSPosix.c1352 return mStatus_NoMemoryErr; in WatchForInterfaceChange()
1661 return mStatus_NoMemoryErr; in mDNSPosixAddFDToEventLoop()
H A DmDNSEmbeddedAPI.h1225 mStatus_NoMemoryErr = -65539, enumerator
H A DuDNS.c1052 if (!info) { LogMsg("ERROR: umalloc"); status = mStatus_NoMemoryErr; goto exit; } in mDNS_SetSecretForZone()
3312 if (!info) { LogMsg("ERROR: startLLQ - malloc"); return mStatus_NoMemoryErr; } in startLLQ()
3616 … if (!context) { LogMsg("ERROR: startGetZoneData - umalloc failed"); return mStatus_NoMemoryErr; } in startGetZoneData()