Searched refs:ihand (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sys/arch/i386/i386/ |
| D | vm86.c | 177 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/ |
| D | cygwin.c | 23 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/ |
| D | puc.c | 85 int (*ihand)(void *); member
|
| /mirbsd/src/gnu/usr.bin/perl/os2/ |
| D | os2.c | 903 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/ |
| D | pp_sys.c | 4146 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()
|