Searched refs:zs_xsisr (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ntp/libparse/
H A Dparsesolaris.c854 static void zs_xsisr (struct zscom *); /* zs external status interupt handler */
916 szs->zsops.zsop_xsint = (void (*) (struct zscom *))zs_xsisr; /* place our bastard */
925 zs->zs_xsint = (void (*) (struct zscom *))zs_xsisr;
987 zs_xsisr( function
1062 pprintf(DD_ISR, "zs_xsisr: CD event %s has been posted for \"%s\"\n", status ? "ONE" : "ZERO", dname);
1071 panic("zs_xsisr: STREAMS Queue corrupted - CD event");
1096 pprintf(DD_ISR, "zs_xsisr: non CD event 0x%x for \"%s\"\n",
1131 panic("zs_xsisr: unable to locate original ISR");
1133 pprintf(DD_ISR, "zs_xsisr: non CD event was processed for \"%s\"\n", dname);
1145 panic("zs_xsisr
[all...]
H A Dparsestreams.c1014 static int zs_xsisr (struct zscom *); /* zs external status interupt handler */
1064 szs->zsops.zsop_xsint = zs_xsisr; /* place our bastard */
1127 zs_xsisr( function
1228 parseprintf(DD_ISR, ("zs_xsisr: CD event %s has been posted for \"%s\"\n", status ? "ONE" : "ZERO", dname));
1237 panic("zs_xsisr: STREAMS Queue corrupted - CD event");
1294 panic("zs_xsisr: unable to locate original ISR");
1296 parseprintf(DD_ISR, ("zs_xsisr: non CD event was processed for \"%s\"\n", dname));
1308 panic("zs_xsisr: STREAMS Queue corrupted - non CD event");
1321 panic("zs_xsisr: no emergency ISR handler");
1360 * respective calls from zs_xsisr()
[all...]

Completed in 55 milliseconds