Searched refs:next_cmd (Results 1 – 5 of 5) sorted by relevance
| /src/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() 1274 goto next_cmd; in read_elf() 1283 goto next_cmd; in read_elf() [all …]
|
| /src/sys/dev/otus/ |
| H A D | if_otus.c | 967 next_cmd); in otus_alloc_tx_cmd_list() 1142 STAILQ_REMOVE_HEAD(&sc->sc_cmd_inactive, next_cmd); in _otus_get_txcmd() 1168 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, bf, next_cmd); in otus_free_txcmd() 1282 STAILQ_INSERT_TAIL(&sc->sc_cmd_pending, cmd, next_cmd); in otus_cmd() 1399 STAILQ_REMOVE_HEAD(&sc->sc_cmd_waiting, next_cmd); in otus_cmd_handle_response() 1423 STAILQ_INSERT_TAIL(&sc->sc_cmd_inactive, cmd, next_cmd); in otus_cmd_handle_response() 1939 STAILQ_INSERT_TAIL(&sc->sc_cmd_waiting, cmd, next_cmd); in otus_txcmdeof() 2039 STAILQ_REMOVE_HEAD(&sc->sc_cmd_active, next_cmd); in otus_bulk_cmd_callback() 2050 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next_cmd); in otus_bulk_cmd_callback() 2051 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;
|
| /src/sbin/ipfw/ |
| H A D | ipfw2.c | 3824 next_cmd(ipfw_insn *cmd, int *len) in next_cmd() function 4689 action = next_cmd(action, &ablen); in compile_rule() 4739 action = next_cmd(action, &ablen); in compile_rule() 4747 action = next_cmd(action, &ablen); in compile_rule() 4849 cmd = next_cmd(cmd, &cblen); in compile_rule() 4858 cmd = next_cmd(cmd, &cblen); in compile_rule() 4922 cmd = next_cmd(cmd); in compile_rule() 4927 cmd = next_cmd(cmd); in compile_rule() 4943 cmd = next_cmd(cmd, &cblen); in compile_rule() 4972 cmd = next_cmd(cmd, &cblen); in compile_rule() [all …]
|
| /src/sys/netinet/libalias/ |
| H A D | alias_db.c | 2325 next_cmd(ipfw_insn * cmd) in next_cmd() function 2343 return next_cmd(cmd); in fill_cmd()
|