OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfunc
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libedit/
map.h
61
size_t
nfunc
; /* The number of functions/help items */
member in struct:el_map_t
/src/sys/arch/arm/broadcom/
bcm2835_gpio.c
206
const int
nfunc
= func_len / 4;
local
213
if (
nfunc
> 1 &&
nfunc
!= npins) {
231
const int value = be32toh(func[
nfunc
== 1 ? 0 : i]);
/src/sys/dev/pci/
pci_resource.c
649
uint8_t
nfunc
;
local
671
nfunc
= pci_resource_device_functions(pr, busno, devno);
672
for (funcno = 1; funcno <
nfunc
; funcno++) {
868
uint8_t
nfunc
;
local
928
nfunc
= pci_resource_device_functions(pr, busno, devno);
929
for (funcno = 0; funcno <
nfunc
; funcno++) {
Completed in 22 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026