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

/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh92 typeset iface # e1000g0
120 iface=${file#$ZONEROOT/etc/hostname?(6).}
123 iface=${iface%:+([0-9])}
126 device=${iface%%+([0-9])}
133 if [[ $iface == $device ||
140 [[ " $iface_list " != *\ $iface\ * ]] && \
141 iface_list="$iface_list $iface"
145 if [[ " $net_list $anet_list " != *\ $iface\ * ]]; then
154 for iface i
[all...]
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dabienv.c234 check_intlist(Intlist *list, char const *iface) argument
240 if (fnmatch(list->i_name, iface, 0) == 0)

Completed in 26 milliseconds