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

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c82 static int door_upcall_retval; /* Kernel event posting return value */ variable
529 rval = door_upcall_retval = EAGAIN;
613 if (door_upcall_retval == EAGAIN && !fini_pending) {
615 "door_upcall_retval = %d\n",
616 door_upcall_retval);
619 door_upcall_retval = 0;
1506 door_upcall_retval = 0;

Completed in 47 milliseconds