Searched defs:type (Results 451 - 475 of 894) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/xaui/common/
H A Dxaui.c287 uint32_t type = 0; local
310 (void) ldom_get_type(hdlp, &type);
311 if ((type & LDOM_TYPE_CONTROL) != 0) {
355 * Look for type == "io", topo-hc-name == "xaui";
358 if ((md_get_prop_str(mdp, listp[i], "type", &pstr) == 0) &&
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h103 DBTYPE type; /* Underlying db type. */ member in struct:__db
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h187 * In this context, a "type" is a combination of a C data type
211 * descriptor with pointers to various arrays (type descriptors,
236 * Most of the fields are related only to the C type -- size, how
237 * to fetch a pointer in a type-safe fashion -- but since the base
238 * type descriptor encapsulates the encoding as well, different
239 * encodings for the same C type may require different pointer-to
248 * Sequence-of, with pointer to base type descriptor, represented
250 * type descriptor is actually an atype_ptr node).
263 /* Tagged version of another type
281 enum atype_type type; member in struct:atype_info
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpi.c156 grub_memory_type_t type)
159 if (type != GRUB_MEMORY_AVAILABLE)
155 find_hook(grub_uint64_t start, grub_uint64_t size, grub_memory_type_t type) argument
/osnet-11/usr/src/grub/grub2/grub-core/disk/efi/
H A Defidisk.c159 ldp->type = GRUB_EFI_END_DEVICE_PATH_TYPE;
200 ldp->type = GRUB_EFI_END_DEVICE_PATH_TYPE;
610 char type; local
616 type = disk->name[0];
618 switch (type)
749 dup_ldp->type = GRUB_EFI_END_DEVICE_PATH_TYPE;
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dmm.c38 grub_efi_memory_type_t type; member in struct:grub_efiemu_memrequest
50 /* Size of requested memory per type */
58 grub_efi_memory_type_t type)
80 efiemu_mmap[mmap_num].type = type;
86 /* Request a resident memory of type TYPE of size SIZE aligned at ALIGN
92 grub_efi_memory_type_t type)
97 if (type >= GRUB_EFI_MAX_MEMORY_TYPE || type <= GRUB_EFI_LOADER_CODE)
101 align_overhead = align - (requested_memory[type]
57 grub_efiemu_add_to_mmap(grub_uint64_t start, grub_uint64_t size, grub_efi_memory_type_t type) argument
91 grub_efiemu_request_memalign(grub_size_t align, grub_size_t size, grub_efi_memory_type_t type) argument
388 fill_hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument
514 int type; member in struct:grub_efiemu_mmap_scan
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Daffs.c35 grub_uint8_t type[3]; member in struct:grub_affs_bblock
48 grub_uint8_t type[4]; member in struct:grub_affs_rblock
76 grub_int32_t type; member in struct:grub_affs_file
194 if (grub_strncmp ((char *) (data->bblock.type), "DOS", 3))
308 int type;
319 if (grub_be_to_cpu32 (fil->type) == GRUB_AFFS_FILETYPE_REG)
320 type = GRUB_FSHELP_REG;
321 else if (grub_be_to_cpu32 (fil->type) == GRUB_AFFS_FILETYPE_DIR)
322 type = GRUB_FSHELP_DIR;
323 else if (grub_be_to_cpu32 (fil->type)
306 int type; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_box.c81 box_is_instance (void *vself __attribute__((unused)), const char *type) argument
83 return (grub_strcmp (type, "component") == 0
84 || grub_strcmp (type, "container") == 0);
H A Dgui_progress_bar.c75 progress_bar_is_instance (void *vself __attribute__((unused)), const char *type) argument
77 return grub_strcmp (type, "component") == 0;
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddl.c370 unsigned char type = ELF_ST_TYPE (sym->st_info);
374 switch (type)
434 "unknown symbol type `%d'", (int) type);
604 grub_error (GRUB_ERR_BAD_MODULE, "invalid ELF file type");
368 unsigned char type = ELF_ST_TYPE (sym->st_info); local
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dmultiboot_mbi.c183 "unsupported graphical mode type %d",
236 grub_memory_type_t type)
240 switch (type)
243 mmap_entry->type = MULTIBOOT_MEMORY_AVAILABLE;
247 mmap_entry->type = MULTIBOOT_MEMORY_ACPI_RECLAIMABLE;
251 mmap_entry->type = MULTIBOOT_MEMORY_NVS;
255 mmap_entry->type = MULTIBOOT_MEMORY_BADRAM;
259 mmap_entry->type = MULTIBOOT_MEMORY_RESERVED;
235 hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument
/osnet-11/usr/src/grub/grub2/grub-core/loader/sparc64/ieee1275/
H A Dlinux.c189 grub_memory_type_t type);
191 grub_memory_type_t type)
195 if (type != 1)
322 "this ELF file is not of the right type");
458 auto int NESTED_FUNC_ATTR get_physbase (grub_uint64_t addr, grub_uint64_t len __attribute__((unused)), grub_uint32_t type);
459 int NESTED_FUNC_ATTR get_physbase (grub_uint64_t addr, grub_uint64_t len __attribute__((unused)), grub_uint32_t type) argument
461 if (type != 1)
190 choose(grub_uint64_t addr, grub_uint64_t len, grub_memory_type_t type) argument
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dicmp6.c26 grub_uint8_t type; member in struct:icmp_header
49 grub_uint8_t type; member in struct:option_header
151 icmph->type, icmph->code);
152 switch (icmph->type)
180 icmphr->type = ICMP6_ECHO_REPLY;
224 if (ohdr->type == OPTION_SOURCE_LINK_LAYER_ADDRESS
228 ll_address.type = GRUB_NET_LINK_LEVEL_PROTOCOL_ETHERNET;
236 && inf->address.addr.type == GRUB_NET_NETWORK_LEVEL_PROTOCOL_IPV6
272 ohdr->type = OPTION_TARGET_LINK_LAYER_ADDRESS;
286 icmphr->type
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcmdline.c164 print_completion (const char *item, grub_completion_type_t type, int count) argument
171 switch (type)
195 if (type == GRUB_COMPLETION_TYPE_PARTITION)
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dexecute.c189 grub_script_env_get (const char *name, grub_script_arg_type_t type) argument
202 if (type == GRUB_SCRIPT_ARG_TYPE_VAR)
227 if (type == GRUB_SCRIPT_ARG_TYPE_VAR)
252 if (type == GRUB_SCRIPT_ARG_TYPE_VAR)
271 if (type == GRUB_SCRIPT_ARG_TYPE_VAR)
342 switch (arg->type)
346 values = grub_script_env_get (arg->str, arg->type);
352 if (arg->type == GRUB_SCRIPT_ARG_TYPE_VAR)
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dterminfo.c77 /* Set current terminfo type. */
85 * Lookup user specified terminfo type. If found, set term variables
173 return grub_error (GRUB_ERR_BAD_ARGUMENT, "unknown terminfo type");
178 const char *type)
183 err = grub_terminfo_set_current (term, type);
706 N_("Set terminfo type of TERM to TYPE.\n"),
176 grub_terminfo_output_register(struct grub_term_output *term, const char *type) argument
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dacpi.h77 grub_uint8_t type; member in struct:grub_acpi_madt_entry_header
H A Dscript_sh.h66 grub_script_arg_type_t type;
201 grub_script_arg_type_t type;
289 grub_script_arg_type_t type, char *str);
65 grub_script_arg_type_t type; member in struct:grub_script_arg
200 grub_script_arg_type_t type; member in struct:grub_lexer_param
H A Dusbtrans.h57 grub_transaction_type_t type; member in struct:grub_usb_transfer
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-solvers.c49 unsigned int type; member in struct:_hashing_function
126 einfo->hash_type = bblk_no_hash.type;
129 einfo->hash_type = hashinfo->type;
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c98 extern ib_service_type_t service_type; /* service type */
109 * Service type
119 while (cfgvar->type != IB_NONE) {
125 return (cfgvar->type);
413 * type - type of the service
422 ib_service_record_add(char *service, ib_service_type_t type) argument
427 "(#port = %d #vppa = %d #hca = %d)\n", type, service,
434 recp->type = type;
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c203 unsigned short pref, type; local
334 GETSHORT(type, cp);
338 if (type != T_MX)
341 sm_dprintf("unexpected answer type %d, size %d\n",
342 type, n);
781 int type; local
809 ** longer a country named Czechoslovakia but this type of problem
929 /* might have another type of interest */
994 GETSHORT(type, ap);
998 switch (type)
[all...]
H A Dudb.c47 int udb_type; /* type of entry */
53 /* type UE_REMOTE -- do remote call for lookup */
63 /* type UE_FORWARD -- forward message to remote */
71 /* type UE_FETCH -- lookup in local database */
205 ** Select action based on entry type.
208 ** explain the type of the data, and "user" should
542 /* unknown entry type */
639 ** Select action based on entry type.
1235 char *name, *type; local
1242 type
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c403 *((char *)eth_vmem+12) = t>>8; /* type */
425 *((char *)eth_vmem+12) = t>>8; /* type */
445 unsigned short type; local
446 type = (t >> 8) | (t << 8);
450 eth_pio_write((unsigned char *)&type, (eth_tx_start<<8)+(ETH_ALEN+ETH_ALEN), 2);
659 printf("Unknown WD/SMC NIC type %hhX\n", c);
660 return (0); /* Unknown type */
959 .type = NIC_DRIVER,
968 .type = NIC_DRIVER,
977 .type
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexp.h21 U8 type; member in struct:regnode

Completed in 69 milliseconds

<<11121314151617181920>>