OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nifc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
usb_subr.c
691
int i, ifcidx,
nifc
, len, selfpowered, power;
local
704
nifc
= dev->ud_cdesc->bNumInterface;
705
for (ifcidx = 0; ifcidx <
nifc
; ifcidx++) {
711
kmem_free(dev->ud_ifaces,
nifc
* sizeof(struct usbd_interface));
876
nifc
= cdp->bNumInterface;
877
if (
nifc
== 0) {
882
dev->ud_ifaces = kmem_alloc(
nifc
* sizeof(struct usbd_interface),
889
for (ifcidx = 0; ifcidx <
nifc
; ifcidx++) {
902
nifc
* sizeof(struct usbd_interface));
1841
int ifcidx,
nifc
;
local
[
all
...]
/src/usr.sbin/route6d/
route6d.c
133
static int
nifc
; /* number of valid ifc's */
variable
554
nifc
= 0;
1340
nifc
++;
2718
fprintf(dump, " Number of interfaces: %d\n",
nifc
);
Completed in 32 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026