Searched defs:csi (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol.c353 struct rct_csintlv csi; local
356 mcpp->bnkswzl ? &swzlp : NULL, &csi,
360 *rowp = iaddr_to_row(hdl, bamp, rcbmp, &csi, iaddr);
487 struct rct_csintlv csi; local
583 mcp.bnkswzl ? &swzlp : NULL, &csi,
621 row_to_iaddr(hdl, bamp, rcbmp, &csi, rowaddr),
/illumos-gate/usr/src/cmd/sa/
H A Dsa.h74 cpu_sysinfo_t csi; /* per-CPU system information */ member in struct:sa
199 cpu64_sysinfo_t csi; member in struct:sa64
/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c1989 check_snapshot_info_t csi; local
1998 (void) memset(&csi, '\0', sizeof (csi));
2024 &csi);
2032 if (csi.csi_count > 0) {
2033 qsort(csi.csi_array, csi.csi_count, sizeof (*csi.csi_array),
2038 if (csi.csi_nparents != COMPOSITION_DEPTH) {
2050 csi
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c5638 do_scrub(struct scrub_info *csi) argument
5641 int index = csi->csi_index;
5644 if (*(csi->csi_enable) && (csmp->chsm_enable[index])) {
5647 csi->csi_inum, 0);
5657 do_scrub_offline(struct scrub_info *csi) argument
5668 if (*(csi->csi_enable) && (csmp->chsm_enable[csi->csi_index])) {
5669 xt_some(cpu_offline_set, cache_scrubreq_tl1, csi->csi_inum,
5670 csi->csi_index);
5683 struct scrub_info *csi local
5703 struct scrub_info *csi; local
5891 struct scrub_info *csi = (struct scrub_info *)arg1; local
5965 struct scrub_info *csi = (struct scrub_info *)arg1; local
6044 struct scrub_info *csi = (struct scrub_info *)arg1; local
[all...]

Completed in 80 milliseconds