Searched refs:iface (Results 276 - 285 of 285) sorted by relevance

<<1112

/freebsd-current/contrib/ldns/
H A Dltmain.sh9027 iface=$func_arith_result
9030 verstring=$verstring_prefix$major.$iface:$verstring
9054 iface=$func_arith_result
9057 verstring=$verstring:$iface.0
/freebsd-current/sys/dev/usb/input/
H A Dukbd.c1101 sc->sc_iface = uaa->iface;
/freebsd-current/contrib/libevent/build-aux/
H A Dltmain.sh9142 iface=$func_arith_result
9145 verstring=$verstring_prefix$major.$iface:$verstring
9169 iface=$func_arith_result
9172 verstring=$verstring:$iface.0
/freebsd-current/sys/dev/usb/wlan/
H A Dif_run.c729 struct usb_interface *iface; local
735 iface = usbd_get_iface(udev, 0);
736 if (iface == NULL)
738 id = iface->idesc;
/freebsd-current/sbin/ipfw/
H A Dtables.c80 { "iface", IPFW_TABLE_INTERFACE },
90 { "iface:array", IPFW_TABLE_INTERFACE },
402 * ipfw table NAME create [ type { addr | iface | number | flow } ]
1924 printf("%s %s\n", tent->k.iface, pval);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1820 binder/supplicant.cpp binder/iface.cpp
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4637 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) {
4638 if (iface->getIdentifier() != ctx.getNSObjectName())
H A DASTContext.cpp9996 const ObjCInterfaceDecl *iface,
10003 ObjCTypeParamList *typeParams = iface->getTypeParamList();
9995 sameObjCTypeArgs(ASTContext &ctx, const ObjCInterfaceDecl *iface, ArrayRef<QualType> lhsArgs, ArrayRef<QualType> rhsArgs, bool stripKindOf) argument
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c5385 /* Remove all bridges learned for this iface */
5575 * monitor iface) we'll get it through the nl_mgmt socket instead.
6894 static int i802_get_seqnum(const char *iface, void *priv, const u8 *addr, argument
6901 msg = nl80211_ifindex_msg(drv, if_nametoindex(iface), 0,
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6599 const ObjCInterfaceDecl *iface = impl->getClassInterface(); local
6600 for (const ObjCIvarDecl *ivar = iface->all_declared_ivar_begin();

Completed in 600 milliseconds

<<1112