Searched refs:ice (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/modules/ice_ddp/
H A DMakefile4 FIRMWS= ${SRCTOP}/sys/contrib/dev/ice/ice-1.3.19.0.pkg:ice_ddp:0x01031300
/freebsd-13-stable/sys/dev/ice/
H A Dice_common_sysctls.h87 static SYSCTL_NODE(_hw, OID_AUTO, ice, CTLFLAG_RD, 0, "ICE driver parameters");
H A Dif_ice_iflib.c120 * @brief ice driver method entry points
123 * the device stack to interact with the ice driver. Since this is an iflib
184 .name = "ice",
196 .name = "ice",
206 * @brief ice driver shared context
274 * @brief ice driver device class
276 * device class used to setup the ice driver module kobject class.
279 DRIVER_MODULE(ice, pci, ice_driver, ice_devclass, ice_module_event_handler, 0);
281 MODULE_VERSION(ice, 1);
282 MODULE_DEPEND(ice, pc
[all...]
/freebsd-13-stable/sys/modules/ice/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/ice
/freebsd-13-stable/sys/isa/
H A Disa_common.c423 struct isa_config_entry *ice; local
431 TAILQ_FOREACH(ice, &idev->id_configs, ice_link) {
433 if (!isa_find_memory(child, &ice->ice_config, cfg))
436 if (!isa_find_port(child, &ice->ice_config, cfg))
439 if (!isa_find_irq(child, &ice->ice_config, cfg))
442 if (!isa_find_drq(child, &ice->ice_config, cfg))
979 struct isa_config_entry *newice, *ice; local
981 newice = malloc(sizeof *ice, M_DEVBUF, M_NOWAIT);
988 TAILQ_FOREACH(ice, &idev->id_configs, ice_link) {
989 if (ice
[all...]
/freebsd-13-stable/sys/modules/
H A DMakefile571 _ice= ice
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp299 const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(receiver); local
300 if (!ice || ice->getCastKind() != CK_LValueToRValue) return true;
301 receiver = ice->getSubExpr()->IgnoreParens();
318 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4605 if (auto *ice = dyn_cast<ImplicitCastExpr>(ce))
4606 if (ice->getCastKind() == CK_ARCReclaimReturnedObject) {
4608 return ice->getSubExpr();
4610 pe->setSubExpr(ice->getSubExpr());
4612 cast<CastExpr>(prevExpr)->setSubExpr(ice->getSubExpr());
/freebsd-13-stable/contrib/dialog/
H A Dconfigure19294 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists ice; then
19295 test -n "$verbose" && echo " found package ice" 1>&6
19297 echo "${as_me:-configure}:19297: testing found package ice ..." 1>&5
19299 cf_pkgconfig_incs="`$PKG_CONFIG --cflags ice 2>/dev/null`"
19300 cf_pkgconfig_libs="`$PKG_CONFIG --libs ice 2>/dev/null`"
19301 test -n "$verbose" && echo " package ice CFLAGS: $cf_pkgconfig_incs" 1>&6
19303 echo "${as_me:-configure}:19303: testing package ice CFLAGS: $cf_pkgconfig_incs ..." 1>&5
19305 test -n "$verbose" && echo " package ice LIBS: $cf_pkgconfig_libs" 1>&6
19307 echo "${as_me:-configure}:19307: testing package ice LIBS: $cf_pkgconfig_libs ..." 1>&5
20104 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists ice; the
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4583 while (const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(e))
4584 e = ice->getSubExpr();

Completed in 441 milliseconds