Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c127 char *lc_ap_id; member
1854 if (strcmp(entry->lc_ap_id, libloc_p->ap_base) == 0) { in lookup_cache()
1881 entry->lc_ap_id = strdup(libloc_p->ap_base); in update_cache()
1884 if ((entry->lc_ap_id == NULL) || (entry->lc_ap_physical == NULL) || in update_cache()
1886 free(entry->lc_ap_id); in update_cache()
1910 free(entry->lc_ap_id); in destroy_cache()