Home
last modified time | relevance | path

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

/trueos/usr.sbin/wlconfig/
HDwlconfig.c87 static int w_sigitems; /* count of valid items */ variable
220 w_sigitems = (int) ifr->ifr_data; in get_cache()
251 for(i = 0; i < w_sigitems; i++) { in dump_cache()
252 printf("[%d:%d]>\n", i+1, w_sigitems); in dump_cache()
/trueos/sys/dev/wl/
HDif_wl.c259 int w_sigitems; /* number of cached entries */ member
1433 ifr->ifr_data = (caddr_t) sc->w_sigitems; in wlioctl()
1441 size = sc->w_sigitems * sizeof(struct w_sigcache); in wlioctl()
2515 sc->w_sigitems = 0; in wl_cache_zero()
2600 sc->w_sigitems = sc->w_nextcache; in wl_cache_store()