Searched refs:tcmd (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sbin/ipfw/
H A Dnat64clat.c93 int tcmd; local
114 tcmd = get_token(nat64cmds, *av, "nat64clat command");
115 if (name == NULL && tcmd != TOK_DESTROY && tcmd != TOK_LIST)
117 switch (tcmd) {
141 tcmd = get_token(nat64statscmds, *av, "stats command");
142 if (tcmd == TOK_RESET)
182 int tcmd, flags; local
197 tcmd = get_token(nat64newcmds, *av, "option");
200 switch (tcmd) {
272 int tcmd; local
[all...]
H A Dnat64stl.c125 int tcmd; local
146 tcmd = get_token(nat64cmds, *av, "nat64stl command");
147 if (name == NULL && tcmd != TOK_DESTROY && tcmd != TOK_LIST)
149 switch (tcmd) {
173 tcmd = get_token(nat64statscmds, *av, "stats command");
174 if (tcmd == TOK_RESET)
216 int tcmd, flags; local
229 tcmd = get_token(nat64newcmds, *av, "option");
232 switch (tcmd) {
307 int tcmd; local
[all...]
H A Dnptv6.c86 int tcmd; local
107 tcmd = get_token(nptv6cmds, *av, "nptv6 command");
108 if (name == NULL && tcmd != TOK_DESTROY && tcmd != TOK_LIST)
110 switch (tcmd) {
130 tcmd = get_token(nptv6statscmds, *av, "stats command");
131 if (tcmd == TOK_RESET)
192 int tcmd, flags, plen; local
202 tcmd = get_token(nptv6newcmds, *av, "option");
205 switch (tcmd) {
[all...]
H A Dnat64lsn.c204 int tcmd; local
211 tcmd = get_token(nat64statscmds, *av, "nat64lsn stats command");
212 switch (tcmd) {
227 int tcmd; local
234 tcmd = get_token(nat64listcmds, *av, "nat64lsn list command");
235 switch (tcmd) {
256 int tcmd; local
277 tcmd = get_token(nat64cmds, *av, "nat64lsn command");
278 if (name == NULL && tcmd != TOK_DESTROY && tcmd !
402 int tcmd, flags; local
545 int tcmd; local
[all...]
H A Dtables.c163 int atomic, error, tcmd; local
193 tcmd = get_token(tablecmds, *av, "table command");
196 if (tcmd == TOK_ATOMIC) {
199 tcmd = get_token(tablecmds, *av, "table command");
200 switch (tcmd) {
209 switch (tcmd) {
221 switch (tcmd) {
279 table_lock(&oh, (tcmd == TOK_LOCK));
283 arg = (tcmd == TOK_DETAIL) ? (void *)1 : NULL;
409 int error, missing, orflush, tcmd, va local
548 int tcmd; local
[all...]
H A Dipfw2.c770 int tcmd; local
772 if ((tcmd = match_token_relaxed(table, string)) < 0)
774 (tcmd == 0) ? "invalid" : "ambiguous", errbase, string);
776 return (tcmd);
5804 int tcmd; local
5809 if ((tcmd = match_token(intcmds, *av)) == -1)
5812 switch (tcmd) {
/freebsd-current/sys/dev/mrsas/
H A Dmrsas.c118 mrsas_alloc_tmp_dcmd(struct mrsas_softc *sc, struct mrsas_tmp_dcmd *tcmd,
4569 struct mrsas_tmp_dcmd *tcmd; local
4580 tcmd = malloc(sizeof(struct mrsas_tmp_dcmd), M_MRSAS, M_NOWAIT);
4582 if (mrsas_alloc_tmp_dcmd(sc, tcmd, pd_list_size) != SUCCESS) {
4586 mrsas_free_tmp_dcmd(tcmd);
4587 free(tcmd, M_MRSAS);
4590 pd_list_mem = tcmd->tmp_dcmd_mem;
4591 pd_list_phys_addr = tcmd->tmp_dcmd_phys_addr;
4649 mrsas_free_tmp_dcmd(tcmd);
4650 free(tcmd, M_MRSA
4678 struct mrsas_tmp_dcmd *tcmd; local
4772 mrsas_alloc_tmp_dcmd(struct mrsas_softc *sc, struct mrsas_tmp_dcmd *tcmd, int size) argument
[all...]

Completed in 261 milliseconds