/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/tools/ |
H A D | printnet.c | 89 (void) printf("%12s: %d\n", "active image", header.dnh_image); 90 (void) printf("%12s: %d\n", "temp image", header.dnh_tempimage); 105 unsigned int image, hash; local 108 for (image = 0; image < 2; image++) { 109 if (header.dnh_cidhash[hash][image] == DN_NOREC) 112 (void) printf(" hash %4d/%d: ", hash, image); 113 recid = header.dnh_cidhash[hash][image]; 114 for (; recid != DN_NOREC; recid = rec.rec_next[image]) { [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/ |
H A D | init.c | 85 grub_efi_loaded_image_t *image = NULL; local 88 image = grub_efi_get_loaded_image (grub_efi_image_handle); 89 if (!image) 91 *device = grub_efidisk_get_device_name (image->device_handle); 92 *path = grub_efi_get_filename (image->file_path); 94 grub_efi_net_config (image->device_handle, device, path);
|
H A D | efi.c | 209 /* Search the mods section from the PE32/PE32+ image. This code uses 214 grub_efi_loaded_image_t *image; local 222 image = grub_efi_get_loaded_image (grub_efi_image_handle); 223 if (! image) 226 header = image->image_base; 244 info = (struct grub_module_info *) ((char *) image->image_base
|
/osnet-11/usr/src/grub/grub2/grub-core/loader/ |
H A D | xnu_resume.c | 35 /* Free loaded image */ 50 void *image; local 96 /* Unload image if any. */ 134 image = get_virtual_current_address (ch); 150 /* Read image. */ 152 || grub_file_read (file, image, hibhead.image_size) 171 grub_dprintf ("xnu", "image at 0x%x\n",
|
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/ |
H A D | gui_image.c | 1 /* gui_image.c - GUI component to display an image. */ 157 grub_error (grub_errno, "failed to scale bitmap for image component"); 265 grub_gui_image_t image; local 266 image = grub_zalloc (sizeof (*image)); 267 if (! image) 269 image->component.ops = &image_ops; 270 return (grub_gui_component_t) image;
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-pe2elf.c | 1 /* grub-pe2elf.c - tool to convert pe image to elf. */ 52 Tool to convert pe image to elf.\n\ 124 write_section_data (FILE* fp, char *image, argument 130 char *pe_strtab = (image + pe_chdr->symtab_offset 192 grub_util_write_image_at (image + pe_shdr->raw_data_offset, 223 write_reloc_section (FILE* fp, char *image, argument 239 pe_rel = (struct grub_pe32_reloc *) (image + pe_sec->relocations_offset); 261 addr = (grub_uint32_t *)(image + pe_sec->raw_data_offset + ofs); 266 code = image[pe_sec->raw_data_offset + ofs - 1]; 294 grub_util_write_image_at (image 313 write_symbol_table(FILE* fp, char *image, struct grub_pe32_coff_header *pe_chdr, struct grub_pe32_section_table *pe_shdr, int *section_map) argument 453 convert_pe(FILE* fp, char *image) argument 485 char *image; local [all...] |
/osnet-11/usr/src/lib/libdll/common/ |
H A D | dlfcn.c | 326 NSImage image; member in struct:Dll_s 339 static const char e_static[] = T("image statically linked"); 367 NSObjectFileImage image; local 390 switch (NSCreateObjectFileImageFromFile(path, &image)) 393 dll->module = NSLinkModule(image, path, (mode & RTLD_LAZY) ? 0 : NSLINKMODULE_OPTION_BINDNOW); 394 NSDestroyObjectFileImage(image); 402 dll->image = NSAddImage(path, 0); 403 if (!dll->image) 448 else if (dll->image) 450 if (!NSIsSymbolNameDefinedInImage(dll->image, nam [all...] |
/osnet-11/usr/src/grub/grub2/ |
H A D | gentpl.py | 414 def image(platform): function 415 r = set_canonical_name_suffix(".image") 416 r += gvar_add("noinst_PROGRAMS", "[+ name +].image") 433 r += rule("[+ name +].img", "[+ name +].image$(EXEEXT)", """ 552 return rules("image", image)
|
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/ |
H A D | dhcp_network.c | 110 * image, then, once the inactive image has completed the hash chain 112 * atomically switched, making the formerly-inactive image authoritative. 113 * After the image switch, the update code then updates the formerly-active 114 * image's hash chains to match the active image's hash chains. 118 * inactive image's hash chains with the active image's chains. Note that 119 * the atomic image switch serves as the "commit point" for the operation: 329 uchar_t image; local 573 uchar_t image; local 698 uchar_t image; local 833 uchar_t image; local 1189 uchar_t image, dirty; local 1430 read_hashhead(int fd, dn_recid_t *recid_headp, uint16_t cidhash, uchar_t image) argument 1446 write_hashhead(int fd, dn_recid_t recid_head, uint16_t cidhash, uchar_t image) argument [all...] |
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsclone.c | 6 * Special image format support copyright (c) 2004 Per Olofsson 8 * Clone NTFS data and/or metadata to a sparse file, image, device or stdout. 149 ntfs_walk_clusters_ctx *image; member in struct:ntfs_walk_cluster 169 #define IMAGE_MAGIC "\0ntfsclone-image" 178 * stupidly used the volume version as the image version... )-: I hope NTFS 182 * NOTE: Only bump the minor version if the image format and header are still 303 " Efficiently clone NTFS to a sparse file, image, device or standard output.\n" 307 " -s, --save-image Save to the special image format\n" 308 " -r, --restore-image Restor 491 is_critical_metadata(ntfs_walk_clusters_ctx *image, runlist *rl) argument 655 dump_clusters(ntfs_walk_clusters_ctx *image, runlist *rl) argument 945 wipe_timestamps(ntfs_walk_clusters_ctx *image) argument 960 wipe_resident_data(ntfs_walk_clusters_ctx *image) argument 986 clone_logfile_parts(ntfs_walk_clusters_ctx *image, runlist *rl) argument 1740 ignore_bad_clusters(ntfs_walk_clusters_ctx *image) argument 1815 ntfs_walk_clusters_ctx image; local [all...] |