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

/freebsd-current/usr.sbin/config/
H A Dmkoptions.cc95 SLIST_FOREACH(ol, &otab, o_next) {
108 SLIST_FOREACH(ol, &otab, o_next) {
118 SLIST_FOREACH(ol, &otab, o_next)
183 SLIST_FOREACH(ol, &otab, o_next)
212 SLIST_FOREACH(ol, &otab, o_next)
294 SLIST_FOREACH(po, &otab, o_next) {
313 SLIST_FOREACH(po, &otab, o_next) {
334 SLIST_INSERT_HEAD(&otab, po, o_next);
342 SLIST_FOREACH(po, &otab, o_next) {
H A Dconfig.h194 SLIST_ENTRY(opt_list) o_next; member in struct:opt_list
/freebsd-current/sbin/ipfw/
H A Ddummynet.c140 o_next(struct dn_id **o, int len, int type) function
1324 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG);
1340 sch_extra = o_next(&buf, lmax_extra, DN_TEXT);
1343 sch = o_next(&buf, sizeof(*sch), DN_SCH);
1344 p = o_next(&buf, sizeof(*p), DN_LINK);
1346 aqm_extra = o_next(&buf, lmax_extra, DN_TEXT);
1349 fs = o_next(&buf, sizeof(*fs), DN_FS);
1367 aqm_extra = o_next(&buf, lmax_extra, DN_TEXT);
1370 fs = o_next(&buf, sizeof(*fs), DN_FS);
1379 sch_extra = o_next(
[all...]
/freebsd-current/sys/netpfil/ipfw/
H A Dip_dn_glue.c305 o_next(struct dn_id **o, int len, int type) function
522 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG);
528 sch = o_next(&buf, sizeof(*sch), DN_SCH);
529 p = o_next(&buf, sizeof(*p), DN_LINK);
530 fs = o_next(&buf, sizeof(*fs), DN_FS);
539 pf = o_next(&buf, sizeof(*pf), DN_PROFILE);
547 fs = o_next(&buf, sizeof(*fs), DN_FS);
/freebsd-current/sbin/ipf/ipmon/
H A Dipmon_y.y28 struct opt_s *o_next;
115 | matchopt ',' matching { $1->o_next = $3; $$ = $1; }
340 olist = o->o_next;
413 olist = o->o_next;
/freebsd-current/usr.sbin/ctld/
H A Dctld.h162 TAILQ_ENTRY(option) o_next; member in struct:option
H A Dctld.c650 TAILQ_FOREACH_SAFE(o, &pg->pg_options, o_next, otmp)
1499 TAILQ_FOREACH_SAFE(o, &lun->l_options, o_next, tmp)
1602 TAILQ_INSERT_TAIL(options, o, o_next);
1611 TAILQ_REMOVE(options, o, o_next);
1622 TAILQ_FOREACH(o, options, o_next) {
1732 TAILQ_FOREACH(o, &lun->l_options, o_next)
H A Dkernel.c739 TAILQ_FOREACH(o, &lun->l_options, o_next)
822 TAILQ_FOREACH(o, &lun->l_options, o_next)
1039 TAILQ_FOREACH(o, &pg->pg_options, o_next)

Completed in 201 milliseconds