HomeSort by: relevance | last modified time | path
    Searched refs:pf_flags (Results 1 - 4 of 4) sorted by relevancy

  /src/etc/rc.d/
pf 38 /sbin/pfctl -q ${pf_flags} -e
42 /sbin/pfctl -q ${pf_flags} -f ${pf_rules}
51 /sbin/pfctl -q ${pf_flags} -Fa -d
58 /sbin/pfctl -q ${pf_flags} -f ${pf_rules}
66 /sbin/pfctl ${pf_flags} -s info
  /src/sys/dev/pcmcia/
pcmcia.c 269 pf->pf_flags |= PFF_DETACHED;
441 if (pf->pf_flags & PFF_ENABLED)
489 if (pf->pf_flags & PFF_ENABLED) {
502 if ((tmp->pf_flags & PFF_ENABLED) &&
596 pf->pf_flags |= PFF_ENABLED;
621 if ((pf->pf_flags & PFF_ENABLED) == 0) {
629 (pf->pf_flags & PFF_DETACHED) == 0) {
643 pf->pf_flags &= ~PFF_ENABLED;
645 if ((tmp->pf_flags & PFF_ENABLED) &&
672 if (pf->pf_flags & PFF_ENABLED
    [all...]
pcmciavar.h 154 int pf_flags; member in struct:pcmcia_function
162 /* pf_flags */
  /src/etc/defaults/
rc.conf 191 pf=NO pf_rules="/etc/pf.conf" pf_flags=""

Completed in 15 milliseconds