Searched refs:iface (Results 251 - 264 of 264) sorted by relevance

<<11

/freebsd-13-stable/contrib/file/
H A Dltmain.sh8931 iface=$func_arith_result
8934 verstring=$verstring_prefix$major.$iface:$verstring
8959 iface=$func_arith_result
8962 verstring=$verstring:$iface.0
/freebsd-13-stable/contrib/openbsm/config/
H A Dltmain.sh8923 iface=$func_arith_result
8926 verstring=$verstring_prefix$major.$iface:$verstring
8950 iface=$func_arith_result
8953 verstring=$verstring:$iface.0
/freebsd-13-stable/contrib/openpam/
H A Dltmain.sh8923 iface=$func_arith_result
8926 verstring=$verstring_prefix$major.$iface:$verstring
8950 iface=$func_arith_result
8953 verstring=$verstring:$iface.0
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh8923 iface=$func_arith_result
8926 verstring=$verstring_prefix$major.$iface:$verstring
8950 iface=$func_arith_result
8953 verstring=$verstring:$iface.0
/freebsd-13-stable/crypto/heimdal/
H A Dltmain.sh7424 iface=$func_arith_result
7427 verstring="$verstring_prefix$major.$iface:$verstring"
7451 iface=$func_arith_result
7454 verstring="$verstring:${iface}.0"
/freebsd-13-stable/usr.sbin/ppp/
H A Dradius.c100 #include "iface.h"
870 slot = p->dl->bundle->iface->index;
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_rsu.c439 struct usb_interface *iface; local
450 iface = usbd_get_iface(sc->sc_udev, 0);
451 sc->sc_nendpoints = iface->idesc->bNumEndpoints;
H A Dif_run.c731 struct usb_interface *iface; local
737 iface = usbd_get_iface(udev, 0);
738 if (iface == NULL)
740 id = iface->idesc;
/freebsd-13-stable/sbin/ipfw/
H A Dtables.c80 { "iface", IPFW_TABLE_INTERFACE },
90 { "iface:array", IPFW_TABLE_INTERFACE },
401 * ipfw table NAME create [ type { addr | iface | number | flow } ]
1889 printf("%s %s\n", tent->k.iface, pval);
/freebsd-13-stable/sys/dev/usb/input/
H A Dukbd.c1099 sc->sc_iface = uaa->iface;
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1794 binder/supplicant.cpp binder/iface.cpp
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4133 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) {
4134 if (iface->getIdentifier() != ctx.getNSObjectName())
H A DASTContext.cpp8852 const ObjCInterfaceDecl *iface,
8859 ObjCTypeParamList *typeParams = iface->getTypeParamList();
8851 sameObjCTypeArgs(ASTContext &ctx, const ObjCInterfaceDecl *iface, ArrayRef<QualType> lhsArgs, ArrayRef<QualType> rhsArgs, bool stripKindOf) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5235 const ObjCInterfaceDecl *iface = impl->getClassInterface(); local
5236 for (const ObjCIvarDecl *ivar = iface->all_declared_ivar_begin();

Completed in 493 milliseconds

<<11