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

/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c94 static ib_svc_rec_t *ibcfg_port_head; /* PORT service recs */ variable
437 if (ibcfg_port_head) {
438 for (tmp = ibcfg_port_head; tmp->next != NULL; )
442 ibcfg_port_head = recp;
606 for (recp = ibcfg_port_head; recp != NULL; recp = recp->next) {
650 for (recp = ibcfg_port_head; recp != NULL; ) {
788 ibcfg_port_head = (ib_svc_rec_t *)NULL;
987 for (recp = ibcfg_port_head; recp; recp = recp->next) {
1109 for (recp = ibcfg_port_head; recp; recp = recp->next) {

Completed in 96 milliseconds