Home
last modified time | relevance | path

Searched refs:csi (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/sa/
H A Dsar.c362 convert_32to64((uint64_t *)&nx.csi, (uint_t *)&tx.csi, in prpass()
363 sizeof (tx.csi) / sizeof (uint_t)); in prpass()
453 convert_64to32((uint_t *)&tx.csi, (uint64_t *)&nx.csi, in prpass()
454 sizeof (nx.csi) / sizeof (uint64_t)); in prpass()
537 ts = ox.csi.cpu[0] + ox.csi.cpu[1] + in prpass()
538 ox.csi.cpu[2] + ox.csi.cpu[3]; in prpass()
539 te = nx.csi.cpu[0] + nx.csi.cpu[1] + in prpass()
540 nx.csi.cpu[2] + nx.csi.cpu[3]; in prpass()
771 ulong_delta((uint64_t *)&nx.csi, (uint64_t *)&ox.csi, in update_counters()
772 (uint64_t *)&dx.csi, (uint64_t *)&ax.csi, 0, sizeof (ax.csi)); in update_counters()
[all …]
H A Dsa.h74 cpu_sysinfo_t csi; /* per-CPU system information */ member
199 cpu64_sysinfo_t csi; member
H A Dsadc.c448 np = (ulong_t *)&d.csi; in all_stat_load()
509 d.csi.cpu[i] = (cpu_tick[i] + cpu_stat_adj[i]) / ncpus; in all_stat_load()
/titanic_50/usr/src/common/mc/mc-amd/
H A Dmcamd_rowcol.c353 struct rct_csintlv csi; in iaddr_to_rcb() local
356 mcpp->bnkswzl ? &swzlp : NULL, &csi, in iaddr_to_rcb()
360 *rowp = iaddr_to_row(hdl, bamp, rcbmp, &csi, iaddr); in iaddr_to_rcb()
487 struct rct_csintlv csi; in mc_offset_to_pa() local
583 mcp.bnkswzl ? &swzlp : NULL, &csi, in mc_offset_to_pa()
621 row_to_iaddr(hdl, bamp, rcbmp, &csi, rowaddr), in mc_offset_to_pa()
/titanic_50/usr/src/cmd/svc/configd/
H A Dfile_object.c1989 check_snapshot_info_t csi; in object_check_snapshot() local
1998 (void) memset(&csi, '\0', sizeof (csi)); in object_check_snapshot()
2024 &csi); in object_check_snapshot()
2032 if (csi.csi_count > 0) { in object_check_snapshot()
2033 qsort(csi.csi_array, csi.csi_count, sizeof (*csi.csi_array), in object_check_snapshot()
2038 if (csi.csi_nparents != COMPOSITION_DEPTH) { in object_check_snapshot()
2050 csi.csi_parent_ids[0], csi.csi_parent_ids[1]); in object_check_snapshot()
2053 &csi); in object_check_snapshot()
2062 for (idx = 0; idx < csi.csi_count; idx++) { in object_check_snapshot()
2063 if (csi.csi_array[idx].cse_seen == 0) { in object_check_snapshot()
[all …]
/titanic_50/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 = (struct scrub_info *)arg; local
5685 ASSERT(csi != NULL);
[all …]
/titanic_50/usr/src/cmd/terminfo/
H A Dtermcap.src16479 # Soft Terminal Reset csi ! p
16488 # Select cursor home: csi H
16489 # Select erase screen: csi J
16490 # SM KAM lock keyboard: csi 2 h
16491 # RM KAM unlock keyboard: csi 2 l
16492 # SM SRM local echo off: csi 1 2 h
16493 # RM SRM local echo on: csi 1 2 l
16494 # SM LNM New line : csi 2 0 h
16495 # RM LNM return = CR only: csi 2 0 l
16496 # SM DECCKM cursor keys mode: csi ? 1 h
[all …]
H A Dterminfo.src18515 # Soft Terminal Reset csi ! p
18524 # Select cursor home: csi H
18525 # Select erase screen: csi J
18526 # SM KAM lock keyboard: csi 2 h
18527 # RM KAM unlock keyboard: csi 2 l
18528 # SM SRM local echo off: csi 1 2 h
18529 # RM SRM local echo on: csi 1 2 l
18530 # SM LNM New line : csi 2 0 h
18531 # RM LNM return = CR only: csi 2 0 l
18532 # SM DECCKM cursor keys mode: csi ? 1 h
[all …]