Searched refs:oldalrm (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmemory.c88 struct sigaction oldalrm; local
117 sigaction(SIGALRM, NULL, &oldalrm);
136 if (oldalrm.sa_handler != SIG_IGN)
168 if (oldalrm.sa_handler != SIG_IGN)
169 sigaction(SIGALRM, &oldalrm, NULL);
187 if (oldalrm.sa_handler != SIG_IGN)
188 sigaction(SIGALRM, &oldalrm, NULL);
H A DlibvtsSUNWast.c611 struct sigaction oldalrm; local
626 sigaction(SIGALRM, NULL, &oldalrm);
645 if (oldalrm.sa_handler != SIG_IGN)
666 if (oldalrm.sa_handler != SIG_IGN)
667 sigaction(SIGALRM, &oldalrm, NULL);
685 if (oldalrm.sa_handler != SIG_IGN)
686 sigaction(SIGALRM, &oldalrm, NULL);
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dmemory.c89 struct sigaction oldalrm; local
121 sigaction(SIGALRM, NULL, &oldalrm);
140 if (oldalrm.sa_handler != SIG_IGN)
167 if (oldalrm.sa_handler != SIG_IGN)
168 sigaction(SIGALRM, &oldalrm, NULL);
186 if (oldalrm.sa_handler != SIG_IGN)
187 sigaction(SIGALRM, &oldalrm, NULL);
H A DlibvtsSUNWmga.c605 struct sigaction oldalrm; local
620 sigaction(SIGALRM, NULL, &oldalrm);
639 if (oldalrm.sa_handler != SIG_IGN)
660 if (oldalrm.sa_handler != SIG_IGN)
661 sigaction(SIGALRM, &oldalrm, NULL);
679 if (oldalrm.sa_handler != SIG_IGN)
680 sigaction(SIGALRM, &oldalrm, NULL);

Completed in 14 milliseconds