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

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c3045 ldata_list_t *listp = NULL, *listp_start = NULL, *listp_end = NULL, local
3126 list_free(&listp_start);
3146 if (listp_start == NULL) {
3147 listp_start = listp;
3151 &listp_start)) != FPCFGA_OK) {
3152 list_free(&listp_start);
3164 if (listp_start == NULL) {
3170 curlp = listp_start->next;
3171 prevlp = listp_start;
3184 lap->listp = listp_start;
[all...]

Completed in 90 milliseconds