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

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

Completed in 59 milliseconds