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

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c123 char *lc_ap_id; member in struct:lib_cache
1848 if (strcmp(entry->lc_ap_id, libloc_p->ap_base) == 0) {
1875 entry->lc_ap_id = strdup(libloc_p->ap_base);
1878 if ((entry->lc_ap_id == NULL) || (entry->lc_ap_physical == NULL) ||
1880 free(entry->lc_ap_id);
1904 free(entry->lc_ap_id);

Completed in 63 milliseconds