Searched refs:nfunc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/lib/libedit/
H A Dmap.h60 int nfunc; /* The number of functions/help items */ member in struct:el_map_t
H A Dmap.c926 el->el_map.nfunc = EL_NUM_FCNS;
1130 ep = &el->el_map.help[el->el_map.nfunc];
1165 ep = &el->el_map.help[el->el_map.nfunc];
1296 ep = &el->el_map.help[el->el_map.nfunc];
1398 int nf = el->el_map.nfunc + 1;
1411 nf = el->el_map.nfunc;
1417 el->el_map.nfunc++;
H A Dread.c520 if ((unsigned int)cmdnum >= (unsigned int)el->el_map.nfunc) { /* BUG CHECK command */
/freebsd-10.0-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c142 bcm_gpio_func_str(uint32_t nfunc, char *buf, int bufsize) argument
145 switch (nfunc) {
176 bcm_gpio_str_func(char *func, uint32_t *nfunc) argument
180 *nfunc = BCM_GPIO_INPUT;
182 *nfunc = BCM_GPIO_OUTPUT;
184 *nfunc = BCM_GPIO_ALT0;
186 *nfunc = BCM_GPIO_ALT1;
188 *nfunc = BCM_GPIO_ALT2;
190 *nfunc = BCM_GPIO_ALT3;
192 *nfunc
202 bcm_gpio_func_flag(uint32_t nfunc) argument
252 bcm_gpio_set_alternate(device_t dev, uint32_t pin, uint32_t nfunc) argument
554 uint32_t nfunc; local
[all...]
/freebsd-10.0-release/sys/arm/allwinner/
H A Da10_gpio.c129 a10_gpio_func_flag(uint32_t nfunc) argument
132 switch (nfunc) {
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddlltool.c728 static int nfunc (const void *, const void *);
2929 nfunc (const void *a, const void *b) function
2972 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), nfunc);
3121 qsort (d_exports_lexically, i, sizeof (export_type *), nfunc);

Completed in 137 milliseconds