Symbol: NUM_OF_PICS
usr/src/uts/sun4u/io/pci/pci_counters.c
68
for (i = 0; i < NUM_OF_PICS; i++) {
usr/src/uts/sun4u/io/pci/pci_counters.c
84
for (i = 0; i < NUM_OF_PICS; i++) {
usr/src/uts/sun4u/io/pci/pcipsy.c
1426
NUM_OF_PICS, pci_cntr_kstat_pa_update, cntr_pa_p);
usr/src/uts/sun4u/io/pci/pcisch.c
3181
NUM_OF_PICS, pci_cntr_kstat_update, cntr_addr_p);
usr/src/uts/sun4u/io/pci/pcisch.c
3209
NUM_OF_PICS, pci_cntr_kstat_pa_update, cntr_pa_p);
usr/src/uts/sun4u/opl/io/pcicmu/pcicmu.c
1663
NUM_OF_PICS, pcmu_cntr_kstat_pa_update, cntr_pa_p);
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_counters.c
55
for (i = 0; i < NUM_OF_PICS; i++) {
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_counters.c
73
for (i = 0; i < NUM_OF_PICS; i++) {
usr/src/uts/sun4u/opl/sys/pcicmu/pcmu_counters.h
47
uint8_t pic_shift[NUM_OF_PICS]; /* PIC shift */
usr/src/uts/sun4u/opl/sys/pcicmu/pcmu_counters.h
48
kstat_t *pic_name_ksp[NUM_OF_PICS]; /* kstat names */
usr/src/uts/sun4u/sys/pci/pci_counters.h
48
uint8_t pic_shift[NUM_OF_PICS];
usr/src/uts/sun4u/sys/pci/pci_counters.h
49
kstat_t *pic_name_ksp[NUM_OF_PICS];
usr/src/uts/sun4v/cpu/niagara_perfctr.c
116
uint32_t pic_reg[NUM_OF_PICS];
usr/src/uts/sun4v/cpu/niagara_perfctr.c
570
for (i = 0; i < NUM_OF_PICS; i++) {
usr/src/uts/sun4v/cpu/niagara_perfctr.c
587
for (i = 0; i < NUM_OF_PICS; i++) {
usr/src/uts/sun4v/cpu/niagara_perfctr.c
65
uint8_t pic_sel_shift[NUM_OF_PICS];
usr/src/uts/sun4v/cpu/niagara_perfctr.c
66
uint8_t pic_shift[NUM_OF_PICS];
usr/src/uts/sun4v/cpu/niagara_perfctr.c
665
int num_pics = NUM_OF_PICS;
usr/src/uts/sun4v/cpu/niagara_perfctr.c
67
uint64_t pic_mask[NUM_OF_PICS];
usr/src/uts/sun4v/cpu/niagara_perfctr.c
68
kstat_t *pic_name_ksp[NUM_OF_PICS];
usr/src/uts/sun4v/cpu/niagara_perfctr.c
72
uint32_t pic_overflow[NUM_OF_PICS]; /* overflow count */
usr/src/uts/sun4v/cpu/niagara_perfctr.c
73
uint32_t pic_last_val[NUM_OF_PICS]; /* last PIC value */