Searched refs:image (Results 76 - 94 of 94) sorted by relevance

1234

/freebsd-11.0-release/sys/dev/md/
H A Dmd.c130 * Preloaded image gets put here.
135 * Applications that patch the object with the image can determine
1723 md_preloaded(u_char *image, size_t length, const char *name) argument
1733 sc->pl_ptr = image;
1742 printf("%s%d: Preloaded image <%s> %zd bytes at %p\n",
1743 MD_NAME, sc->unit, name, length, image);
1745 printf("%s%d: Embedded image %zd bytes at %p\n",
1746 MD_NAME, sc->unit, length, image);
/freebsd-11.0-release/sys/dev/drm/
H A Dradeon_drm.h647 int width; /* Texture image coordinates */
649 drm_radeon_tex_image_t __user *image; member in struct:drm_radeon_texture
H A Dradeon_drv.h532 drm_radeon_tex_image_t * image);
/freebsd-11.0-release/tools/tools/tinybsd/
H A Dtinybsd62 image)
85 image=<tinybsd image name> [tinybsd.bin]
90 $0 sectors=65536 heads=8 spt=16 conf=wireless mfsroot=yes image=myimage.img batch
244 echo "${TS} Alternative image name not set; defaulting to 'tinybsd.bin'"
490 echo "${TS} Your final image is in ${CURRENTDIR}/${IMG}"
/freebsd-11.0-release/usr.sbin/makefs/
H A Dcd9660.c437 * Builds the ISO image file
438 * @param const char *image The image filename to create
444 cd9660_makefs(const char *image, const char *dir, fsnode *root, argument
462 assert(image != NULL);
475 printf("cd9660_makefs: image %s directory %s root %p\n",
476 image, dir, root);
601 cd9660_write_image(image);
1515 * @param struct iso9660_disk *disk The disk image
2107 warnx("Error: Boot image mus
[all...]
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex53 image.
93 kernel image that supports multiple embedded machines.
380 and include it in the bootloader image. For minor revisions of the
422 bootloader or firmware image.
/freebsd-11.0-release/release/picobsd/build/
H A Dpicobsd49 # for all variables that do not depend on image type and source tree.
111 # and run the image via diskless boot.
140 c_img=picobsd.bin # filename used for the picobsd image
141 c_iso=picobsd.iso # filename used for the ISO image
142 generate_iso="NO" # don't generate the iso image
243 # Main build procedure. Builds both the disk image and the ISO
272 # populate it and produce a file with the MFS image
274 # create, mount and fill a filesystem with floppy image
318 "MFS size depends on what you need to put on the MFS image. Typically \
320 as much as 2500kB kB for a densely packed image
[all...]
/freebsd-11.0-release/sys/conf/
H A Dkern.pre.mk219 # Architecture and output format arguments for objdump to convert image to
H A Dkern.post.mk377 # Generate an object file from the file system image to embed in the kernel
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_drm.h675 int width; /* Texture image coordinates */
677 drm_radeon_tex_image_t __user *image; member in struct:drm_radeon_texture
H A Dradeon_drv.h457 drm_radeon_tex_image_t *image);
/freebsd-11.0-release/tools/tools/nanobsd/
H A Ddefaults.sh72 # The default name for any image we create.
112 # 0 -> Leave second image all zeroes so it compresses better.
113 # 1 -> Initialize second image with a copy of the first
690 # size of image partition(s) in full cylinders
696 # First image partition start at second track
700 # Second image partition (if any) also starts offset one
723 # for booting the image from a USB device to work.
748 # XXX: pick up cached boot* files, they may not be in image anymore.
759 # Create first image
768 # Duplicate to second image (i
[all...]
/freebsd-11.0-release/tools/tools/sysbuild/
H A Dsysbuild.sh448 log_it Prepare running image
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-disk.sh439 # Check if we have an image file defined
440 echo $line | grep -q "^image=" 2>/dev/null
442 # Found an image= entry, lets read / set it
536 image)
539 exit_err "ERROR: partition type image specified with no image!"
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1264 % without \immediate, pdftex seg faults when the same image is
6491 % @image. We use the macros from epsf.tex to support this.
6492 % If epsf.tex is not installed and @image is used, we complain.
6494 % Check for and read epsf.tex up front. If we read it only at @image
6496 % undone and the next image would fail.
6512 \def\image#1{%
6524 % Arguments to @image:
6525 % #1 is (mandatory) image filename; we tack on .eps extension.
6534 % If the image is by itself, center it.
6538 % Usually we'll have text after the image whic
[all...]
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex1185 % without \immediate, pdftex seg faults when the same image is
6290 % @image. We use the macros from epsf.tex to support this.
6291 % If epsf.tex is not installed and @image is used, we complain.
6293 % Check for and read epsf.tex up front. If we read it only at @image
6295 % undone and the next image would fail.
6311 \def\image#1{%
6323 % Arguments to @image:
6324 % #1 is (mandatory) image filename; we tack on .eps extension.
6333 % If the image is by itself, center it.
6337 % Usually we'll have text after the image whic
[all...]
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex1186 % without \immediate, pdftex seg faults when the same image is
6362 % @image. We use the macros from epsf.tex to support this.
6363 % If epsf.tex is not installed and @image is used, we complain.
6365 % Check for and read epsf.tex up front. If we read it only at @image
6367 % undone and the next image would fail.
6383 \def\image#1{%
6395 % Arguments to @image:
6396 % #1 is (mandatory) image filename; we tack on .eps extension.
6405 % If the image is by itself, center it.
6409 % Usually we'll have text after the image whic
[all...]
/freebsd-11.0-release/contrib/libxo/xohtml/external/
H A Djquery.js4606 image: function( elem ) {
4607 return elem.nodeName.toLowerCase() === "input" && "image" === elem.type;
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c946 #define SQLITE_CORRUPT 11 /* The database disk image is malformed */
[all...]

Completed in 682 milliseconds

1234