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() 304 if (o->ofunc != NULL && !(o->otype & O_UNSUPPORTED)) in scan_option() 305 (*o->ofunc)(INIT, str); in scan_option() 459 if (o->ofunc != NULL) in toggle_option() 460 (*o->ofunc)((how_toggle==OPT_NO_TOGGLE) ? QUERY : TOGGLE, s); in toggle_option() 491 if (how_toggle != OPT_NO_TOGGLE && o->ofunc != NULL) in toggle_option() 492 (*o->ofunc)(QUERY, NULL); in toggle_option()
|
| H A D | option.h | 64 void (*ofunc)(int, constant char*); /* Pointer to special handling function */ member
|
| H A D | opttbl.c | 806 (*(o->ofunc))(INIT, (char *) NULL); in init_option()
|
| /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 | 798 StkId ofunc = oci->func; /* caller function */ in luaV_execute() 806 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute() 807 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute() 808 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute() 812 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()
|