Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/elftoolchain/nm/
Dnm.c1184 goto next_cmd; in read_elf()
1194 goto next_cmd; in read_elf()
1199 goto next_cmd; in read_elf()
1204 goto next_cmd; in read_elf()
1210 goto next_cmd; in read_elf()
1216 goto next_cmd; in read_elf()
1222 goto next_cmd; in read_elf()
1233 goto next_cmd; in read_elf()
1236 goto next_cmd; in read_elf()
1245 goto next_cmd; in read_elf()
[all …]
/freebsd-12-stable/sys/dev/otus/
Dif_otus.c963 next_cmd); in otus_alloc_tx_cmd_list()
1138 STAILQ_REMOVE_HEAD(&sc->sc_cmd_inactive, next_cmd); in _otus_get_txcmd()
1164 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, bf, next_cmd); in otus_free_txcmd()
1278 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next_cmd); in otus_cmd()
1395 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next_cmd); in otus_cmd_handle_response()
1419 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, cmd, next_cmd); in otus_cmd_handle_response()
1937 STAILQ_INSERT_TAIL(&sc->sc_cmd_waiting, cmd, next_cmd); in otus_txcmdeof()
2037 STAILQ_REMOVE_HEAD(&sc->sc_cmd_active, next_cmd); in otus_bulk_cmd_callback()
2048 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next_cmd); in otus_bulk_cmd_callback()
2049 STAILQ_INSERT_TAIL(&sc->sc_cmd_active, cmd, next_cmd); in otus_bulk_cmd_callback()
[all …]
Dif_otusreg.h942 STAILQ_ENTRY(otus_tx_cmd) next_cmd;
/freebsd-12-stable/sbin/ipfw/
Dipfw2.c3500 next_cmd(ipfw_insn *cmd, int *len) in next_cmd() function
4188 action = next_cmd(action, &ablen); in compile_rule()
4223 action = next_cmd(action, &ablen); in compile_rule()
4241 action = next_cmd(action, &ablen); in compile_rule()
4326 cmd = next_cmd(cmd, &cblen); in compile_rule()
4335 cmd = next_cmd(cmd, &cblen); in compile_rule()
4399 cmd = next_cmd(cmd); in compile_rule()
4404 cmd = next_cmd(cmd); in compile_rule()
4420 cmd = next_cmd(cmd, &cblen); in compile_rule()
4449 cmd = next_cmd(cmd, &cblen); in compile_rule()
[all …]
/freebsd-12-stable/sys/dev/iir/
Diir.c696 int next_cmd; in gdt_next() local
715 next_cmd = TRUE; in gdt_next()
763 next_cmd = FALSE; in gdt_next()
780 next_cmd = FALSE; in gdt_next()
786 if ((gdt->sc_state & GDT_POLLING) || !next_cmd) in gdt_next()
/freebsd-12-stable/sys/netinet/libalias/
Dalias_db.c2243 next_cmd(ipfw_insn * cmd) in next_cmd() function
2261 return next_cmd(cmd); in fill_cmd()