Home
last modified time | relevance | path

Searched refs:DIF (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Datmel-xdma.txt15 - bit 14: DIF, destination interface identifier, used to get the peripheral
37 - bit 14: DIF, destination interface identifier, used to get the peripheral
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dti-pci.txt47 they are locally accessed within the DIF CS space
49 they are locally accessed within the DIF CS2 space
/freebsd/contrib/file/magic/Magdir/
H A Ddif4 # dif: file(1) magic for DIF text files
H A Danimation951 # DIF digital video file format <mpruett@sgi.com>
952 0 belong&0xffffff00 0x1f070000 DIF
/freebsd/sys/dev/cxgbe/firmware/
H A Dt6fw_cfg.txt74 # ulp insert pi source info in DIF
81 # DIF.
H A Dt6fw_cfg_fpga.txt172 # ulp insert pi source info in DIF
179 # DIF.
H A Dt6fw_cfg_uwire.txt186 # ulp insert pi source info in DIF
193 # DIF.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,9series.yaml65 "^DIF[0-19]$":
/freebsd/sys/dev/usb/storage/
H A Dumass.c139 #define DIF(m, x) \ macro
174 #define DIF(...) do { } while (0) macro
1328 DIF(UDMASS_BBB, umass_bbb_dump_cbw(sc, &sc->cbw)); in umass_t_bbb_command_callback()
1481 DIF(UDMASS_BBB, umass_bbb_dump_csw(sc, &sc->csw)); in umass_t_bbb_status_callback()
1824 DIF(UDMASS_CBI, in umass_t_cbi_command_callback()
2198 DIF(UDMASS_SCSI, in umass_cam_action()
/freebsd/share/doc/papers/
H A Dbsdreferences.bib243 @book{McKusick:2004:DIF:1014910,
251 @book{McKusick:2014:DIF:2659919,
/freebsd/sys/contrib/device-tree/src/arm/amlogic/
H A Dmeson8b-odroidc1.dts269 /* Bank DIF */
H A Dmeson8b-ec100.dts433 /* Bank DIF */
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out652 …d probe ID 8 (ID 256: syscall::malloc:entry): Bad alignment (0x33ef) in action #1 at DIF offset 20]
653 …d probe ID 8 (ID 256: syscall::malloc:entry): Bad alignment (0x33ef) in action #1 at DIF offset 20]
655 …d probe ID 8 (ID 256: syscall::malloc:entry): Bad alignment (0x33ef) in action #1 at DIF offset 20]
656 …d probe ID 8 (ID 256: syscall::malloc:entry): Bad alignment (0x33ef) in action #1 at DIF offset 20]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp850 if (DIFile *DIF = DIL->getFile()) in getOrCreateSrcLocStr() local
851 if (std::optional<StringRef> Source = DIF->getSource()) in getOrCreateSrcLocStr()