Home
last modified time | relevance | path

Searched refs:img (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmFrame.java91 Image img = tk.getImage(iconUrl); in pmFrame() local
92 this.setIconImage(img); in pmFrame()
/titanic_50/usr/src/uts/i86pc/os/
H A Dfastboot.c367 fastboot_elf64_find_dboot_load_offset(void *img, off_t imgsz, uint32_t *offp) in fastboot_elf64_find_dboot_load_offset() argument
369 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)img; in fastboot_elf64_find_dboot_load_offset()
377 phdrbase = (uint8_t *)img + ehdr->e_phoff; in fastboot_elf64_find_dboot_load_offset()
403 fastboot_elf32_find_loadables(void *img, off_t imgsz, fastboot_section_t *sectp, in fastboot_elf32_find_loadables() argument
406 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)img; in fastboot_elf32_find_loadables()
416 phdrbase = (uint8_t *)img + ehdr->e_phoff; in fastboot_elf32_find_loadables()
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dmenu.lst24 #initrd /initrd.img
/titanic_50/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in35 img_file=/tmp/grub-install.img.$$