Searched refs:cfis (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | pci_ahci.c | 504 cfis = aior->cfis; in ahci_port_stop() 698 len = cfis[11] << 8 | cfis[3]; in ahci_handle_rw() 716 (cfis[5] << 8) | cfis[4]; in ahci_handle_rw() 729 aior->cfis = cfis; in ahci_handle_rw() 767 aior->cfis = cfis; in ahci_handle_flush() 922 aior->cfis = cfis; in ahci_handle_next_trim() 1001 cfis[9] != 0 || cfis[12] != 1 || cfis[13] != 0) { in ahci_handle_read_log() 1481 aior->cfis = cfis; in atapi_read() 1772 (cfis[12] > 128 || (cfis[12] & (cfis[12] - 1)))) { in ahci_handle_cmd() 1960 cfis = aior->cfis; in ata_ioreq_cb() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 212 if (Cie->cfis().empty() && Fde->cfis().empty()) in create() 219 if (Error CieError = UT.parseRows(Cie->cfis(), Row, nullptr)) in create() 224 if (Error FdeError = UT.parseRows(Fde->cfis(), Row, &InitialLocs)) in create() 236 if (Cie->cfis().empty()) in create() 241 if (Error CieError = UT.parseRows(Cie->cfis(), Row, nullptr)) in create() 1223 Entries.back()->cfis().parse(Data, &Offset, EndStructureOffset)) in parse()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.h | 546 const CFIProgram &cfis() const { return CFIs; } in cfis() function 547 CFIProgram &cfis() { return CFIs; } in cfis() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | DwarfCFIEHPrinter.h | 230 Entry.cfis().dump(W.getOStream(), DumpOpts, W.getIndentLevel()); in printEHFrame()
|
| /freebsd-14.2/sys/dev/ahci/ |
| H A D | ahci.h | 337 u_int8_t cfis[64]; member
|
| H A D | ahci.c | 2548 u_int8_t *fis = &ctp->cfis[0]; in ahci_setup_fis()
|
| /freebsd-14.2/sys/powerpc/mpc85xx/ |
| H A D | fsl_sata.c | 180 uint8_t cfis[32]; member 1647 uint8_t *fis = &ctp->cfis[0]; in fsl_sata_setup_fis()
|