Searched refs:_iface (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ipmi/
H A Dipmivars.h107 } _iface; member in struct:ipmi_softc
139 #define ipmi_ssif_smbus_address _iface.ssif.smbus_address
140 #define ipmi_ssif_smbus _iface.ssif.smbus
141 #define ipmi_bt_seq _iface.bt.seq
/freebsd-current/libexec/rc/rc.d/
H A Djail291 # The function alters the _type, _iface, _addr and _mask variables.
308 _iface=${_i%%|*}
311 *) _iface=""
317 _iface=${_iface:-${_interface}}
391 _iface=""
403 echo " ip4.addr += \"${_iface:+${_iface}|}${_addr}${_mask}\";"
406 echo " ip6.addr += \"${_iface:+${_iface}|}
[all...]

Completed in 61 milliseconds