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

/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c1184 goto next_cmd;
1194 goto next_cmd;
1199 goto next_cmd;
1204 goto next_cmd;
1210 goto next_cmd;
1216 goto next_cmd;
1222 goto next_cmd;
1233 goto next_cmd;
1236 goto next_cmd;
1245 goto next_cmd;
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c3476 next_cmd(ipfw_insn *cmd, int *len) function
4155 action = next_cmd(action, &ablen);
4190 action = next_cmd(action, &ablen);
4208 action = next_cmd(action, &ablen);
4293 cmd = next_cmd(cmd, &cblen);
4302 cmd = next_cmd(cmd, &cblen);
4366 cmd = next_cmd(cmd);
4371 cmd = next_cmd(cmd);
4387 cmd = next_cmd(cmd, &cblen);
4416 cmd = next_cmd(cm
[all...]
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c1001 next_cmd);
1176 STAILQ_REMOVE_HEAD(&sc->sc_cmd_inactive, next_cmd);
1202 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, bf, next_cmd);
1316 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next_cmd);
1462 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next_cmd);
1486 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, cmd, next_cmd);
1897 STAILQ_INSERT_TAIL(&sc->sc_cmd_waiting, cmd, next_cmd);
1997 STAILQ_REMOVE_HEAD(&sc->sc_cmd_active, next_cmd);
2008 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next_cmd);
2009 STAILQ_INSERT_TAIL(&sc->sc_cmd_active, cmd, next_cmd);
[all...]
H A Dif_otusreg.h933 STAILQ_ENTRY(otus_tx_cmd) next_cmd; member in struct:otus_tx_cmd
/freebsd-11-stable/sys/dev/iir/
H A Diir.c694 int next_cmd; local
713 next_cmd = TRUE;
761 next_cmd = FALSE;
778 next_cmd = FALSE;
784 if ((gdt->sc_state & GDT_POLLING) || !next_cmd)
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c2650 next_cmd(ipfw_insn * cmd) function
2668 return next_cmd(cmd);

Completed in 142 milliseconds