Searched defs:picN_ksp (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_counters.c106 kstat_t *picN_ksp = NULL; local
109 if ((picN_ksp = kstat_create(mod_name, inst, pic_name,
123 picN_ksp->ks_data;
149 kstat_install(picN_ksp);
151 return (picN_ksp);
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_counters.c94 kstat_t *picN_ksp = NULL; local
97 if ((picN_ksp = kstat_create(mod_name, inst, pic_name,
110 pic_named_data = (struct kstat_named *)picN_ksp->ks_data;
134 kstat_install(picN_ksp);
135 return (picN_ksp);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_stats.c234 kstat_t *picN_ksp; local
247 picN_ksp = kstat_create(drv_name, drv_instance, pic_name, "bus",
249 if (picN_ksp == NULL) {
252 pic_named_data = (struct kstat_named *)(picN_ksp->ks_data);
273 kstat_install(picN_ksp);
275 return (picN_ksp);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c262 kstat_t *picN_ksp; local
277 picN_ksp = kstat_create(drv_name, drv_instance, pic_name, "bus",
279 if (picN_ksp == NULL) {
285 pic_named_data = (struct kstat_named *)(picN_ksp->ks_data);
306 kstat_install(picN_ksp);
309 return (picN_ksp);
/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Diospc.c374 kstat_t *picN_ksp = NULL; local
379 if ((picN_ksp = kstat_create(mod_name, 0, pic_name,
386 pic_named_data = (struct kstat_named *)picN_ksp->ks_data;
410 kstat_install(picN_ksp);
412 return (picN_ksp);
/illumos-gate/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc_kstats.c179 kstat_t *picN_ksp = NULL; local
185 if ((picN_ksp = kstat_create(mod_name, 0, pic_name,
194 pic_named_data = (struct kstat_named *)picN_ksp->ks_data;
218 kstat_install(picN_ksp);
220 return (picN_ksp);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_perfctr.c607 kstat_t *picN_ksp = NULL; local
610 if ((picN_ksp = kstat_create(mod_name, inst, pic_name,
624 picN_ksp->ks_data;
649 kstat_install(picN_ksp);
651 return (picN_ksp);
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-kstats.c406 kstat_t *picN_ksp = NULL; local
410 if ((picN_ksp = kstat_create(mod_name, 0, pic_name,
417 pic_named_data = (struct kstat_named *)picN_ksp->ks_data;
441 kstat_install(picN_ksp);
448 return (picN_ksp);

Completed in 70 milliseconds