Home
last modified time | relevance | path

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

/netbsd/src/lib/libusbhid/
Dusage.c54 static int npages, npagesmax; variable
124 if (npages >= npagesmax) { in hid_init()
126 npagesmax = 5; in hid_init()
128 npagesmax += 5; in hid_init()
130 if (reallocarr(&pages, npagesmax, in hid_init()