| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | hsa_ext_image.h | 56 * Image format is not supported. 60 * Image size is not supported. 64 * Image pitch is not supported or invalid. 96 * Maximum dimensions (width, height) of 2D images, in image elements. The X 102 * Maximum dimensions (width, height) of 2DA images, in image elements. The X 108 * Maximum dimensions (width, height) of 2DDEPTH images, in image 114 * Maximum dimensions (width, height) of 2DADEPTH images, in image 120 * Maximum dimensions (width, height, depth) of 3D images, in image 126 * Maximum number of image layers in a image array. Must be at least 2048. The 131 * Maximum number of read-only image handles that can be created for an agent at any one [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Docker.rst | 13 We also provide an ``example`` image, which contains placeholders that one would need 14 to fill out in order to produce Dockerfiles for a new docker image. 34 A snapshot of a docker container filesystem is called a *docker image*. 35 One can start a container from a prebuilt docker image. 39 the docker image (see `official 41 details). A minimal Dockerfile typically contains a base image and a number 42 of RUN commands that have to be executed to build the image. When building a new 43 image, docker will first download your base image, mount its filesystem as 45 filesystem modifications, performed while building your image. When the build 46 process is finished, a diff between your image's final filesystem state and the [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ |
| H A D | unwind-dw2-fde-darwin.c | 71 /* Node of KEYMGR_GCC3_LIVE_IMAGE_LIST. Info about each resident image. */ 74 struct mach_header *mh; /* the image info */ 90 IMAGE_IS_TEXT_MASK = 4, /* This image is in the TEXT segment. */ 93 image list. */ 97 IMAGE has already been removed from the 104 live_image_destructor (struct live_images *image) in live_image_destructor() argument 106 if (image->object_info) in live_image_destructor() 118 __deregister_frame_info_bases (image->fde); in live_image_destructor() 126 free (image->object_info); in live_image_destructor() 127 image->object_info = NULL; in live_image_destructor() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/ |
| H A D | unwind-dw2-fde-darwin.c | 71 /* Node of KEYMGR_GCC3_LIVE_IMAGE_LIST. Info about each resident image. */ 74 struct mach_header *mh; /* the image info */ 90 IMAGE_IS_TEXT_MASK = 4, /* This image is in the TEXT segment. */ 93 image list. */ 97 IMAGE has already been removed from the 104 live_image_destructor (struct live_images *image) in live_image_destructor() argument 106 if (image->object_info) in live_image_destructor() 118 __deregister_frame_info_bases (image->fde); in live_image_destructor() 126 free (image->object_info); in live_image_destructor() 127 image->object_info = NULL; in live_image_destructor() [all …]
|
| /netbsd-src/share/man/man8/man8.prep/ |
| H A D | mkbootimage.8 | 34 .Nd create a prep boot image 42 .Ar boot-image 45 is the utility used to create a bootable kernel image on 52 image from them. 53 This image contains the boot code, kernel, and optionally 55 The image can be written directly to a floppy or hard drive with 64 Specifies which bootloader to embed in the bootable image. 68 Specifies which kernel binary to embed in the bootable image. 75 Selects the machine architecture to build the image for. 78 This option is required if you are building an image for another machine, such [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/ |
| H A D | qxl_image.c | 40 struct qxl_drm_image *image, in qxl_allocate_chunk() argument 56 list_add_tail(&chunk->head, &image->chunk_list); in qxl_allocate_chunk() 66 struct qxl_drm_image *image; in qxl_image_alloc_objects() local 69 image = kmalloc(sizeof(struct qxl_drm_image), GFP_KERNEL); in qxl_image_alloc_objects() 70 if (!image) in qxl_image_alloc_objects() 73 INIT_LIST_HEAD(&image->chunk_list); in qxl_image_alloc_objects() 75 ret = qxl_alloc_bo_reserved(qdev, release, sizeof(struct qxl_image), &image->bo); in qxl_image_alloc_objects() 77 kfree(image); in qxl_image_alloc_objects() 81 ret = qxl_allocate_chunk(qdev, release, image, sizeof(struct qxl_data_chunk) + stride * height); in qxl_image_alloc_objects() 83 qxl_bo_unref(&image->bo); in qxl_image_alloc_objects() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| H A D | nouveau_nvkm_subdev_bios_image.c | 30 #include <subdev/bios/image.h> 35 nvbios_imagen(struct nvkm_bios *bios, struct nvbios_image *image) in nvbios_imagen() argument 44 switch ((data = nvbios_rd16(bios, image->base + 0x00))) { in nvbios_imagen() 51 image->base, data); in nvbios_imagen() 55 if (!(data = nvbios_pcirTp(bios, image->base, &ver, &hdr, &pcir))) in nvbios_imagen() 57 image->size = pcir.image_size; in nvbios_imagen() 58 image->type = pcir.image_type; in nvbios_imagen() 59 image->last = pcir.last; in nvbios_imagen() 61 if (image->type != 0x70) { in nvbios_imagen() 62 if (!(data = nvbios_npdeTp(bios, image->base, &npde))) in nvbios_imagen() [all …]
|
| H A D | nouveau_nvkm_subdev_bios_shadow.c | 33 #include <subdev/bios/image.h> 60 struct nvbios_image image; in shadow_image() local 64 image.base = 0; in shadow_image() 65 image.type = 0; in shadow_image() 66 image.size = mthd->func->size(mthd->data); in shadow_image() 67 image.last = 1; in shadow_image() 75 if (!nvbios_image(bios, idx, &image)) { in shadow_image() 76 nvkm_debug(subdev, "image %d invalid\n", idx); in shadow_image() 81 image.base, image.type, image.size); in shadow_image() 83 if (!shadow_fetch(bios, mthd, image.size)) { in shadow_image() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | dfp.c | 156 int32_t image; in encode_decimal32() local 164 memcpy (&image, d32.bytes, sizeof (int32_t)); in encode_decimal32() 165 buf[0] = image; in encode_decimal32() 177 int32_t image; in decode_decimal32() local 182 image = buf[0]; in decode_decimal32() 183 memcpy (&d32.bytes, &image, sizeof (int32_t)); in decode_decimal32() 198 int32_t image; in encode_decimal64() local 208 memcpy (&image, &d64.bytes[0], sizeof (int32_t)); in encode_decimal64() 209 buf[0] = image; in encode_decimal64() 210 memcpy (&image, &d64.bytes[4], sizeof (int32_t)); in encode_decimal64() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | dfp.cc | 156 int32_t image; in encode_decimal32() local 164 memcpy (&image, d32.bytes, sizeof (int32_t)); in encode_decimal32() 165 buf[0] = image; in encode_decimal32() 177 int32_t image; in decode_decimal32() local 182 image = buf[0]; in decode_decimal32() 183 memcpy (&d32.bytes, &image, sizeof (int32_t)); in decode_decimal32() 198 int32_t image; in encode_decimal64() local 208 memcpy (&image, &d64.bytes[0], sizeof (int32_t)); in encode_decimal64() 209 buf[0] = image; in encode_decimal64() 210 memcpy (&image, &d64.bytes[4], sizeof (int32_t)); in encode_decimal64() [all …]
|
| /netbsd-src/distrib/common/ |
| H A D | Makefile.image | 1 # $NetBSD: Makefile.image,v 1.44 2024/05/17 21:31:10 christos Exp $ 4 # and make an ffs file system image from that tree 9 # IMAGEDEPENDS depends for ${IMAGE} 10 # IMAGEENDIAN endianness of ${IMAGE} 11 # IMAGESIZE size of ${IMAGE} 15 # IMAGE name of target image 16 # IMAGEPREBUILD additional operations to run pre image creation 17 # IMAGEPOSTBUILD operation to run on ${IMAGE} ${.TARGET} after its built 19 # IMAGERUNTIME files/directories to copy from $DESTDIR onto the image 25 # WORKDIR directory to build image in to [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/include/vms/ |
| H A D | eihd.h | 1 /* Alpha VMS external format of Extended Image Header. 26 /* Extended Image Header (eihd) structure. */ 36 /* Byte offset to ISD (Image Section Descriptors) list. */ 45 /* Byte offset to image ident. */ 60 /* Image type. */ 63 /* Image subtype. */ 66 /* Size in bytes of image I/O section requested. */ 78 /* Linker produced image flags. */ 81 /* GBL SEC ident value for linkable image. */ 105 /* CODE identifies image type to MOM. */ [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/vms/ |
| H A D | eihd.h | 1 /* Alpha VMS external format of Extended Image Header. 26 /* Extended Image Header (eihd) structure. */ 36 /* Byte offset to ISD (Image Section Descriptors) list. */ 45 /* Byte offset to image ident. */ 60 /* Image type. */ 63 /* Image subtype. */ 66 /* Size in bytes of image I/O section requested. */ 78 /* Linker produced image flags. */ 81 /* GBL SEC ident value for linkable image. */ 105 /* CODE identifies image type to MOM. */ [all …]
|
| /netbsd-src/usr.sbin/makefs/ |
| H A D | makefs.8 | 41 .Nd create a file system image from a directory tree 56 .Op Fl s Ar image-size 59 .Ar image-file 65 creates a file system image into 66 .Ar image-file 75 .Ar image-file . 81 Set the byte order of the image to 99 free blocks exist in the image. 104 indicates a percentage of the calculated image size. 134 Print image fil [all...] |
| /netbsd-src/external/gpl2/groff/dist/tmac/ |
| H A D | troffrc-end | 11 .do if !d HTML-IMAGE-INLINE .do ds HTML-IMAGE-INLINE 12 .do if !d HTML-IMAGE .do ds HTML-IMAGE 13 .do if !d HTML-IMAGE-RIGHT .do ds HTML-IMAGE-RIGHT 14 .do if !d HTML-IMAGE-LEFT .do ds HTML-IMAGE-LEFT 15 .do if !d HTML-IMAGE-END .do ds HTML-IMAGE-END 17 .do if !d HTML-DO-IMAGE .do ds HTML-DO-IMAGE
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | images | 4 # images: file(1) magic for image formats (see also "iff", and "c-lang" for 27 # and Image Type 1 2 3 9 10 11 32 33 37 # skip more garbage like *.iso by looking for positive image type 39 # skip some compiled terminfo like xterm+tmux by looking for image type less equal 33 45 >>>>>>0 use tga-image 47 >>>>>>0 use tga-image 49 >>>>>>0 use tga-image 51 >>>>>>0 use tga-image 53 >>>>>>0 use tga-image 55 >>>>>>0 use tga-image [all …]
|
| H A D | apple | 19 >3 string \x31\xFF\x0A\x0D\x0A Applesauce A2R 1.x Disk Image 20 >3 string \x32\xFF\x0A\x0D\x0A Applesauce A2R 2.x Disk Image 21 >3 string \x33\xFF\x0A\x0D\x0A Applesauce A2R 3.x Disk Image 38 >3 string \x31\xFF\x0A\x0D\x0A Apple ][ WOZ 1.0 Disk Image 39 >3 string \x32\xFF\x0A\x0D\x0A Apple ][ WOZ 2.0 Disk Image 51 >4 string \xFF\x0A\x0D\x0A Apple Macintosh MOOF Disk Image 63 0 string \x01\x38\xB0\x03\x4C Apple ProDOS Image 76 0 string \x01\x8A\x48\xD8\x2C\x82\xC0\x8D\x0E\xC0\x8D\x0C Apple ProDOS ProBoot Image 85 0 string \x01\xA8\x8A\x20\x7B\xF8\x29\x07\x09\xC0\x99\x30 Apple ProDOS ProBoot Image 94 0 string \x01\x4A\xD0\x34\xE6\x3D\x8A\x20\x7B\xF8\x09\xC0 Apple ProDOS ProBoot Image [all …]
|
| H A D | jpeg | 10 # both of which turn into "JPEG image data" here. 12 0 belong 0xffd8fff7 JPEG-LS image data 13 !:mime image/jls 17 0 belong&0xffffff00 0xffd8ff00 JPEG image data 18 !:mime image/jpeg 27 # in a vain attempt to add image size reporting for JFIF. Note that these 33 # Next, the resolution or aspect ratio of the image: 95 # D8: Start of image 96 # D9: End of image 110 0 string hsi1 JPEG image data, HSI proprietary [all …]
|
| /netbsd-src/distrib/rs6000/bootfs/ |
| H A D | Makefile | 6 IMAGE= boot.fs macro 18 ${IMAGE}.gz: ${KERNEL} ${BOOTLOADER} 21 -b ${BOOTLOADER} -k ${TMPKERNEL} ${IMAGE} 22 ${TOOL_GZIP_N} -9c ${IMAGE} > ${IMAGE}.tmp 23 mv ${IMAGE}.tmp ${.TARGET} 25 CLEANFILES+= ${IMAGE} ${IMAGE}.tmp ${IMAGE}.gz 27 all realall: ${IMAGE}.gz 29 release:: check_RELEASEDIR .WAIT ${IMAGE}.gz 30 ${RELEASE_INSTALL} ${IMAGE}.gz \
|
| /netbsd-src/external/bsd/elftosb/dist/sbtool/ |
| H A D | EncoreBootImageReader.h | 16 * \brief Reads a Piano/Encore boot image from an input stream. 22 * \brief Exception class used for error found while reading a boot image. 54 //! pieces and parts of the boot image file. 56 //! \brief Reads the header from the image. 59 //! \brief Computes the actual SHA-1 digest of the image header. 62 //! \brief Reads the digest at the end of the image. 65 //! \brief Run a SHA-1 digest over the entire image. 71 //! \brief Reads the key dictionary, if the image is encrypted. 85 //! \brief Returns whether the image is encrypted or not. 89 //! \brief Returns a reference to the image's header. [all …]
|
| /netbsd-src/external/nvidia-firmware/nouveau/gp102/sec2/ |
| H A D | Makefile | 7 FILES+= ${.CURDIR}/../../dist/gp102/sec2/image-1.bin 8 FILES+= ${.CURDIR}/../../dist/gp102/sec2/image.bin 16 SYMLINKS+= ${FIRMWAREDIR}/nouveau/nvidia/gp102/sec2/image.bin \ 17 ${FIRMWAREDIR}/nouveau/nvidia/gp104/sec2/image.bin 22 SYMLINKS+= ${FIRMWAREDIR}/nouveau/nvidia/gp102/sec2/image-1.bin \ 23 ${FIRMWAREDIR}/nouveau/nvidia/gp104/sec2/image-1.bin 29 SYMLINKS+= ${FIRMWAREDIR}/nouveau/nvidia/gp102/sec2/image.bin \ 30 ${FIRMWAREDIR}/nouveau/nvidia/gp106/sec2/image.bin 35 SYMLINKS+= ${FIRMWAREDIR}/nouveau/nvidia/gp102/sec2/image-1.bin \ 36 ${FIRMWAREDIR}/nouveau/nvidia/gp106/sec2/image-1.bin [all …]
|
| /netbsd-src/games/warp/ |
| H A D | them.c | 56 x = (obj->posx+(obj->image=='<'?1:-1)+XSIZE00)%XSIZE; in their_smarts() 61 obj->velx = (obj->image=='<' ? 1 : -1); in their_smarts() 65 obj->image = rand_mod(2) ? '<' : '>'; in their_smarts() 66 obj->velx = obj->image == '<' ? 1 : -1; in their_smarts() 84 (curkl->image != ' ') && in their_smarts() 99 if (obj->image == '@') { in their_smarts() 100 obj->image = '*'; in their_smarts() 103 mvaddch(obj->posy+1,obj->posx*2,obj->image); in their_smarts() 109 else if (obj->image == 'B') { in their_smarts() 134 else if (curkl->image == 'M') { /* Mudd wants to sit sometimes */ in their_smarts() [all …]
|
| /netbsd-src/distrib/evbsh3/rom/ramdiskeb/ |
| H A D | Makefile | 8 IMAGE= ramdisk.fs macro 19 IMAGE?= xxx.fs macro 36 realall: ${IMAGE} 38 ${IMAGE}: ${CBIN} ${MTREECONF} ${LISTS} 39 rm -f ${IMAGE}.tmp 40 dd if=/dev/zero of=${IMAGE}.tmp count=${RAMDISKSIZE} 41 ${VNCONFIG} -v -c ${VND_CDEV} ${IMAGE}.tmp \ 56 mv -f ${IMAGE}.tmp ${IMAGE} 61 -/bin/rm -f ${IMAGE}.tmp 76 ${VNCONFIG} -v -c ${VND_CDEV} ${IMAGE} \ [all …]
|
| /netbsd-src/distrib/evbsh3/rom/ramdiskel/ |
| H A D | Makefile | 8 IMAGE= ramdisk.fs macro 19 IMAGE?= xxx.fs macro 36 realall: ${IMAGE} 38 ${IMAGE}: ${CBIN} ${MTREECONF} ${LISTS} 39 rm -f ${IMAGE}.tmp 40 dd if=/dev/zero of=${IMAGE}.tmp count=${RAMDISKSIZE} 41 ${VNCONFIG} -v -c ${VND_CDEV} ${IMAGE}.tmp \ 56 mv -f ${IMAGE}.tmp ${IMAGE} 61 -/bin/rm -f ${IMAGE}.tmp 76 ${VNCONFIG} -v -c ${VND_CDEV} ${IMAGE} \ [all …]
|
| /netbsd-src/sys/dev/cardbus/ |
| H A D | cardbus_exrom.c | 51 /* A PCI ROM is divided into a number of images. Each image has two 52 * data structures, a header located at the start of the image, and a 73 * 0x10 2 image length (in 512 byte blocks) 76 * 0x15 1 indicator (bit 7 indicates final image) 83 * ROM image. This function assumes that the ROM is mapped at 95 size_t addr = 0; /* offset of current rom image */ in cardbus_read_exrom() 102 struct cardbus_rom_image *image; in cardbus_read_exrom() local 108 "bad header signature in ROM image %u: 0x%04x\n", in cardbus_read_exrom() 114 /* get the ROM image size, in blocks */ in cardbus_read_exrom() 124 image = malloc(sizeof(*image), M_DEVBUF, M_WAITOK); in cardbus_read_exrom() [all …]
|