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

/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h60 } ib_svc_rec_t; typedef in typeref:struct:ib_svc_rec_s
H A Dcfga_conf.c93 static ib_svc_rec_t *ibcfg_vppa_head; /* VPPA service recs */
94 static ib_svc_rec_t *ibcfg_port_head; /* PORT service recs */
95 static ib_svc_rec_t *ibcfg_hca_head; /* HCA service recs */
424 ib_svc_rec_t *tmp, *recp;
430 recp = (ib_svc_rec_t *)calloc(1, sizeof (ib_svc_rec_t));
599 ib_svc_rec_t *recp;
644 ib_svc_rec_t *tmp, *recp;
788 ibcfg_port_head = (ib_svc_rec_t *)NULL;
789 ibcfg_vppa_head = (ib_svc_rec_t *)NUL
[all...]

Completed in 58 milliseconds