Home
last modified time | relevance | path

Searched refs:nfunc (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c202 switch (nfunc) { in bcm_gpio_func_str()
237 *nfunc = BCM2835_FSEL_GPIO_IN; in bcm_gpio_str_func()
239 *nfunc = BCM2835_FSEL_GPIO_OUT; in bcm_gpio_str_func()
241 *nfunc = BCM2835_FSEL_ALT0; in bcm_gpio_str_func()
243 *nfunc = BCM2835_FSEL_ALT1; in bcm_gpio_str_func()
245 *nfunc = BCM2835_FSEL_ALT2; in bcm_gpio_str_func()
247 *nfunc = BCM2835_FSEL_ALT3; in bcm_gpio_str_func()
249 *nfunc = BCM2835_FSEL_ALT4; in bcm_gpio_str_func()
251 *nfunc = BCM2835_FSEL_ALT5; in bcm_gpio_str_func()
262 switch (nfunc) { in bcm_gpio_func_flag()
[all …]
/freebsd-13.1/contrib/libedit/
H A Dmap.c935 el->el_map.nfunc = EL_NUM_FCNS; in map_init()
1139 ep = &el->el_map.help[el->el_map.nfunc]; in map_print_key()
1174 ep = &el->el_map.help[el->el_map.nfunc]; in map_print_some_keys()
1300 ep = &el->el_map.help[el->el_map.nfunc]; in map_bind()
1404 size_t nf = el->el_map.nfunc + 1; in map_addfunc()
1418 nf = (size_t)el->el_map.nfunc; in map_addfunc()
1424 el->el_map.nfunc++; in map_addfunc()
H A Dmap.h61 size_t nfunc; /* The number of functions/help items */ member
H A Dparse.c285 for (i = 0; i < el->el_map.nfunc; i++) in parse_cmd()
H A Dread.c521 if ((size_t)cmdnum >= el->el_map.nfunc) /* BUG CHECK command */ in el_wgets()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlvm.c797 StkId nfunc = nci->func; /* called function */ in luaV_execute()
800 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()
805 for (aux = 0; nfunc + aux < lim; aux++) 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()
/freebsd-13.1/contrib/ntp/libntp/
H A Dntp_calendar.c104 systime_func_ptr nfunc in ntpcal_set_timefunc() argument
110 if (NULL == nfunc) in ntpcal_set_timefunc()
111 nfunc = &time; in ntpcal_set_timefunc()
112 systime_func = nfunc; in ntpcal_set_timefunc()