Searched defs:type (Results 326 - 350 of 894) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_label.c76 label_is_instance (void *vself __attribute__((unused)), const char *type) argument
78 return grub_strcmp (type, "component") == 0;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dprintf-args.h94 arg_type type; member in struct:__anon450
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Dmm.c51 grub_efi_allocate_type_t type; local
64 type = GRUB_EFI_ALLOCATE_MAX_ADDRESS;
68 type = GRUB_EFI_ALLOCATE_ADDRESS;
71 type = GRUB_EFI_ALLOCATE_ANY_PAGES;
73 type = GRUB_EFI_ALLOCATE_ADDRESS;
77 status = efi_call_4 (b->allocate_pages, type, GRUB_EFI_LOADER_DATA, pages, &address);
86 status = efi_call_4 (b->allocate_pages, type, GRUB_EFI_LOADER_DATA, pages, &address);
253 if (desc->type == GRUB_EFI_CONVENTIONAL_MEMORY
363 desc->type, desc->physical_start, desc->virtual_start,
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dopenfw.c92 alias.type = childtype;
123 find a device of a specific type. */
201 alias.type = devtype;
325 char type[64]; /* XXX check size. */ local
330 /* We need to know what type of device it is in order to parse the full
337 if (grub_ieee1275_get_property (dev, "device_type", &type, sizeof type, 0))
350 ret = grub_strdup (type);
357 if (grub_strcmp ("block", type) != 0)
387 if (grub_strcmp ("block", type) !
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_bcj.c35 } type; member in struct:xz_dec_bcj
363 switch (s->type) {
570 s->type = id;
/osnet-11/usr/src/grub/grub2/grub-core/loader/powerpc/ieee1275/
H A Dlinux.c59 grub_memory_type_t type);
61 grub_memory_type_t type)
68 if (type != GRUB_MEMORY_AVAILABLE || target > end)
267 "this ELF file is not of the right type");
60 alloc_mem(grub_uint64_t addr, grub_uint64_t len, grub_memory_type_t type) argument
/osnet-11/usr/src/grub/grub2/grub-core/mmap/
H A Dmmap.c71 int type; member in struct:grub_mmap_scan
72 /* Which type of memory region? */
83 /* How many regions of given type overlap at current location? */
96 grub_memory_type_t type __attribute__ ((unused)))
106 grub_memory_type_t type)
109 scanline_events[i].type = 0;
110 if (type < ARRAY_SIZE (priority) && priority[type])
111 scanline_events[i].memtype = type;
114 grub_dprintf ("mmap", "Unknown memory type
104 fill_hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument
232 grub_mmap_register(grub_uint64_t start, grub_uint64_t size, int type) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcompletion.c53 matches uniquely. The type TYPE specifies what kind of data is added. */
56 grub_completion_type_t type)
73 print_func (match, type, 0);
83 print_func (completion, type, num_found - 1);
54 add_completion(const char *completion, const char *extra, grub_completion_type_t type) argument
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dscript.c122 struct grub_script_arg *arg, grub_script_arg_type_t type,
134 argpart->type = type;
120 grub_script_arg_add(struct grub_parser_param *state, struct grub_script_arg *arg, grub_script_arg_type_t type, char *str) argument
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Defi_uga.c108 grub_uint32_t old_bar1, old_bar2, type; local
115 type = old_bar1 & GRUB_PCI_ADDR_MEM_TYPE_MASK;
116 if (type == GRUB_PCI_ADDR_MEM_TYPE_64)
142 if (type == GRUB_PCI_ADDR_MEM_TYPE_64)
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dtga.c87 grub_uint8_t type; local
104 if (grub_file_read (file, &type, sizeof (type)) != sizeof(type))
107 if (type & 0x80)
110 type &= 0x7f;
111 type++;
117 while (type)
127 type--;
134 type
166 grub_uint8_t type; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dbsdlabel.h83 grub_uint16_t type; member in struct:grub_partition_bsd_disk_label
H A Dlvm.h63 enum { GRUB_LVM_STRIPED, GRUB_LVM_MIRROR } type; member in struct:grub_lvm_segment
92 grub_int8_t type[8]; /* LVM2 001 */ member in struct:grub_lvm_label_header
H A Dmsdos_partition.h79 /* The partition type. */
80 grub_uint8_t type; member in struct:grub_msdos_partition_entry
112 grub_msdos_partition_is_empty (int type)
114 return (type == GRUB_PC_PARTITION_TYPE_NONE);
118 grub_msdos_partition_is_extended (int type)
120 return (type == GRUB_PC_PARTITION_TYPE_EXTENDED
121 || type == GRUB_PC_PARTITION_TYPE_WIN95_EXTENDED
122 || type == GRUB_PC_PARTITION_TYPE_LINUX_EXTENDED);
111 grub_msdos_partition_is_empty(int type) argument
117 grub_msdos_partition_is_extended(int type) argument
H A Dusbdesc.h37 grub_uint8_t type; member in struct:grub_usb_desc
43 grub_uint8_t type; member in struct:grub_usb_desc_device
61 grub_uint8_t type; member in struct:grub_usb_desc_config
74 grub_uint8_t type;
87 grub_uint8_t type; member in struct:grub_usb_desc_if
100 grub_uint8_t type; member in struct:grub_usb_desc_endp
110 grub_uint8_t type; member in struct:grub_usb_desc_str
117 grub_uint8_t type; member in struct:grub_usb_usb_hubdesc
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dnetbsd_bootinfo.h71 grub_uint32_t type; member in struct:grub_netbsd_btinfo_common
81 grub_uint16_t type, checksum; member in struct:grub_netbsd_btinfo_bootdisk::__anon773
121 grub_uint32_t type; member in struct:grub_netbsd_btinfo_modules::grub_netbsd_btinfo_module
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-pe2elf.c246 int type; local
253 if (pe_rel->type == GRUB_PE32_REL_I386_DIR32)
254 type = R_386_32;
255 else if (pe_rel->type == GRUB_PE32_REL_I386_REL32)
256 type = R_386_PC32;
258 grub_util_error ("unknown pe relocation type %d\n", pe_rel->type);
262 if (type == R_386_PC32)
289 type);
337 int bind, type; local
[all...]
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c47 type_name(ctf_file_t *ctfp, ctf_id_t type, char *buf, size_t len) argument
49 if (ctf_type_name(ctfp, type, buf, len) == NULL)
50 (void) snprintf(buf, len, "<%ld>", type);
56 print_value(ctf_file_t *ctfp, ctf_id_t type, ulong_t value) argument
58 ctf_id_t rtype = ctf_type_resolve(ctfp, type);
64 type = ctf_type_reference(ctfp, rtype);
65 rtype = ctf_type_resolve(ctfp, type);
301 char type[256]; local
316 if (ctf_type_name(ctfp, id, type, sizeof (type))
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h36 /* type of variable entries read */
39 ib_service_type_t type; /* service type */ member in struct:ibcfg_var
54 ib_service_type_t type; /* service type */ member in struct:ib_svc_rec_s
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmime.c116 char *type; local
168 type = subtype = NULL;
187 type = *pvp++;
227 if (type == NULL)
228 type = "-none-";
243 (void) sm_snprintf(buf, sizeof(buf), "%.100s/%.100s", type, subtype);
248 if (wordinclass(buf, 'b') || wordinclass(type, 'b'))
251 if (wordinclass(buf, 'q') || wordinclass(type, 'q'))
260 if (sm_strcasecmp(type, "multipart") == 0 &&
397 if (sm_strcasecmp(type, "messag
894 int type = MBT_NOTSEP; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h116 unsigned long type; member in struct:memory_map
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A D3c595.c176 /* swap bytes of type */
304 unsigned short type = 0; /* used by EDEBUG */ local
305 type = (nic->packet[12]<<8) | nic->packet[13];
308 printf(",t=%hX,b]",type);
310 printf(",t=%hX]",type);
401 warning = "strange connector type in EEPROM.";
537 .type = NIC_DRIVER,
H A Dpci.c208 int type,
213 /* Assume there is only one match of the correct type */
219 if (driver->type != type)
242 if (driver->type != type)
261 void scan_pci_bus(int type, struct pci_device *dev) argument
280 /* Re read the header type on a restart */
333 scan_drivers(type, class, vendor, device, first_driver, dev);
207 scan_drivers( int type, uint32_t class, uint16_t vendor, uint16_t device, const struct pci_driver *last_driver, struct pci_device *dev) argument
H A Dpci_io.c23 * Functions for accessing PCI configuration space with type 1 accesses
417 void find_pci(int type, struct pci_device *dev) argument
430 return scan_pci_bus(type, dev);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dboot.c45 kernel_t type = KERNEL_TYPE_NONE; local
88 type = KERNEL_TYPE_MULTIBOOT;
99 if ((type == KERNEL_TYPE_MULTIBOOT
106 if (type == KERNEL_TYPE_MULTIBOOT)
122 if (type == KERNEL_TYPE_NONE)
125 kernel, so rely on the suggested type by the user. */
129 type = suggested_type;
134 type = KERNEL_TYPE_FREEBSD;
176 if (type == KERNEL_TYPE_NONE)
193 type
887 bsd_boot(kernel_t type, int bootdev, char *arg) argument
[all...]

Completed in 38 milliseconds

<<11121314151617181920>>