Searched defs:grlistpp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_query.c221 * allocated buffer pointed to by `*grlistpp'. Returns an IPMP error code.
224 ipmp_getgrouplist(ipmp_handle_t handle, ipmp_grouplist_t **grlistpp) argument
231 *grlistpp = ipmp_grouplist_clone(statep->st_snap->sn_grlistp);
232 return (*grlistpp != NULL ? IPMP_SUCCESS : IPMP_ENOMEM);
239 retval = ipmp_readinfo(statep, IPMP_GROUPLIST, (void **)grlistpp, &end);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c3335 * structure pointed to by `*grlistpp'. Returns an IPMP error code.
3338 getgrouplist(ipmp_grouplist_t **grlistpp) argument
3358 *grlistpp = ipmp_grouplist_create(phyint_grouplistsig, ngroup, groups);
3359 return (*grlistpp == NULL ? IPMP_ENOMEM : IPMP_SUCCESS);

Completed in 50 milliseconds