Home
last modified time | relevance | path

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

/freebsd/usr.sbin/apmd/contrib/
H A Dpccardq.c120 int nslot; in get_slot_number() local
135 if (sscanf(buf, "%d", &nslot) != 1) { in get_slot_number()
139 return nslot; in get_slot_number()
245 int nslot; in main() local
252 if ((nslot = get_slot_number(so)) < 0) in main()
255 printf("%d\n", nslot); in main()
257 for (i = 0; i < nslot; i++) { in main()