Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_intr.c827 } pxintr_ks_template = { variable
848 int maxlen = sizeof (pxintr_ks_template.pxintr_ks_name.value.c); in px_ks_update()
862 (void) snprintf(pxintr_ks_template.pxintr_ks_name.value.c, maxlen, in px_ks_update()
868 kstat_named_setstr(&pxintr_ks_template.pxintr_ks_devpath, ih_devpath); in px_ks_update()
869 kstat_named_setstr(&pxintr_ks_template.pxintr_ks_buspath, ih_buspath); in px_ks_update()
875 (void) strcpy(pxintr_ks_template.pxintr_ks_type.value.c, in px_ks_update()
879 (void) strcpy(pxintr_ks_template.pxintr_ks_type.value.c, in px_ks_update()
883 (void) strcpy(pxintr_ks_template.pxintr_ks_type.value.c, in px_ks_update()
888 pxintr_ks_template.pxintr_ks_cpu.value.ui64 = ino_p->ino_cpuid; in px_ks_update()
889 pxintr_ks_template.pxintr_ks_pil.value.ui64 = ipil_p->ipil_pil; in px_ks_update()
[all …]