Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_pppoe.c254 u_int numtags; member
381 sp->neg->numtags = 0; in init_tags()
391 if ((i = neg->numtags++) < NUMTAGS) { in insert_tag()
396 neg->numtags--; in insert_tag()
423 ((count < sp->neg->numtags) && (count < NUMTAGS)); in make_packet()
428 sp->neg->numtags = count; in make_packet()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c5161 int numtags = -1; in camdebug()
5176 numtags = strtol(optarg, NULL, 0); in tagcontrol()
5177 if (numtags < 0) { in tagcontrol()
5178 warnx("tag count %d is < 0", numtags); in tagcontrol()
5193 if (numtags >= 0) { in tagcontrol()
5197 ccb->crs.openings = numtags; in tagcontrol()
5171 int numtags = -1; tagcontrol() local