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

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c104 } res_info_t; typedef in typeref:struct:res_info
825 res_info_t *res_info;
832 if ((res_info = calloc(nelem, sizeof (res_info_t))) == NULL) {
929 res_info_t *res_info;
930 res_info_t *default_res_info;
945 * Build list of res_info_t's
947 if ((res_info = calloc(nelem, sizeof (res_info_t))) == NULL) {
1044 qsort(res_info, nelem, sizeof (res_info_t),
1138 res_info_t *r1 = (res_info_t *)arg
[all...]

Completed in 53 milliseconds