Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c3054 cfga_list_data_t *ldbufp; in get_cond_v2() local
3065 ldbufp = NULL; in get_cond_v2()
3067 liblocp->ap_physical, &ldbufp, &nelem, NULL, NULL, in get_cond_v2()
3069 assert(nelem == 1 && ldbufp != NULL); in get_cond_v2()
3071 *condp = ldbufp->ap_cond; in get_cond_v2()
3072 S_FREE(ldbufp); in get_cond_v2()