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

/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c95 static ib_svc_rec_t *ibcfg_hca_head; /* HCA service recs */ variable
453 if (ibcfg_hca_head) {
454 for (tmp = ibcfg_hca_head; tmp->next != NULL; )
458 ibcfg_hca_head = recp;
618 for (recp = ibcfg_hca_head; recp != NULL; recp = recp->next) {
666 for (recp = ibcfg_hca_head; recp != NULL; ) {
790 ibcfg_hca_head = (ib_svc_rec_t *)NULL;
1002 for (recp = ibcfg_hca_head; recp; recp = recp->next) {
1135 for (recp = ibcfg_hca_head; recp; recp = recp->next) {

Completed in 75 milliseconds