Home
last modified time | relevance | path

Searched refs:ihand (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/arch/i386/i386/
Dvm86.c177 struct { u_short ip, cs; } ihand; local
207 if (copyin((caddr_t)(intrno * sizeof(ihand)), &ihand, sizeof(ihand)))
222 IP(tf) = ihand.ip;
223 CS(tf) = ihand.cs;
/mirbsd/src/gnu/usr.bin/perl/cygwin/
Dcygwin.c23 Sigsave_t ihand,qhand; in do_spawnvp() local
26 rsignal_save(SIGINT, SIG_IGN, &ihand); in do_spawnvp()
41 (void)rsignal_restore(SIGINT, &ihand); in do_spawnvp()
/mirbsd/src/sys/dev/pci/
Dpuc.c85 int (*ihand)(void *); member
/mirbsd/src/gnu/usr.bin/perl/os2/
Dos2.c903 Signal_t (*ihand)(); /* place to save signal during system() */ in result() local
916 ihand = rsignal(SIGINT, &spawn_sighandler); in result()
921 rsignal(SIGINT, ihand); in result()
929 ihand = rsignal(SIGINT, SIG_IGN); in result()
931 rsignal(SIGINT, ihand); in result()
/mirbsd/src/gnu/usr.bin/perl/
Dpp_sys.c4146 Sigsave_t ihand,qhand; /* place to save signals during system() */ in PP() local
4152 rsignal_save(SIGINT, SIG_IGN, &ihand); in PP()
4159 (void)rsignal_restore(SIGINT, &ihand); in PP()