Home
last modified time | relevance | path

Searched refs:Media (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/stand/efi/libefi/
H A Defipart.c251 if (blkio->Media->BlockSize < 512 || in efipart_ignore_device()
252 blkio->Media->BlockSize > (1 << 16) || in efipart_ignore_device()
253 !powerof2(blkio->Media->BlockSize)) { in efipart_ignore_device()
259 if (blkio->Media->IoAlign > 1 && in efipart_ignore_device()
260 !powerof2(blkio->Media->IoAlign)) { in efipart_ignore_device()
299 if (blkio->Media->MediaPresent) in efipart_ignore_device()
569 if (cd->pd_blkio->Media->RemovableMedia && in efipart_testcd()
570 !cd->pd_blkio->Media->MediaPresent) { in efipart_testcd()
822 blkio->Media->LastBlock == 0? 0: in efipart_print_common()
823 (unsigned long long) (blkio->Media->LastBlock + 1)); in efipart_print_common()
[all …]
/freebsd/stand/efi/gptboot/
H A Dproto.c64 lba = lba / (dev->Media->BlockSize / DEV_BSIZE); in drvread()
67 status = dev->ReadBlocks(dev, dev->Media->MediaId, lba, size, buf); in drvread()
71 dev->Media->MediaId, (uintmax_t)lba, size, in drvread()
91 if (dev->Media->ReadOnly) in drvwrite()
94 lba = lba / (dev->Media->BlockSize / DEV_BSIZE); in drvwrite()
97 status = dev->WriteBlocks(dev, dev->Media->MediaId, lba, size, buf); in drvwrite()
101 dev->Media->MediaId, (uintmax_t)lba, size, in drvwrite()
118 return (dev->Media->LastBlock + 1); in drvsize()
/freebsd/stand/efi/boot1/
H A Dzfs_module.c48 return (devinfo->dev->Media->BlockSize * in ldi_get_size()
49 (devinfo->dev->Media->LastBlock + 1)); in ldi_get_size()
62 lba = off / devinfo->dev->Media->BlockSize; in vdev_read()
63 remainder = off % devinfo->dev->Media->BlockSize; in vdev_read()
72 size = roundup2(bytes + remainder, devinfo->dev->Media->BlockSize); in vdev_read()
75 rb_size = devinfo->dev->Media->BlockSize; in vdev_read()
87 devinfo->dev->Media->MediaId, lba, rb_size, rb_buf); in vdev_read()
108 devinfo->dev->Media->MediaId, (uintmax_t)lba, bytes, rb_size, in vdev_read()
H A Dufs_module.c55 lba = lba / (devinfo->dev->Media->BlockSize / DEV_BSIZE); in dskread()
59 devinfo->dev->Media->MediaId, lba, size, buf); in dskread()
64 devinfo->dev->Media->MediaId, (uintmax_t)lba, size, in dskread()
113 bs = devinfo->dev->Media->BlockSize; in init_dev()
H A Dproto.c91 if (!blkio->Media->LogicalPartition) in probe_handle()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dxilinx_gmii2rgmii.txt4 The Gigabit Media Independent Interface (GMII) to Reduced Gigabit Media
/freebsd/contrib/file/magic/Magdir/
H A Danimation37 4 string ftyp ISO Media
72 >>11 byte 9 \b, Release %d Media Segment Profile
93 >>11 byte 8 \b, Release %d Media Stream Recording Profile
94 >>11 byte 9 \b, Release %d Media Stream Recording Profile
106 >8 string caaa \b, CMAF Media Profile - AAC Adaptive Audio
107 >8 string caac \b, CMAF Media Profile - AAC Core
111 >8 string cfhd \b, CMAF Media Profile - AVC HD
112 >8 string cfsd \b, CMAF Media Profile - AVC SD
113 >8 string chd1 \b, CMAF Media Profile - HEVC HDR10
114 >8 string chdf \b, CMAF Media Profile - AVC HDHF
[all …]
H A Dasf29 >>24 guid F8699E40-5B4D-11CF-A8FD-00805F5C442B \b, Audio Media (
37 >>24 guid BC19EFC0-5B4D-11CF-A8FD-00805F5C442B \b, Video Media (
H A Dwindows1513 # MTF_CONTINUATION Media Sequence Number > 1
1520 # MTF_SET_MAP_EXISTS A Media Based Catalog Set Map may exist on tape
1528 # Media Family ID (455288C4h 4570BD1Ah 45708F2Fh 4570BBF5h)
1532 # Media Sequence Number
1539 # Media Based Catalog Type (1,2)
1541 # size of Media Name (66,68,6Eh)
1543 # offset of Media Name (5Eh)
1547 # size terminated ansi coded string normally followed by "MTF Media Label"
1552 # size of Media Label (104h)
1554 # offset of Media Label (C4h,C6h,CCh)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dimx.txt1 Freescale i.MX Media Video Device
4 Video Media Controller node
H A Dmediatek-mdp.txt1 * Mediatek Media Data Path
3 Media Data Path is used for scaling and color space conversion.
H A Dcoda.txt1 Chips&Media Coda multi-standard codec IP
/freebsd/share/misc/
H A Dusb_hid_usages650 0x87 Media Selection
651 0x88 Media Select Computer
652 0x89 Media Select TV
653 0x8A Media Select WWW
654 0x8B Media Select DVD
655 0x8C Media Select Telephone
656 0x8D Media Select Program Guide
657 0x8E Media Select Video Phone
658 0x8F Media Select Games
659 0x90 Media Select Messages
[all …]
H A Dusb_vendors290 070c Personal Media Drive
337 110c Pocket Media Drive
1373 551f Keyboard w/ Sys and Media
1521 4123 Zen Portable Media Center
1558 002e 6120 Phone (Media-Player mode)
1571 00e4 E71 (Media transfer mode)
1578 010f E75 (Media transfer mode)
1609 03c1 C7-00 (Media transfer mode)
1737 4060 Ultra Fast Media Reader
1739 4064 Ultra Fast Media Reader
[all …]
/freebsd/contrib/tcsh/nls/italian/
H A Dset53 1 Media di carico non disponibile\n
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DBlockIo.h224 EFI_BLOCK_IO_MEDIA *Media; member
/freebsd/lib/libfetch/
H A Dhttp.errors36 415 PROTO Unsupported Media Type
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dcirrus,clps711x-intc.txt15 3: MCINT Media changed (FIQ)
/freebsd/usr.sbin/bsdconfig/include/
H A Doptions.hlp91 Media Type: Which media type is being used.
94 was last selected in the Media menu. It's also a convenient short-cut
H A Dmessages.subr82 msg_choose_installation_media="Choose Installation Media"
217 msg_media_timeout="Media Timeout"
218 msg_media_type="Media Type"
/freebsd/sys/contrib/device-tree/Bindings/slimbus/
H A Dbus.txt1 SLIM(Serial Low Power Interchip Media Bus) bus
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Drenesas,mmcif.txt1 * Renesas Multi Media Card Interface (MMCIF) Controller
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dgpmi-nand.txt1 * Freescale General-Purpose Media Interface (GPMI)
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dcommon.subr45 # Media probe values to use for `f_media_get_TYPE media $file $PROBE' or
/freebsd/lib/libefivar/
H A Defivar-dp-parse.c3352 MEDIA_PROTOCOL_DEVICE_PATH *Media; in DevPathFromTextMedia() local
3355 Media = (MEDIA_PROTOCOL_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextMedia()
3361 if (Media != NULL) { in DevPathFromTextMedia()
3362 StrToGuid (GuidStr, &Media->Protocol); in DevPathFromTextMedia()
3365 return (EFI_DEVICE_PATH_PROTOCOL *)Media; in DevPathFromTextMedia()

12