Searched refs:ofunc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/contrib/less/ |
| D | option.c | 97 (*pendopt->ofunc)(INIT, s); 285 if (o->ofunc != NULL) 286 (*o->ofunc)(INIT, str); 442 if (o->ofunc != NULL) 443 (*o->ofunc)((how_toggle==OPT_NO_TOGGLE) ? QUERY : TOGGLE, s);
|
| D | option.h | 63 void (*ofunc)(); /* Pointer to special handling function */ member
|
| D | opttbl.c | 484 (*(o->ofunc))(INIT, (char *) NULL); in init_option()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | remote-sds.c | 369 static void (*ofunc) (); variable 376 signal (signo, ofunc); in sds_interrupt_twice() 416 ofunc = (void (*)()) signal (SIGINT, sds_interrupt); in sds_wait() 418 signal (SIGINT, ofunc); in sds_wait()
|
| D | ocd.c | 375 static void (*ofunc) (); variable 381 signal (signo, ofunc); in ocd_interrupt_twice() 433 ofunc = (void (*)()) signal (SIGINT, ocd_interrupt); in ocd_wait() 434 signal (SIGINT, ofunc); in ocd_wait()
|
| D | monitor.c | 116 static void (*ofunc) (); /* Old SIGINT signal handler */ variable 1014 signal (signo, ofunc); in monitor_interrupt_twice() 1042 signal (SIGINT, ofunc); in monitor_wait_cleanup() 1105 ofunc = (void (*)()) signal (SIGINT, monitor_interrupt); in monitor_wait() 1135 signal (SIGINT, ofunc); in monitor_wait()
|
| D | nto-procfs.c | 54 static void (*ofunc) (); variable 594 signal (signo, ofunc); in nto_interrupt_twice() 632 ofunc = (void (*)()) signal (SIGINT, nto_interrupt); in procfs_wait() 634 signal (SIGINT, ofunc); in procfs_wait()
|
| D | remote.c | 2748 static void (*ofunc) (int); variable 2772 signal (signo, ofunc); in remote_interrupt_twice() 2895 ofunc = signal (SIGINT, remote_interrupt); in remote_wait() 2897 signal (SIGINT, ofunc); in remote_wait() 3081 ofunc = signal (SIGINT, remote_interrupt); in remote_async_wait() 3088 signal (SIGINT, ofunc); in remote_async_wait()
|
| /freebsd-9-stable/sys/dev/qlxge/ |
| D | qls_dump.c | 484 uint32_t ofunc; in qls_rd_ofunc_reg() local 488 ofunc = qls_get_other_fnum(ha); in qls_rd_ofunc_reg() 490 if (ofunc == Q81_INVALID_NUM) in qls_rd_ofunc_reg() 493 reg = Q81_CTL_PROC_ADDR_REG_BLOCK | (ofunc << Q81_FUNCTION_SHIFT) | reg; in qls_rd_ofunc_reg() 506 uint32_t ofunc; in qls_wr_ofunc_reg() local 509 ofunc = qls_get_other_fnum(ha); in qls_wr_ofunc_reg() 511 if (ofunc == Q81_INVALID_NUM) in qls_wr_ofunc_reg() 514 reg = Q81_CTL_PROC_ADDR_REG_BLOCK | (ofunc << Q81_FUNCTION_SHIFT) | reg; in qls_wr_ofunc_reg()
|
| /freebsd-9-stable/sys/net/ |
| D | bpf.c | 1806 bpf_jit_filter *jfunc, *ofunc; in bpf_setf() local 1835 jfunc = ofunc = NULL; in bpf_setf() 1878 ofunc = d->bd_bfilter; in bpf_setf() 1892 if (ofunc != NULL) in bpf_setf() 1893 bpf_destroy_jit_filter(ofunc); in bpf_setf()
|