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

/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c93 static ib_svc_rec_t *ibcfg_vppa_head; /* VPPA service recs */ variable
445 if (ibcfg_vppa_head) {
446 for (tmp = ibcfg_vppa_head; tmp->next != NULL; )
450 ibcfg_vppa_head = recp;
612 for (recp = ibcfg_vppa_head; recp != NULL; recp = recp->next) {
658 for (recp = ibcfg_vppa_head; recp != NULL; ) {
789 ibcfg_vppa_head = (ib_svc_rec_t *)NULL;
995 for (recp = ibcfg_vppa_head; recp; recp = recp->next) {
1123 for (recp = ibcfg_vppa_head; recp; recp = recp->next) {

Completed in 57 milliseconds