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

/freebsd-10.2-release/usr.sbin/config/
H A Dmkoptions.c101 SLIST_FOREACH(ol, &otab, o_next) {
114 SLIST_FOREACH(ol, &otab, o_next) {
124 SLIST_FOREACH(ol, &otab, o_next)
189 SLIST_FOREACH(ol, &otab, o_next)
219 SLIST_FOREACH(ol, &otab, o_next)
300 SLIST_FOREACH(po, &otab, o_next) {
317 SLIST_FOREACH(po, &otab, o_next) {
338 SLIST_INSERT_HEAD(&otab, po, o_next);
346 SLIST_FOREACH(po, &otab, o_next) {
H A Dconfig.h135 SLIST_ENTRY(opt_list) o_next; member in struct:opt_list
/freebsd-10.2-release/sbin/ipfw/
H A Ddummynet.c96 o_next(struct dn_id **o, int len, int type) function
792 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG);
807 sch = o_next(&buf, sizeof(*sch), DN_SCH);
808 p = o_next(&buf, sizeof(*p), DN_LINK);
809 fs = o_next(&buf, sizeof(*fs), DN_FS);
826 fs = o_next(&buf, sizeof(*fs), DN_FS);
834 sch = o_next(&buf, sizeof(*sch), DN_SCH);
835 fs = o_next(&buf, sizeof(*fs), DN_FS);
1122 pf = o_next(&buf, sizeof(*pf), DN_PROFILE);
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_dn_glue.c302 o_next(struct dn_id **o, int len, int type) function
517 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG);
523 sch = o_next(&buf, sizeof(*sch), DN_SCH);
524 p = o_next(&buf, sizeof(*p), DN_LINK);
525 fs = o_next(&buf, sizeof(*fs), DN_FS);
534 pf = o_next(&buf, sizeof(*pf), DN_PROFILE);
542 fs = o_next(&buf, sizeof(*fs), DN_FS);
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipmon_y.y29 struct opt_s *o_next;
116 | matchopt ',' matching { $1->o_next = $3; $$ = $1; }
344 olist = o->o_next;
417 olist = o->o_next;

Completed in 127 milliseconds