Searched refs:Slot (Results 1 - 25 of 79) sorted by path

1234

/freebsd-11-stable/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h820 U16 Slot; /* 0x16 */ member in struct:_MPI2_MANPAGE7_CONNECTOR_INFO
860 /* defines for the Slot field */
2756 U16 Slot; /* 0x08 */ member in struct:_MPI2_CONFIG_PAGE_SAS_DEV_0
3607 U16 Slot; /* 0x08 */ member in struct:_MPI26_CONFIG_PAGE_PCIEDEV_0
H A Dmpi2_init.h571 U16 Slot; /* 0x1C */ member in struct:_MPI2_SEP_REQUEST
617 U16 Slot; /* 0x1C */ member in struct:_MPI2_SEP_REPLY
H A Dmpi2_ioc.h851 U16 Slot; /* 0x08 */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_mapping.c821 * When using Enc/Slot mapping, when a device is removed, it's mapping
1198 phy_change->slot = le16toh(sas_device_pg0.Slot);
1202 * When using Enc/Slot mapping, if this device is an enclosure
1353 port_change->slot = le16toh(pcie_device_pg0.Slot);
1357 * When using Enc/Slot mapping, if this device is an enclosure
1528 * When using Enc/Slot mapping, if a new enclosure was added and old
2361 * (as described above in Enc/Slot mapping).
H A Dmpr_sas_lsi.c545 "%d and handle 0x%x at Enclosure handle 0x%x, Slot "
551 le16toh(event_data->Slot));
556 "handle 0x%x at Enclosure handle 0x%x, Slot %d",
562 le16toh(event_data->Slot));
567 "handle 0x%x at Enclosure handle 0x%x, Slot %d",
573 le16toh(event_data->Slot));
929 targ->encl_slot = le16toh(config_page.Slot);
1340 targ->encl_slot = le16toh(config_page.Slot);
H A Dmpr_table.c287 MPR_PRINTFIELD(sc, buf, Slot, %d);
/freebsd-11-stable/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h656 U16 Slot; /* 0x16 */ member in struct:_MPI2_MANPAGE7_CONNECTOR_INFO
2259 U16 Slot; /* 0x08 */ member in struct:_MPI2_CONFIG_PAGE_SAS_DEV_0
H A Dmpi2_init.h417 U16 Slot; /* 0x1C */ member in struct:_MPI2_SEP_REQUEST
462 U16 Slot; /* 0x1C */ member in struct:_MPI2_SEP_REPLY
H A Dmpi2_ioc.h650 U16 Slot; /* 0x08 */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-11-stable/sys/dev/mps/
H A Dmps_mapping.c836 * When using Enc/Slot mapping, when a device is removed, it's
1159 phy_change->slot = le16toh(sas_device_pg0.Slot);
1163 * When using Enc/Slot mapping, if this device is an enclosure
1338 * When using Enc/Slot mapping, if a new enclosure was added and old
1912 * (as described above in Enc/Slot mapping).
H A Dmps_sas_lsi.c463 "%d and handle 0x%x at Enclosure handle 0x%x, Slot "
468 le16toh(event_data->EnclosureHandle), le16toh(event_data->Slot));
473 "handle 0x%x at Enclosure handle 0x%x, Slot %d",
477 le16toh(event_data->EnclosureHandle), le16toh(event_data->Slot));
482 "handle 0x%x at Enclosure handle 0x%x, Slot %d",
486 le16toh(event_data->EnclosureHandle), le16toh(event_data->Slot));
740 targ->encl_slot = le16toh(config_page.Slot);
H A Dmps_table.c265 MPS_PRINTFIELD(sc, buf, Slot, %d);
/freebsd-11-stable/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h253 * Added Enclosure/Slot boot device format to BIOS Page 2.
261 * Added Slot and Enclosure fields to SAS Device Page 0.
272 * Added Direct Attach Starting Slot Number define for SAS
793 U16 Slot; /* 16h */ member in struct:_MPI_MANPAGE7_CONNECTOR_INFO
2908 U16 Slot; /* 08h */ member in struct:_CONFIG_PAGE_SAS_DEVICE_0
H A Dmpi_init.h76 * support Enclosure/Slot addressing rather than WWID
520 U16 Slot; /* 1Ch */ member in struct:_MSG_SEP_REQUEST
574 U16 Slot; /* 1Ch */ member in struct:_MSG_SEP_REPLY
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c740 device_info->slot = le16toh(buffer->Slot);
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.c1031 pCmd->Slot = (usecs == 9 ? 1 : 0);
H A Dmwlreg.h743 uint8_t Slot; // Slot=0 if regular, Slot=1 if short. member in struct:__anon11091
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h592 bit32 Slot; member in struct:_TSTMTID_CARD_LOCATION_INFO
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_show.c472 "Enc", "Slot", "Wdt");
539 snprintf(slot, 3, "%02d", device->Slot);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h468 struct Slot { struct in struct:clang::final::PragmaStack
473 Slot(llvm::StringRef StackSlotLabel, ValueType Value, function in struct:clang::final::PragmaStack::Slot
510 SmallVector<Slot, 2> Stack;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp4344 const LValue *Slot;
4619 !(Result.Slot
4620 ? EvaluateInPlace(Result.Value, Info, *Result.Slot, RetExpr)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp178 APValue &Slot = R.getArrayInitializedElt(I);
181 TYPE_SWITCH(*T, Ok &= ReturnValue<T>(EP.deref<T>(), Slot));
183 Ok &= Composite(ElemTy, EP.narrow(), Slot);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1094 StringRef Slot = S.getNameForSlot(i); local
1095 if (Slot.substr(Slot.size() - 8).equals_lower("delegate")) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp413 SrcMgr::ContentCache *&Slot = FileInfos[FileInfo.first]; local
414 if (Slot)
416 Slot = CloneContentCache(FileInfo.second);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1531 AggValueSlot Slot) {
1540 return EmitAtomicLoad(LV, SL, AO, IsVolatile, Slot);
2041 AggValueSlot Slot) {
1530 EmitAtomicLoad(LValue LV, SourceLocation SL, AggValueSlot Slot) argument
2038 EmitAtomicCompareExchange( LValue Obj, RValue Expected, RValue Desired, SourceLocation Loc, llvm::AtomicOrdering Success, llvm::AtomicOrdering Failure, bool IsWeak, AggValueSlot Slot) argument

Completed in 638 milliseconds

1234