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

/freebsd-9.3-release/usr.sbin/apmd/contrib/
H A Dpccardq.c121 int nslot; local
136 if (sscanf(buf, "%d", &nslot) != 1) {
140 return nslot;
246 int nslot; local
253 if ((nslot = get_slot_number(so)) < 0)
256 printf("%d\n", nslot);
258 for (i = 0; i < nslot; i++) {

Completed in 104 milliseconds