Searched refs:next_cmd (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/elftoolchain/nm/ |
| H A D | nm.c | 1222 goto next_cmd; in read_elf() 1232 goto next_cmd; in read_elf() 1237 goto next_cmd; in read_elf() 1242 goto next_cmd; in read_elf() 1248 goto next_cmd; in read_elf() 1254 goto next_cmd; in read_elf() 1260 goto next_cmd; in read_elf() 1271 goto next_cmd; in read_elf() 1331 goto next_cmd; in read_elf() 1439 goto next_cmd; in read_elf() [all …]
|
| /freebsd-14.2/sys/dev/otus/ |
| H A D | if_otus.c | 959 next_cmd); in otus_alloc_tx_cmd_list() 1134 STAILQ_REMOVE_HEAD(&sc->sc_cmd_inactive, next_cmd); in _otus_get_txcmd() 1160 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, bf, next_cmd); in otus_free_txcmd() 1274 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next_cmd); in otus_cmd() 1391 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next_cmd); in otus_cmd_handle_response() 1415 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, cmd, next_cmd); in otus_cmd_handle_response() 1932 STAILQ_INSERT_TAIL(&sc->sc_cmd_waiting, cmd, next_cmd); in otus_txcmdeof() 2032 STAILQ_REMOVE_HEAD(&sc->sc_cmd_active, next_cmd); in otus_bulk_cmd_callback() 2043 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next_cmd); in otus_bulk_cmd_callback() 2044 STAILQ_INSERT_TAIL(&sc->sc_cmd_active, cmd, next_cmd); in otus_bulk_cmd_callback() [all …]
|
| H A D | if_otusreg.h | 940 STAILQ_ENTRY(otus_tx_cmd) next_cmd;
|
| /freebsd-14.2/sbin/ipfw/ |
| H A D | ipfw2.c | 4548 cmd = next_cmd(cmd, &cblen); in compile_rule() 4557 cmd = next_cmd(cmd, &cblen); in compile_rule() 4621 cmd = next_cmd(cmd); in compile_rule() 4626 cmd = next_cmd(cmd); in compile_rule() 4642 cmd = next_cmd(cmd, &cblen); in compile_rule() 4671 cmd = next_cmd(cmd, &cblen); in compile_rule() 4686 cmd = next_cmd(cmd, &cblen); in compile_rule() 4707 cmd = next_cmd(cmd, &cblen); in compile_rule() 4722 cmd = next_cmd(cmd, &cblen); in compile_rule() 5299 cmd = next_cmd(cmd, &cblen); in compile_rule() [all …]
|
| /freebsd-14.2/sys/netinet/libalias/ |
| H A D | alias_db.c | 2233 next_cmd(ipfw_insn * cmd) in next_cmd() function 2251 return next_cmd(cmd); in fill_cmd()
|