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

/freebsd-11-stable/sbin/ipfw/
H A Dnat64clat.c96 int tcmd; local
117 tcmd = get_token(nat64cmds, *av, "nat64clat command");
118 if (name == NULL && tcmd != TOK_DESTROY && tcmd != TOK_LIST)
120 switch (tcmd) {
144 tcmd = get_token(nat64statscmds, *av, "stats command");
145 if (tcmd == TOK_RESET)
185 int tcmd, flags; local
200 tcmd = get_token(nat64newcmds, *av, "option");
203 switch (tcmd) {
275 int tcmd; local
[all...]
H A Dnat64stl.c128 int tcmd; local
149 tcmd = get_token(nat64cmds, *av, "nat64stl command");
150 if (name == NULL && tcmd != TOK_DESTROY && tcmd != TOK_LIST)
152 switch (tcmd) {
176 tcmd = get_token(nat64statscmds, *av, "stats command");
177 if (tcmd == TOK_RESET)
219 int tcmd, flags; local
232 tcmd = get_token(nat64newcmds, *av, "option");
235 switch (tcmd) {
310 int tcmd; local
[all...]
H A Dnptv6.c89 int tcmd; local
110 tcmd = get_token(nptv6cmds, *av, "nptv6 command");
111 if (name == NULL && tcmd != TOK_DESTROY && tcmd != TOK_LIST)
113 switch (tcmd) {
133 tcmd = get_token(nptv6statscmds, *av, "stats command");
134 if (tcmd == TOK_RESET)
194 int tcmd, flags, plen; local
204 tcmd = get_token(nptv6newcmds, *av, "option");
207 switch (tcmd) {
[all...]
H A Dnat64lsn.c201 int tcmd; local
208 tcmd = get_token(nat64statscmds, *av, "nat64lsn stats command");
209 switch (tcmd) {
224 int tcmd; local
231 tcmd = get_token(nat64listcmds, *av, "nat64lsn list command");
232 switch (tcmd) {
253 int tcmd; local
274 tcmd = get_token(nat64cmds, *av, "nat64lsn command");
275 if (name == NULL && tcmd != TOK_DESTROY && tcmd !
400 int tcmd, flags; local
562 int tcmd; local
[all...]
H A Dtables.c162 int atomic, error, tcmd; local
192 tcmd = get_token(tablecmds, *av, "table command");
195 if (tcmd == TOK_ATOMIC) {
198 tcmd = get_token(tablecmds, *av, "table command");
199 switch (tcmd) {
208 switch (tcmd) {
220 switch (tcmd) {
278 table_lock(&oh, (tcmd == TOK_LOCK));
282 arg = (tcmd == TOK_DETAIL) ? (void *)1 : NULL;
409 int error, missing, orflush, tcmd, va local
548 int tcmd; local
[all...]
H A Dipfw2.c705 int tcmd; local
707 if ((tcmd = match_token_relaxed(table, string)) < 0)
709 (tcmd == 0) ? "invalid" : "ambiguous", errbase, string);
711 return (tcmd);
5517 int tcmd; local
5522 if ((tcmd = match_token(intcmds, *av)) == -1)
5525 switch (tcmd) {
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c122 mrsas_alloc_tmp_dcmd(struct mrsas_softc *sc, struct mrsas_tmp_dcmd *tcmd,
4586 struct mrsas_tmp_dcmd *tcmd; local
4596 tcmd = malloc(sizeof(struct mrsas_tmp_dcmd), M_MRSAS, M_NOWAIT);
4598 if (mrsas_alloc_tmp_dcmd(sc, tcmd, pd_list_size) != SUCCESS) {
4602 mrsas_free_tmp_dcmd(tcmd);
4603 free(tcmd, M_MRSAS);
4606 pd_list_mem = tcmd->tmp_dcmd_mem;
4607 pd_list_phys_addr = tcmd->tmp_dcmd_phys_addr;
4664 mrsas_free_tmp_dcmd(tcmd);
4665 free(tcmd, M_MRSA
4693 struct mrsas_tmp_dcmd *tcmd; local
4787 mrsas_alloc_tmp_dcmd(struct mrsas_softc *sc, struct mrsas_tmp_dcmd *tcmd, int size) argument
[all...]

Completed in 211 milliseconds