Home
last modified time | relevance | path

Searched refs:num_pics (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_counters.c142 int num_pics, int (*update)(kstat_t *, int), in pcmu_create_cntr_kstat() argument
158 "counters", "bus", KSTAT_TYPE_NAMED, num_pics + 1, in pcmu_create_cntr_kstat()
170 for (i = 0; i < num_pics; i++) { in pcmu_create_cntr_kstat()
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_counters.c158 int num_pics, int (*update)(kstat_t *, int), in pci_create_cntr_kstat() argument
175 num_pics + 1, in pci_create_cntr_kstat()
190 for (i = 0; i < num_pics; i++) { in pci_create_cntr_kstat()
/titanic_41/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc_kstats.c42 int (*update)(kstat_t *, int), n2piu_ksinfo_t *ksinfop, int num_pics);
228 int (*update)(kstat_t *, int), n2piu_ksinfo_t *ksinfop, int num_pics) in n2piupc_create_cntr_kstat() argument
243 KSTAT_TYPE_NAMED, num_pics + 1, KSTAT_FLAG_WRITABLE)) == NULL) { in n2piupc_create_cntr_kstat()
252 for (i = 0; i < num_pics; i++) { in n2piupc_create_cntr_kstat()
/titanic_41/usr/src/uts/sun4v/io/iospc/
H A Diospc.c50 int (*update)(kstat_t *, int), iospc_ksinfo_t *ksinfop, int num_pics);
420 int (*update)(kstat_t *, int), iospc_ksinfo_t *ksinfop, int num_pics) in iospc_create_cntr_kstat() argument
435 KSTAT_TYPE_NAMED, num_pics + 1, KSTAT_FLAG_WRITABLE)) == NULL) { in iospc_create_cntr_kstat()
442 for (i = 0; i < num_pics; i++) { in iospc_create_cntr_kstat()
/titanic_41/usr/src/uts/sun4/io/fpc/
H A Dfpc-kstats.c71 int (*update)(kstat_t *, int), void *ksinfop, int num_pics);
456 void *ksinfop, int num_pics) in fpc_create_cntr_kstat() argument
472 KSTAT_TYPE_NAMED, num_pics + 1, KSTAT_FLAG_WRITABLE)) == NULL) { in fpc_create_cntr_kstat()
481 for (i = 0; i < num_pics; i++) { in fpc_create_cntr_kstat()
/titanic_41/usr/src/uts/sun4v/cpu/
H A Dniagara_perfctr.c665 int num_pics = NUM_OF_PICS; in ni_create_cntr_kstat() local
678 KSTAT_TYPE_NAMED, num_pics + 1, KSTAT_FLAG_WRITABLE)) == NULL) { in ni_create_cntr_kstat()
692 for (i = 0; i < num_pics; i++) { in ni_create_cntr_kstat()