Searched refs:hc (Results 1 - 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/lib/fm/topo/maps/i86pc/
H A DMakefile29 TOPOFILE = i86pc-hc-topology.xml chip-hc-topology.xml psu-hc-topology.xml \
30 fan-hc-topology.xml i86pc-legacy-hc-topology.xml chassis-hc-topology.xml
35 TOPOBASE = i86pc-hc-topology.xml
37 CLOBBERFILES = fan-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/i386/
H A DMakefile30 TOPOFILE = xfp-hc-topology.xml
34 TEMPTOPOFILE = xfp-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/sparc/
H A DMakefile30 TOPOFILE = xfp-hc-topology.xml
34 TEMPTOPOFILE = xfp-hc-topology.xml
/illumos-gate/usr/src/cmd/fm/schemes/
H A DMakefile29 hc \
30 legacy-hc \
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,T5140/
H A DMakefile30 TOPOFILE = T5140-hc-topology.xml \
31 T5240-hc-topology.xml \
32 T5440-hc-topology.xml \
33 Sun-Blade-T6340-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-T200/
H A DMakefile30 TOPOFILE = Sun-Fire-T200-hc-topology.xml \
31 Sun-Fire-T1000-hc-topology.xml \
32 SPARC-Enterprise-T1000-hc-topology.xml \
33 SPARC-Enterprise-T2000-hc-topology.xml \
34 Netra-T2000-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,SPARC-Enterprise-T5120/
H A DMakefile30 TOPOFILE = SPARC-Enterprise-T5120-hc-topology.xml \
31 SPARC-Enterprise-T5220-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,USBRDT-5240/
H A DMakefile30 TOPOFILE = USBRDT-5240-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/sun4u/
H A DMakefile31 TOPOFILE = sun4u-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/sun4v/
H A DMakefile31 TOPOFILE = sun4v-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/
H A DMakefile35 TOPOFILE = Joyent-Compute-Platform-1101-disk-hc-topology.xml
39 TOPOBASE = ../i86pc/i86pc-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/
H A DMakefile34 TOPOFILE = Netra-X4200-M2-disk-hc-topology.xml
38 TOPOBASE = ../i86pc/i86pc-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/
H A DMakefile34 TOPOFILE = Sun-Fire-X4200-M2-disk-hc-topology.xml
38 TOPOBASE = ../i86pc/i86pc-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DMakefile34 TOPOFILE = Sun-Fire-X4200-Server-disk-hc-topology.xml
38 TOPOBASE = ../i86pc/i86pc-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DMakefile34 TOPOFILE = Sun-Fire-X4500-disk-hc-topology.xml
38 TOPOBASE = ../i86pc/i86pc-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/
H A DMakefile34 TOPOFILE = Sun-Fire-X4540-disk-hc-topology.xml
38 TOPOBASE = ../i86pc/i86pc-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DMakefile34 TOPOFILE = Sun-Fire-X4600-M2-disk-hc-topology.xml
38 TOPOBASE = ../i86pc/i86pc-hc-topology.xml
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_D_cplx_div_ix.c103 int hb, hc, hd, hw, i, j; local
119 hc = cc.i[0] & ~0x80000000;
121 hw = (hc > hd)? hc : hd;
147 hc = cc.i[0] & ~0x80000000;
149 hw = (hc > hd)? hc : hd;
183 hc = (hc - 0x38000000) >> 28;
184 c = (c * scl[hc
[all...]
H A D_D_cplx_div_rx.c103 int ha, hc, hd, hw, i, j; local
119 hc = cc.i[0] & ~0x80000000;
121 hw = (hc > hd)? hc : hd;
147 hc = cc.i[0] & ~0x80000000;
149 hw = (hc > hd)? hc : hd;
183 hc = (hc - 0x38000000) >> 28;
184 c = (c * scl[hc
[all...]
H A D_Q_cplx_div_ix.c95 int hb, hc, hd, hw, i, j; local
113 hc = cc.i[0] & ~0x80000000;
115 hw = (hc > hd)? hc : hd;
166 hc = (hc - 0x3fff0000) >> 16;
167 _Q_scl(&c, -hc);
169 hc += hb;
177 _Q_scle(&c, hc);
H A D_Q_cplx_div_rx.c95 int ha, hc, hd, hw, i, j; local
113 hc = cc.i[0] & ~0x80000000;
115 hw = (hc > hd)? hc : hd;
166 hc = (hc - 0x3fff0000) >> 16;
167 _Q_scl(&c, -hc);
169 hc += ha;
177 _Q_scle(&c, hc);
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_util.c58 fmev_api_init(struct fmev_hdl_cmn *hc) argument
60 uint32_t v = hc->hc_api_vers;
90 fmev_api_enter(struct fmev_hdl_cmn *hc, uint32_t ver_intro) argument
117 if (hc == (struct fmev_hdl_cmn *)fmev_api_init)
120 if (hc == NULL || hc->hc_magic != _FMEV_SHMAGIC) {
125 v = hc->hc_api_vers; /* API version opened */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c56 /* Timer queue for all hc related timers. */
88 * Given a hc object name, return a pointer to hc object if found.
93 ilbd_hc_t *hc; local
95 for (hc = list_head(&ilbd_hc_list); hc != NULL;
96 hc = list_next(&ilbd_hc_list, hc)) {
97 if (strcasecmp(hc->ihc_name, name) == 0)
98 return (hc);
206 ilbd_hc_t *hc; local
308 ilbd_hc_t *hc; local
362 ilbd_hc_t *hc; local
436 ilbd_hc_t *hc; local
701 ilbd_hc_restart_timer(ilbd_hc_t *hc, ilbd_hc_srv_t *srv) argument
731 ilbd_hc_srv_add(ilbd_hc_t *hc, ilbd_hc_rule_t *hc_rule, const ilb_sg_srv_t *srv, int ev_port) argument
815 ilbd_hc_t *hc; local
865 ilbd_hc_t *hc; local
898 ilbd_hc_check_rule(const char *hc_name, const ilbd_rule_t *rule, ilbd_hc_t **hc, ilbd_hc_rule_t **hc_rule) argument
922 ilbd_hc_t *hc; local
934 ilbd_hc_t *hc; local
947 ilbd_hc_t *hc; local
1006 ilbd_hc_t *hc; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Netra-CP3060/
H A DMakefile31 TOPOFILE = Netra-CP3060-hc-topology.xml
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Netra-CP3260/
H A DMakefile31 TOPOFILE = Netra-CP3260-hc-topology.xml

Completed in 86 milliseconds

123