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

/freebsd-10.0-release/sys/netgraph/
H A Dng_pppoe.c218 u_int numtags; member in struct:sess_neg
344 sp->neg->numtags = 0;
354 if ((i = neg->numtags++) < NUMTAGS) {
359 neg->numtags--;
386 ((count < sp->neg->numtags) && (count < NUMTAGS));
391 sp->neg->numtags = count;
/freebsd-10.0-release/sbin/camcontrol/
H A Dcamcontrol.c4340 int numtags = -1; local
4355 numtags = strtol(optarg, NULL, 0);
4356 if (numtags < 0) {
4357 warnx("tag count %d is < 0", numtags);
4372 if (numtags >= 0) {
4378 ccb->crs.openings = numtags;

Completed in 71 milliseconds