Home
last modified time | relevance | path

Searched refs:ofunc (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/less/
Doption.c97 (*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);
Doption.h63 void (*ofunc)(); /* Pointer to special handling function */ member
Dopttbl.c484 (*(o->ofunc))(INIT, (char *) NULL); in init_option()
/freebsd-9-stable/contrib/gdb/gdb/
Dremote-sds.c369 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()
Docd.c375 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()
Dmonitor.c116 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()
Dnto-procfs.c54 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()
Dremote.c2748 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/
Dqls_dump.c484 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/
Dbpf.c1806 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()