/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/ |
H A D | docbook-xml-update-catalog.xml.patch | 110 -<!-- ISO entity sets ...................................................... --> 112 -<public publicId="ISO 8879:1986//ENTITIES Diacritical Marks//EN//XML" 113 - uri="ent/iso-dia.ent"/> 115 -<public publicId="ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN//XML" 116 - uri="ent/iso-num.ent"/> 118 -<public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML" 119 - uri="ent/iso-pub.ent"/> 121 -<public publicId="ISO 8879:1986//ENTITIES General Technical//EN//XML" 122 - uri="ent/iso-tech.ent"/> 124 -<public publicId="ISO 8879:1986//ENTITIES Added Latin 1//EN//XML" [all …]
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | usbip_common.c | 69 pr_debug("ISO\n"); in usbip_dump_pipe() 603 struct usbip_iso_packet_descriptor *iso, int send) in usbip_iso_packet_correct_endian() argument 607 iso->offset = cpu_to_be32(iso->offset); in usbip_iso_packet_correct_endian() 608 iso->length = cpu_to_be32(iso->length); in usbip_iso_packet_correct_endian() 609 iso->status = cpu_to_be32(iso->status); in usbip_iso_packet_correct_endian() 610 iso->actual_length = cpu_to_be32(iso->actual_length); in usbip_iso_packet_correct_endian() 612 iso->offset = be32_to_cpu(iso->offset); in usbip_iso_packet_correct_endian() 613 iso->length = be32_to_cpu(iso->length); in usbip_iso_packet_correct_endian() 614 iso->status = be32_to_cpu(iso->status); in usbip_iso_packet_correct_endian() 615 iso->actual_length = be32_to_cpu(iso->actual_length); in usbip_iso_packet_correct_endian() [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/iso-codes/ |
H A D | iso-codes_4.17.0.bb | 1 SUMMARY = "ISO language, territory, currency, script codes and their translations" 2 DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \ 5 HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" 6 BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" 11 SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image-live.bbclass | 15 # 2. A CD .iso image 47 IMAGE_TYPEDEP:iso = "${LIVE_ROOTFS_TYPE}" 49 IMAGE_TYPES_MASKED += "live hddimg iso" 55 bb.error('INITRD_IMAGE_LIVE %s cannot use image live, hddimg or iso.' % initrd_i) 62 ISODIR = "${S}/iso" 64 COMPACT_ISODIR = "${S}/iso.z" 82 # Only create an ISO if we have an INITRD and the live or iso image type was selected 83 …if [ -z "${INITRD}" ] || [ "${@bb.utils.contains_any('IMAGE_FSTYPES', 'live iso', '1', '0', d)}" !… 84 bbnote "ISO image will not be created." 91 bbwarn "ISO image will not be created. $fs is invalid." [all …]
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.h | 48 #define HFCUSB_USB_SIZE_I 0x06 /* iso length register */ 92 /* defines how much ISO packets are handled in one URB */ 99 /* Fifo flow Control for TX ISO */ 133 {-EXDEV, "ISO transfer only partially completed"}, 136 {-EFBIG, "Too much ISO frames requested"}, 158 #define CNF_4INT3ISO 1 /* 4 INT IN, 3 ISO OUT */ 159 #define CNF_3INT3ISO 2 /* 3 INT IN, 3 ISO OUT */ 160 #define CNF_4ISO3ISO 3 /* 4 ISO IN, 3 ISO OUT */ 161 #define CNF_3ISO3ISO 4 /* 3 ISO IN, 3 ISO OUT */ 179 * INT-in and ISO-out, or ISO-in and ISO-out) [all …]
|
H A D | hfcsusb.c | 961 /* receive completion routine for all ISO tx fifos */ 988 * ISO transfer only partially completed, in rx_iso_complete() 997 /* clear status, so go on with ISO transfers */ in rx_iso_complete() 1014 "ISO packet %i, status: %i\n", in rx_iso_complete() 1018 /* USB data log for every D ISO in */ in rx_iso_complete() 1035 * to use them later in TX ISO URB in rx_iso_complete() 1071 "ISO URB: %d\n", in rx_iso_complete() 1155 /* transmit completion routine for all ISO tx fifos */ 1202 * ISO transfer only partially completed, in tx_iso_complete() 1211 /* clear status, so go on with ISO transfers */ in tx_iso_complete() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | atmsap.h | 24 #define ATM_L2_ISO1745 0x01 /* Basic mode ISO 1745 */ 29 #define ATM_L2_HDLC_ARM 0x09 /* HDLC ARM (ISO/IEC 4335) */ 30 #define ATM_L2_HDLC_NRM 0x0a /* HDLC NRM (ISO/IEC 4335) */ 31 #define ATM_L2_HDLC_ABM 0x0b /* HDLC ABM (ISO/IEC 4335) */ 32 #define ATM_L2_ISO8802 0x0c /* LAN LLC (ISO/IEC 8802/2) */ 36 #define ATM_L2_ISO7776 0x11 /* ISO 7776 DTE-DTE */ 47 #define ATM_L3_ISO8208 0x07 /* ISO/IEC 8208 */ 48 #define ATM_L3_X223 0x08 /* ITU-T X.223 | ISO/IEC 8878 */ 49 #define ATM_L3_ISO8473 0x09 /* ITU-T X.233 | ISO/IEC 8473 */ 51 #define ATM_L3_TR9577 0x0b /* ISO/IEC TR 9577 */ [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/ |
H A D | arm-systemready-linux-distros-unattended.inc | 3 and ISO image modification" 21 # Unpack the ISO image 22 bsdtar -xf ${UNPACKDIR}/${ISO_IMAGE_NAME}.iso -C ${EXTRACTED_ISO_TEMP_DIR} 31 # Repack the ISO image 32 … mkisofs -o ${NEW_ISO_TEMP_DIR}/${ISO_IMAGE_NAME}.iso -U -r -v -T -J -joliet-long -V ${ISO_LABEL} \ 37 mv -f ${NEW_ISO_TEMP_DIR}/${ISO_IMAGE_NAME}.iso ${UNPACKDIR}
|
/openbmc/linux/tools/usb/ |
H A D | hcd-tests.sh | 8 # - iso-out, iso-in: out needs 'iso sink' firmware, in needs 'iso src' 153 iso-out) 157 # at peak iso transfer rates: 171 # FIXME it'd make sense to have an iso OUT test issuing 206 iso-in) 210 # at peak iso transfer rates: 224 # FIXME since iso expects faults, it'd make sense 225 # to have an iso IN test issuing short reads ...
|
/openbmc/openbmc/poky/meta/recipes-extended/baremetal-example/ |
H A D | baremetal-helloworld_git.bb | 65 # qemux86-64 boots from iso rather than -kernel, create image to boot from 67 dd if=/dev/zero of=${B}/build/img.iso bs=1M count=10 status=none 68 dd if=${B}/build/stage1.bin of=${B}/build/img.iso bs=512 count=1 conv=notrunc 69 dd if=${B}/build/stage2.bin of=${B}/build/img.iso bs=512 seek=1 count=64 conv=notrunc 70 dd if=${B}/build/hello_baremetal_x86-64.bin of=${B}/build/img.iso bs=512 seek=65 conv=notrunc 71 install ${B}/build/img.iso ${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.iso
|
/openbmc/linux/sound/usb/caiaq/ |
H A D | audio.c | 355 const struct usb_iso_packet_descriptor *iso) in read_in_urb_mode0() argument 357 unsigned char *usb_buf = urb->transfer_buffer + iso->offset; in read_in_urb_mode0() 364 for (i = 0; i < iso->actual_length;) { in read_in_urb_mode0() 383 const struct usb_iso_packet_descriptor *iso) in read_in_urb_mode2() argument 385 unsigned char *usb_buf = urb->transfer_buffer + iso->offset; in read_in_urb_mode2() 390 for (i = 0; i < iso->actual_length;) { in read_in_urb_mode2() 430 const struct usb_iso_packet_descriptor *iso) in read_in_urb_mode3() argument 432 unsigned char *usb_buf = urb->transfer_buffer + iso->offset; in read_in_urb_mode3() 437 if (iso->actual_length % (BYTES_PER_SAMPLE_USB * CHANNELS_PER_STREAM)) in read_in_urb_mode3() 440 for (i = 0; i < iso->actual_length;) { in read_in_urb_mode3() [all …]
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | URB.rst | 78 // Only for PERIODIC transfers (ISO, INTERRUPT) 83 // ISO only: packets are only "best effort"; each can have errors 127 - For ISO there are two startup behaviors: Specified start_frame or ASAP. 150 - Too many queued ISO transfers (``-EAGAIN``) 151 - Too many requested ISO frames (``-EFBIG``) 160 multi-buffering, to get seamless ISO streaming. 239 How to do isochronous (ISO) transfers? 242 Besides the fields present on a bulk transfer, for ISO, you also 247 most ISO transfer fields. 249 For ISO transfers you also have to fill a :c:type:`usb_iso_packet_descriptor` [all …]
|
H A D | error-codes.rst | 44 c) ISO: attempted to change transfer interval 45 d) ISO: ``number_of_packets`` is < 0 48 ``-EXDEV`` ISO: ``URB_ISO_ASAP`` wasn't specified and all the 52 ``-EFBIG`` Host controller driver can't schedule that many ISO 60 (b) ISO packet is larger than the endpoint maxpacket. 80 Error codes returned by ``in urb->status`` or in ``iso_frame_desc[n].status`` (for ISO) 161 ``-EXDEV`` ISO transfer only partially completed 165 ``-EINVAL`` ISO madness, if this happens: Log off and
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | isoimage-isohybrid.py | 27 Create a bootable ISO image 29 This plugin creates a hybrid, legacy and EFI bootable ISO image. The 44 example above, wic creates an ISO image named IsoImage-cd.direct (default 45 extension added by direct imeger plugin) and a file named IsoImage-cd.iso 55 splash = os.path.join(cr_workdir, "ISO/boot/splash.jpg") 85 logger.debug("Writing syslinux config %s/ISO/isolinux/isolinux.cfg", 88 with open("%s/ISO/isolinux/isolinux.cfg" % cr_workdir, "w") as cfg: 206 isodir = "%s/ISO/" % cr_workdir 240 In this case, prepare content for a bootable ISO image. 243 isodir = "%s/ISO" % cr_workdir [all …]
|
/openbmc/qemu/tests/vm/ |
H A D | openbsd | 25 link = "https://cdn.openbsd.org/pub/OpenBSD/7.6/amd64/install76.iso" 79 self.print_step("Downloading install iso") 82 iso = img + ".install.iso" 84 self.print_step("Preparing iso and disk image") 85 subprocess.check_call(["cp", "-f", cimg, iso]) 92 "-cdrom", iso 209 os.remove(iso)
|
H A D | netbsd | 25 link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/images/NetBSD-9.3-amd64.iso" 88 iso = img + ".install.iso" 90 self.print_step("Preparing iso and disk image") 91 subprocess.check_call(["ln", "-f", cimg, iso]) 97 "-cdrom", iso 214 os.remove(iso)
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | biblio.rst | 50 ISO 13818-1 54 :title: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 "Information technology --- Generic coding of movi… 56 …ation Union (http://www.itu.ch), International Organisation for Standardisation (http://www.iso.ch) 60 ISO 13818-2 64 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology --- Generic coding of moving… 66 …ation Union (http://www.itu.ch), International Organisation for Standardisation (http://www.iso.ch) 132 :title: ITU-T Rec. H.265 | ISO/IEC 23008-2 "High Efficiency Video Coding" 134 …ation Union (http://www.itu.ch), International Organisation for Standardisation (http://www.iso.ch) 309 ISO 12232:2006 313 :title: Photography --- Digital still cameras --- Determination of exposure index, ISO speed ra… [all …]
|
/openbmc/qemu/tests/uefi-test-tools/ |
H A D | Makefile | 17 intermediate_suffixes := .efi .fat .iso.raw 21 $(images_dir)/$(binary).$(target).iso.qcow2)) 31 # which causes git to report differences for the tracked qcow2 ISO images. 40 # Convert the raw ISO image to a qcow2 one, enabling compression, and using a 43 $(images_dir)/%.iso.qcow2: Build/%.iso.raw 50 Build/%.iso.raw: Build/%.fat
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/ |
H A D | geary_46.0.bb | 20 iso-codes \ 41 file://0001-meson-Do-not-check-for-iso-xml-files-during-build.patch \ 52 -Diso_639_xml=${datadir}/xml/iso-codes/iso_639.xml \ 53 -Diso_3166_xml=${datadir}/xml/iso-codes/iso_3166.xml \
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/ |
H A D | iconv-detect.h | 3 #define ICONV_ISO_D_FORMAT "iso-%d-%d" 4 #define ICONV_ISO_S_FORMAT "iso-%d-%s" 5 #define ICONV_10646 "iso-10646"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gmime/gmime/ |
H A D | iconv-detect.h | 3 #define ICONV_ISO_INT_FORMAT "iso-%u-%u" 4 #define ICONV_ISO_STR_FORMAT "iso-%u-%s" 5 #define ICONV_10646 "iso-10646"
|
/openbmc/qemu/tests/functional/ |
H A D | test_ppc64_hv.py | 59 'releases/ppc64le/alpine-standard-3.18.4-ppc64le.iso'), 62 def extract_from_iso(self, iso, path): argument 64 Extracts a file from an iso file into the test workdir 66 :param iso: path to the iso file 67 :param path: path within the iso file of the file to be extracted 76 cmd = "xorriso -osirrox on -indev %s -cpx %s %s" % (iso, path, filename) 134 # iso without having a passthrough filesystem configured.
|
/openbmc/linux/include/net/bluetooth/ |
H A D | iso.h | 11 /* ISO defaults */ 15 /* ISO socket broadcast address */ 24 /* ISO socket address */
|
/openbmc/linux/crypto/ |
H A D | Kconfig | 296 ISO/IEC 14888-3) 310 RFC 7091, ISO/IEC 14888-3) 349 AES cipher algorithms (Rijndael)(FIPS-197, ISO/IEC 18033-3) 367 AES cipher algorithms (Rijndael)(FIPS-197, ISO/IEC 18033-3) 435 Camellia cipher algorithms (ISO/IEC 18033-3) 455 CAST5 (CAST-128) cipher algorithm (RFC2144, ISO/IEC 18033-3) 469 DES (Data Encryption Standard)(FIPS 46-2, ISO/IEC 18033-3) and 470 Triple DES EDE (Encrypt/Decrypt/Encrypt) (FIPS 46-3, ISO/IEC 18033-3) 501 SEED cipher algorithm (RFC4269, ISO/IEC 18033-3) 531 ISO/IEC 18033-3:2010/Amd 1:2021) [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | pcap.c | 46 unsigned char xfer_type; /* ISO (0), Intr, Control, Bulk (3) */ 59 struct iso_rec { /* Only for ISO */ 62 } iso; member 64 int32_t interval; /* 48: Only for Interrupt and ISO */ 65 int32_t start_frame; /* 52: For ISO */ 67 uint32_t ndesc; /* 60: Actual number of ISO descriptors */
|