Home
last modified time | relevance | path

Searched refs:grlistpp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_query.c226 ipmp_getgrouplist(ipmp_handle_t handle, ipmp_grouplist_t **grlistpp) in ipmp_getgrouplist() argument
233 *grlistpp = ipmp_grouplist_clone(statep->st_snap->sn_grlistp); in ipmp_getgrouplist()
234 return (*grlistpp != NULL ? IPMP_SUCCESS : IPMP_ENOMEM); in ipmp_getgrouplist()
241 retval = ipmp_readinfo(statep, IPMP_GROUPLIST, (void **)grlistpp, &end); in ipmp_getgrouplist()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c3338 getgrouplist(ipmp_grouplist_t **grlistpp) in getgrouplist() argument
3358 *grlistpp = ipmp_grouplist_create(phyint_grouplistsig, ngroup, groups); in getgrouplist()
3359 return (*grlistpp == NULL ? IPMP_ENOMEM : IPMP_SUCCESS); in getgrouplist()