Searched refs:_if (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/etc/rc.d/
H A Drouting27 local _cmd _af _if _a _ret
30 _if=$3
33 case $_if in
34 ""|[Aa][Ll][Ll]|[Aa][Nn][Yy]) _if="" ;;
41 setroutes $_cmd $_a $_if || _ret=1
46 setroutes $_cmd $_af $_if || _ret=1
58 local _af _if _a
60 _if=$2
62 case $_if in
63 ""|[Aa][Ll][Ll]|[Aa][Nn][Yy]) _if
[all...]
H A Ddefaultroute26 for _if in ${dhcp_interfaces}; do
27 output=`/sbin/ifconfig ${_if}`
H A Dnetif56 local _if
91 for _if in $cmdifn; do
92 /etc/rc.d/routing static any $_if
113 local _if
133 for _if in $cmdifn; do
134 /etc/rc.d/routing stop any $_if
/freebsd-11-stable/stand/efi/include/amd64/
H A Defibind.h235 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
236 (_if)->LoadInternal(type, name, NULL)
247 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
248 (_if)->LoadInternal(type, name, entry)
/freebsd-11-stable/stand/efi/include/i386/
H A Defibind.h231 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
232 (_if)->LoadInternal(type, name, NULL)
243 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
244 (_if)->LoadInternal(type, name, entry)
/freebsd-11-stable/sys/xen/interface/arch-x86/
H A Dxen.h142 #define TI_SET_IF(_ti,_if) ((_ti)->flags |= ((!!(_if))<<2))
/freebsd-11-stable/stand/efi/include/arm64/
H A Defibind.h199 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
200 (_if)->LoadInternal(type, name, entry)
/freebsd-11-stable/sys/conf/
H A Dconfig.mk65 __MPATH!=find ${SYSDIR:tA}/ -name \*_if.m
H A Dkmod.mk395 # Build _if.[ch] from _if.m, and clean them when we're done.
400 .for _i in ${SRCS:M*_if.[ch]}
H A Dkern.pre.mk219 __MPATH!=find ${S:tA}/ -name \*_if.m

Completed in 188 milliseconds