Searched refs:mStatus_NoMemoryErr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1268 return mStatus_NoMemoryErr;
1757 return mStatus_NoMemoryErr;
H A Duds_daemon.c1356 if (!extra) { my_perror("ERROR: malloc"); return mStatus_NoMemoryErr; }
1815 if (!instance) { my_perror("ERROR: malloc"); return mStatus_NoMemoryErr; }
2250 if (!b) return mStatus_NoMemoryErr;
2696 return mStatus_NoMemoryErr;
3163 if (!(*question2)->qnameOrig) { LogMsg("SendAdditionalQuery: ERROR!! malloc failure"); return mStatus_NoMemoryErr; }
H A DuDNS.c1389 if (!tcpInfo->reply) { LogMsg("ERROR: tcpCallback - malloc failed"); err = mStatus_NoMemoryErr; goto exit; }
4836 if (!q->LocalSocket) err = mStatus_NoMemoryErr; // If failed to make socket (should be very rare), we'll try again next time
H A DmDNSEmbeddedAPI.h341 mStatus_NoMemoryErr = -65539, enumerator in enum:__anon34
H A DDNSCommon.c3758 if (!end) { LogMsg("mDNSSendDNSMessage: DNSDigest_SignMessage failed"); status = mStatus_NoMemoryErr; }
H A DmDNS.c5810 return mStatus_NoMemoryErr;
5820 if (!newrd) { LogMsg("UpdateKeepaliveRData: ptr NULL"); return mStatus_NoMemoryErr; }

Completed in 216 milliseconds