Home
last modified time | relevance | path

Searched refs:uponly (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/ifconfig/
H A Difconfig.h238 bool uponly; /* Up-only items */ member
H A Difconfig.c522 args->uponly = true; in args_parse()
554 if (args->uponly && args->downonly) in args_parse()
715 (args->uponly && (flags & IFF_UP) == 0))) in main()
752 if (args->uponly && (if_flags & IFF_UP) == 0) in match_if_flags()
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td153 def driver_uponly : F<"driver:uponly">,
155 def driver_wdm_uponly : F<"driver:wdm,uponly">;
156 def driver_uponly_wdm : F<"driver:uponly,wdm">;