Searched refs:ofunc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_once.c | 53 ofunc(void) in ofunc() function 69 PTHREAD_REQUIRE(pthread_once(&once, ofunc)); in ATF_TC_BODY() 70 PTHREAD_REQUIRE(pthread_once(&once, ofunc)); in ATF_TC_BODY() 183 PTHREAD_REQUIRE(pthread_once(&once, ofunc)); in ATF_TC_BODY()
|
/freebsd/contrib/less/ |
H A D | option.c | 92 (*pendopt->ofunc)(INIT, s); in scan_option() 297 if (o->ofunc != NULL && !(o->otype & UNSUPPORTED)) 298 (*o->ofunc)(INIT, str); in toggle_option() 455 if (o->ofunc != NULL) in toggle_option() 456 (*o->ofunc)((how_toggle==OPT_NO_TOGGLE) ? QUERY : TOGGLE, s); in toggle_option()
|
H A D | option.h | 64 void (*ofunc)(int, constant char*); /* Pointer to special handling function */ 63 void (*ofunc)(int, char*); /* Pointer to special handling function */ global() member
|
H A D | opttbl.c | 762 (*(o->ofunc))(INIT, (char *) NULL); in findopt()
|
/freebsd/sys/dev/qlxge/ |
H A D | qls_dump.c | 481 uint32_t ofunc; in qls_rd_ofunc_reg() local 485 ofunc = qls_get_other_fnum(ha); in qls_rd_ofunc_reg() 487 if (ofunc == Q81_INVALID_NUM) in qls_rd_ofunc_reg() 490 reg = Q81_CTL_PROC_ADDR_REG_BLOCK | (ofunc << Q81_FUNCTION_SHIFT) | reg; in qls_rd_ofunc_reg() 503 uint32_t ofunc; in qls_wr_ofunc_reg() local 505 ofunc = qls_get_other_fnum(ha); in qls_wr_ofunc_reg() 507 if (ofunc == Q81_INVALID_NUM) in qls_wr_ofunc_reg() 510 reg = Q81_CTL_PROC_ADDR_REG_BLOCK | (ofunc << Q81_FUNCTION_SHIFT) | reg; in qls_wr_ofunc_reg()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lvm.c | 797 StkId ofunc = oci->func; /* caller function */ in luaV_execute() 805 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute() 806 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute() 807 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute() 811 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()
|