Searched refs:next_cmd (Results 1 – 5 of 5) sorted by relevance
/freebsd/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 …]
|
/freebsd/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() 1931 STAILQ_INSERT_TAIL(&sc->sc_cmd_waiting, cmd, next_cmd); in otus_txcmdeof() 2031 STAILQ_REMOVE_HEAD(&sc->sc_cmd_active, next_cmd); in otus_bulk_cmd_callback() 2042 STAILQ_REMOVE_HEAD(&sc->sc_cmd_pending, next_cmd); in otus_bulk_cmd_callback() 2043 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/sbin/ipfw/ |
H A D | ipfw2.c | 3752 next_cmd(ipfw_insn *cmd, int *len) in next_cmd() function 4584 action = next_cmd(action, &ablen); in compile_rule() 4634 action = next_cmd(action, &ablen); in compile_rule() 4642 action = next_cmd(action, &ablen); in compile_rule() 4744 cmd = next_cmd(cmd, &cblen); in compile_rule() 4753 cmd = next_cmd(cmd, &cblen); in compile_rule() 4817 cmd = next_cmd(cmd); in compile_rule() 4822 cmd = next_cmd(cmd); in compile_rule() 4838 cmd = next_cmd(cmd, &cblen); in compile_rule() 4867 cmd = next_cmd(cmd, &cblen); in compile_rule() [all …]
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_db.c | 2287 next_cmd(ipfw_insn * cmd) in next_cmd() function 2305 return next_cmd(cmd); in fill_cmd()
|