Home | History | Annotate | Download | only in qemu

Lines Matching refs:oldact

914         struct sigaction act, oldact;
921 ret = sigaction(SIGBUS, &act, &oldact);
942 ret = sigaction(SIGBUS, &oldact, NULL);