Searched refs:IPMP_ENOMEM (Results 1 – 5 of 5) sorted by relevance
234 return (*grlistpp != NULL ? IPMP_SUCCESS : IPMP_ENOMEM); in ipmp_getgrouplist()306 return (*grinfopp != NULL ? IPMP_SUCCESS : IPMP_ENOMEM); in ipmp_getgroupinfo()319 return (ipmp_querydone(statep, IPMP_ENOMEM)); in ipmp_getgroupinfo()401 return (*ifinfopp != NULL ? IPMP_SUCCESS : IPMP_ENOMEM); in ipmp_getifinfo()414 return (ipmp_querydone(statep, IPMP_ENOMEM)); in ipmp_getifinfo()454 return (*adinfopp != NULL ? IPMP_SUCCESS : IPMP_ENOMEM); in ipmp_getaddrinfo()956 return (IPMP_ENOMEM); in ipmp_snap_addgroupinfo()984 return (IPMP_ENOMEM); in ipmp_snap_addifinfo()1012 return (IPMP_ENOMEM); in ipmp_snap_addaddrinfo()1097 return (IPMP_ENOMEM); in ipmp_snap_take()[all …]
52 IPMP_ENOMEM, /* out of memory */ enumerator
50 return (IPMP_ENOMEM); in ipmp_open()
150 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()