Searched refs:IPMP_ENOMEM (Results 1 – 5 of 5) sorted by relevance
232 return (*grlistpp != NULL ? IPMP_SUCCESS : IPMP_ENOMEM); in ipmp_getgrouplist()272 return (*grinfopp != NULL ? IPMP_SUCCESS : IPMP_ENOMEM); in ipmp_getgroupinfo()320 return (*ifinfopp != NULL ? IPMP_SUCCESS : IPMP_ENOMEM); in ipmp_getifinfo()369 return (*adinfopp != NULL ? IPMP_SUCCESS : IPMP_ENOMEM); in ipmp_getaddrinfo()869 return (IPMP_ENOMEM); in ipmp_snap_addgroupinfo()897 return (IPMP_ENOMEM); in ipmp_snap_addifinfo()925 return (IPMP_ENOMEM); in ipmp_snap_addaddrinfo()1007 return (IPMP_ENOMEM); in ipmp_snap_take()
52 IPMP_ENOMEM, /* out of memory */ enumerator
50 return (IPMP_ENOMEM); in ipmp_open()
144 return (IPMP_ENOMEM); in ipmp_readtlv()
3216 return (*grinfopp == NULL ? IPMP_ENOMEM : IPMP_SUCCESS); in getgroupinfo()3263 return (*grinfopp == NULL ? IPMP_ENOMEM : IPMP_SUCCESS); in getgroupinfo()3298 return (*targinfopp == NULL ? IPMP_ENOMEM : IPMP_SUCCESS); in gettarginfo()3324 retval = (*ifinfopp == NULL ? IPMP_ENOMEM : IPMP_SUCCESS); in getifinfo()3359 return (*grlistpp == NULL ? IPMP_ENOMEM : IPMP_SUCCESS); in getgrouplist()3407 return (*adinfopp == NULL ? IPMP_ENOMEM : IPMP_SUCCESS); in getgraddrinfo()3429 return (IPMP_ENOMEM); in getsnap()