Searched refs:_if (Results 1 – 11 of 11) sorted by relevance
/freebsd/libexec/rc/rc.d/ |
H A D | routing | 26 local _cmd _af _if _a _ret 29 _if=$3 32 case $_if in 33 ""|[Aa][Ll][Ll]|[Aa][Nn][Yy]) _if="" ;; 40 setroutes $_cmd $_a $_if || _ret=1 45 setroutes $_cmd $_af $_if || _ret=1 57 local _af _if _a 59 _if=$2 61 case $_if in 62 ""|[Aa][Ll][Ll]|[Aa][Nn][Yy]) _if="" ;; [all …]
|
H A D | netif | 55 local _if 90 for _if in $cmdifn; do 91 /etc/rc.d/routing static any $_if 112 local _if 132 for _if in $cmdifn; do 133 /etc/rc.d/routing stop any $_if
|
H A D | defaultroute | 25 for _if in ${dhcp_interfaces}; do 26 output=`/sbin/ifconfig ${_if}`
|
/freebsd/libexec/rc/ |
H A D | network.subr | 282 local _if _punct _punct_c _var _default prefix suffix 288 _if=$1 290 ltr ${_if} "${_punct}" '_' _if 296 eval echo \${${prefix}${_if}${suffix}-${_default}} 509 local _if 510 _if=$1 512 case $_if in 538 local _if _tmpargs i 539 _if=$1 546 case $_if in [all …]
|
/freebsd/stand/efi/include/amd64/ |
H A D | efibind.h | 151 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 152 (_if)->LoadInternal(type, name, NULL) 163 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 164 (_if)->LoadInternal(type, name, entry)
|
/freebsd/stand/efi/include/i386/ |
H A D | efibind.h | 147 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 148 (_if)->LoadInternal(type, name, NULL) 159 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 160 (_if)->LoadInternal(type, name, entry)
|
/freebsd/stand/efi/include/arm64/ |
H A D | efibind.h | 122 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 123 (_if)->LoadInternal(type, name, entry)
|
/freebsd/stand/efi/include/riscv/ |
H A D | efibind.h | 122 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 123 (_if)->LoadInternal(type, name, entry)
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | xen.h | 156 #define TI_SET_IF(_ti,_if) ((_ti)->flags |= ((!!(_if))<<2)) argument
|
/freebsd/sys/conf/ |
H A D | config.mk | 92 __MPATH!=find ${SYSDIR:tA}/ -name \*_if.m
|
H A D | kern.pre.mk | 320 __MPATH!=find ${S:tA}/ -name \*_if.m
|