HomeSort by: relevance | last modified time | path
    Searched refs:zs_xsisr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/libparse/
parsesolaris.c 856 static void zs_xsisr (struct zscom *); /* zs external status interupt handler */
918 szs->zsops.zsop_xsint = (void (*) (struct zscom *))zs_xsisr; /* place our bastard */
927 zs->zs_xsint = (void (*) (struct zscom *))zs_xsisr;
989 zs_xsisr( function
1064 pprintf(DD_ISR, "zs_xsisr: CD event %s has been posted for \"%s\"\n", status ? "ONE" : "ZERO", dname);
1073 panic("zs_xsisr: STREAMS Queue corrupted - CD event");
1098 pprintf(DD_ISR, "zs_xsisr: non CD event 0x%x for \"%s\"\n",
1133 panic("zs_xsisr: unable to locate original ISR");
1135 pprintf(DD_ISR, "zs_xsisr: non CD event was processed for \"%s\"\n", dname);
1147 panic("zs_xsisr: STREAMS Queue corrupted - non CD event")
    [all...]
parsestreams.c 1016 static int zs_xsisr (struct zscom *); /* zs external status interupt handler */
1066 szs->zsops.zsop_xsint = zs_xsisr; /* place our bastard */
1129 zs_xsisr( function
1230 parseprintf(DD_ISR, ("zs_xsisr: CD event %s has been posted for \"%s\"\n", status ? "ONE" : "ZERO", dname));
1239 panic("zs_xsisr: STREAMS Queue corrupted - CD event");
1296 panic("zs_xsisr: unable to locate original ISR");
1298 parseprintf(DD_ISR, ("zs_xsisr: non CD event was processed for \"%s\"\n", dname));
1310 panic("zs_xsisr: STREAMS Queue corrupted - non CD event");
1323 panic("zs_xsisr: no emergency ISR handler");
1362 * respective calls from zs_xsisr()
    [all...]

Completed in 23 milliseconds