Home
last modified time | relevance | path

Searched refs:no_output (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c157 static int no_output __P((struct ifnet *, struct mbuf *,
163 static int no_output __P((struct ifnet *, struct mbuf *,
168 static int no_output __P((struct ifnet *, struct mbuf *,
502 static int no_output(ifp, m, s) in no_output() function
505 static int no_output (ifp, m, s, rt, cp) in no_output()
508 static int no_output(ifp, m, s, rt)
708 ifp->if_output = no_output;
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c174 (0 == cmd_opt.no_output)) { in itm_compile()
350 cmd_opt.no_output = 1; in parse_opts()
408 (0 == cmd_opt.no_output)) { in parse_opts()
420 cmd_opt.no_output || in parse_opts()
976 cmd_opt.no_output ? "true" : "false"); in trace_option()
H A Ditmcomp.h110 int no_output; member
H A Dassemble.c905 if (cmd_opt.no_output) { in output()