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

/freebsd-12-stable/sys/modules/ice_ddp/
H A DMakefile4 FIRMWS= ${SRCTOP}/sys/contrib/dev/ice/ice-1.3.16.0.pkg:ice_ddp:0x01031000
/freebsd-12-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-12-stable/sys/modules/ice/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/ice
/freebsd-12-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-12-stable/contrib/gcc/
H A Dgccbug.in331 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
336 SEND-PR: ice-on-legal-code GCC gives an Internal Compiler Error (ICE)
338 SEND-PR: ice-on-illegal-code GCC gives an ICE instead of reporting an error
463 ""|doc-bug|accepts-illegal|rejects-legal|wrong-code|ice-on-legal-code|ice-on-illegal-code|pessimizes-code|sw-bug|change-request|support) CNT=`expr $CNT + 1` ;;
/freebsd-12-stable/sys/modules/
H A DMakefile578 _ice= ice
/freebsd-12-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-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4463 if (auto *ice = dyn_cast<ImplicitCastExpr>(ce))
4464 if (ice->getCastKind() == CK_ARCReclaimReturnedObject) {
4466 return ice->getSubExpr();
4468 pe->setSubExpr(ice->getSubExpr());
4470 cast<CastExpr>(prevExpr)->setSubExpr(ice->getSubExpr());
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4524 while (const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(e))
4525 e = ice->getSubExpr();

Completed in 270 milliseconds