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

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c3063 cfga_list_data_t *ldbufp; local
3074 ldbufp = NULL;
3076 liblocp->ap_physical, &ldbufp, &nelem, NULL, NULL,
3078 assert(nelem == 1 && ldbufp != NULL);
3080 *condp = ldbufp->ap_cond;
3081 S_FREE(ldbufp);

Completed in 51 milliseconds