Home
last modified time | relevance | path

Searched refs:images (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dufmtest.c348 nvlist_t **images, *misc, *miscdup = NULL, **slots; in ufmtest_fill_image() local
355 &images, &ni) != 0) in ufmtest_fill_image()
361 if (nvlist_lookup_string(images[imgno], DDI_UFM_NV_IMAGE_DESC, in ufmtest_fill_image()
363 nvlist_lookup_nvlist_array(images[imgno], DDI_UFM_NV_IMAGE_SLOTS, in ufmtest_fill_image()
370 if (nvlist_lookup_nvlist(images[imgno], DDI_UFM_NV_IMAGE_MISC, &misc) in ufmtest_fill_image()
386 nvlist_t **images, *misc, *miscdup = NULL, **slots; in ufmtest_fill_slot() local
394 &images, &ni) != 0) in ufmtest_fill_slot()
400 if (nvlist_lookup_nvlist_array(images[imgno], DDI_UFM_NV_IMAGE_SLOTS, in ufmtest_fill_slot()
/illumos-gate/usr/src/uts/common/os/
H A Dddi_ufm.c136 nvlist_t **images = NULL, **slots = NULL; in ufm_cache_fill() local
223 images = kmem_zalloc(sizeof (nvlist_t *) * ufmh->ufmh_nimages, in ufm_cache_fill()
228 images[i] = fnvlist_alloc(); in ufm_cache_fill()
229 fnvlist_add_string(images[i], DDI_UFM_NV_IMAGE_DESC, in ufm_cache_fill()
232 fnvlist_add_nvlist(images[i], DDI_UFM_NV_IMAGE_MISC, in ufm_cache_fill()
260 fnvlist_add_nvlist_array(images[i], DDI_UFM_NV_IMAGE_SLOTS, in ufm_cache_fill()
265 fnvlist_add_nvlist_array(ufmh->ufmh_report, DDI_UFM_NV_IMAGES, images, in ufm_cache_fill()
267 free_nvlist_array(images, ufmh->ufmh_nimages); in ufm_cache_fill()
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dufm.c76 nvlist_t **images, **slots; in fw_readfw() local
90 if (nvlist_lookup_nvlist_array(nvl, DDI_UFM_NV_IMAGES, &images, in fw_readfw()
103 if (nvlist_lookup_nvlist_array(images[0], DDI_UFM_NV_IMAGE_SLOTS, in fw_readfw()
505 nvlist_t *nvl, **images; in fw_devinfo() local
535 if (nvlist_lookup_nvlist_array(nvl, DDI_UFM_NV_IMAGES, &images, in fw_devinfo()
545 if (nvlist_lookup_nvlist_array(images[img], in fw_devinfo()
550 if (nvlist_lookup_string(images[img], DDI_UFM_NV_IMAGE_DESC, in fw_devinfo()
/illumos-gate/usr/src/grub/
H A DREADME.grub7 http://ruslug.rutgers.edu/~mcgrof/grub-images/patches/historic/redhat/
10 According to http://ruslug.rutgers.edu/~mcgrof/grub-images/
/illumos-gate/usr/src/test/os-tests/tests/ddi_ufm/
H A Dufm-test.c148 nvlist_t *nvl = NULL, **images = NULL, **slots = NULL; in do_setfw() local
151 if ((images = calloc(sizeof (nvlist_t *), fwdata->ud_nimages)) == NULL) in do_setfw()
155 if (nvlist_alloc(&images[i], NV_UNIQUE_NAME, 0) != 0 || in do_setfw()
156 nvlist_add_string(images[i], DDI_UFM_NV_IMAGE_DESC, in do_setfw()
178 if (nvlist_add_nvlist_array(images[i], DDI_UFM_NV_IMAGE_SLOTS, in do_setfw()
186 nvlist_add_nvlist_array(nvl, DDI_UFM_NV_IMAGES, images, in do_setfw()
205 free_nvlist_arr(images, fwdata->ud_nimages); in do_setfw()
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in66 --root-directory=DIR install GRUB images under the directory DIR
76 grub-install copies GRUB images into the DIR/boot directory specfied by
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A DREADME.netboot1 You can use the netboot support to download OS images from a network.
20 images, called "nbgrub" and "pxegrub". The former is the ``Net Boot
/illumos-gate/usr/src/lib/libdtrace_jni/java/
H A DMakefile48 DOCIMAGES=$(DOCS)/images
/illumos-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE24 4. Check the resulted images, for example, using bochs.
H A DTODO102 images or not, after all.
H A DNEWS96 * The utility ``grub-install'' makes sure that GRUB images have been
157 configuration file automatically, like the network boot images.
175 unmount the partition where GRUB images reside. We'd recommend _not_
197 specify the name of a directory which contains GRUB images. And, the
238 and "make" will produce two additional images, ``nbgrub'' for Net Boot
H A DINSTALL17 later, since you can create smaller binary images. See the web page
H A DChangeLog1674 images as the host operating system by comparing the result of
3248 * docs/user-ref.texi (GRUB images): New chapter.
3249 * docs/grub.texi: Added an entry for the chapter "GRUB images".
4173 boot images.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi197 OS images should be easy to generate. Ideally, an OS image should simply
200 disassemble OS images just like normal executables. Specialized tools
201 should not be required to create OS images in a @emph{special} file
210 operating system to do this makes creation of OS images much more
223 problem. Multiboot-compliant OS images always contain a magic
227 be at the very beginning of the executable file, so kernel images can
409 must be set to zero in OS images. This way, the @samp{flags} fields
433 be provided if the images is in a.out format or in some other
434 format. Compliant boot loaders must be able to load images that either
H A Dgrub.info-150 * Network:: Downloading OS images from a network
280 support. You can load OS images from a network by using the "TFTP"
431 GRUB comes with boot images, which are normally put in the directory
437 GRUB images are initially placed (normally `/usr/lib/grub/i386-pc')
579 But all the above examples assume that GRUB should use images under
580 the root directory. If you want GRUB to use images under a directory
718 1. Set GRUB's root device to the drive where the OS images are stored
1274 Downloading OS images from a network
1317 Finally, download your OS images from your network. The network can
H A Dmultiboot.info160 OS images should be easy to generate. Ideally, an OS image should simply
163 disassemble OS images just like normal executables. Specialized tools
164 should not be required to create OS images in a _special_ file format.
173 operating system to do this makes creation of OS images much more
186 Multiboot-compliant OS images always contain a magic "Multiboot header"
190 beginning of the executable file, so kernel images can still conform to
372 bits in the `flags' word must be set to zero in OS images. This
397 _must_ be provided if the images is in a.out format or in some
398 other format. Compliant boot loaders must be able to load images
H A Dgrub.texi108 * Network:: Downloading OS images from a network
332 support. You can load OS images from a network by using the @dfn{TFTP}
481 GRUB comes with boot images, which are normally put in the directory
487 configuration file. Hereafter, the directory where GRUB images are
639 But all the above examples assume that GRUB should use images under
640 the root directory. If you want GRUB to use images under a directory
782 Set GRUB's root device to the drive where the OS images are stored with
1438 @chapter Downloading OS images from a network
1481 Finally, download your OS images from your network. The network can be
1514 GRUB provides two second stage images, @file{nbgrub} and
[all …]
H A Dgrub.info-246 GRUB provides two second stage images, `nbgrub' and `pxegrub' (*note
47 Images::). These images are the same as the normal Stage 2, except that
101 images. If you get them in binary form, probably they have serial
166 (*note Diskless::) diverts the preset menu. Diskless images embed a
170 the preset menu yourself, because diskless images don't set it up
261 GRUB consists of several images: two essential stages, optional
263 network boot images. Here is a short overview of them. *Note
H A Dgrub.info51 * Network:: Downloading OS images from a network
281 support. You can load OS images from a network by using the "TFTP"
432 GRUB comes with boot images, which are normally put in the directory
438 GRUB images are initially placed (normally `/usr/lib/grub/i386-pc')
580 But all the above examples assume that GRUB should use images under
581 the root directory. If you want GRUB to use images under a directory
718 1. Set GRUB's root device to the drive where the OS images are stored
1274 6 Downloading OS images from a network
1316 Finally, download your OS images from your network. The network can
1352 GRUB provides two second stage images, `nbgrub' and `pxegrub' (*note
[all …]
H A Dgrub.info-3335 IMAGE_DEVICE is specified, then find the GRUB images (*note
342 images are put. If it is not specified, GRUB automatically
829 Install GRUB images under the directory DIR instead of the root
1002 the GRUB images. This will also install the GRUB manual.
H A Dtexinfo.tex6379 \newhelp\noepsfhelp{epsf.tex must be installed for images to
6387 \errmessage{epsf.tex not found, images will be ignored}%
/illumos-gate/usr/src/data/zoneinfo/
H A Daustralasia757 # http://www.parliament.gov.ws/images/ACTS/International_Date_Line_Act__2011_-_Eng.pdf
1786 # <http://pipa.neaq.org/2012/06/images-of-kanton-island.html>.
H A Deurope1293 # https://almanakka.helsinki.fi/images/aikakirja/Aikakirja2013kokonaan.pdf
3325 # http://astronomia.ign.es/rknowsys-theme/images/webAstro/paginas/documentos/Anuario/lahoraoficiale…
H A Dasia993 # It contains images of old official gazettes.