Searched defs:type (Results 676 - 700 of 894) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c1449 int type = token.type;
1451 (type == OP_PERIOD && dfa->mb_cur_max > 1) || type == COMPLEX_BRACKET;
1585 if (!IS_EPSILON_NODE (dfa->nodes[elem].type))
1647 re_token_type_t type = node->type;
1648 if (type == CHARACTER && !node->constraint)
1655 if (type == END_OF_RE)
1657 else if (type
1446 int type = token.type; local
1644 re_token_type_t type = node->type; local
1696 re_token_type_t type = node->type; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcharset.c21 - B and BN bidi type characters (ignored)
22 - Mc type characters with combining class 0 (poorly combined)
23 - Mn type characters with combining class 0 (poorly combined)
24 - Me type characters with combining class 0 (poorly combined)
25 - Cf type characters (ignored)
26 - Cc type characters (ignored)
27 - Line-breaking rules (e.g. Zs type characters)
567 if (is_type_after (out->combining[j].type, comb_type))
575 out->combining[j].type = comb_type;
791 enum grub_bidi_type type local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c139 grub_uint32_t len, type; local
154 type = grub_png_get_dword (data);
155 if (type != PNG_CHUNK_IDAT)
253 "png: color type not supported");
751 "png: unknown block type");
796 grub_uint32_t len, type; local
799 type = grub_png_get_dword (data);
802 switch (type)
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Darc.h37 grub_arc_enum_t type; member in struct:grub_arc_memory_descriptor
85 grub_arc_enum_t type; member in struct:grub_arc_component
147 grub_arc_enum_t type; member in struct:grub_arc_fileinfo
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dpe32.h271 #define GRUB_PE32_FIXUP_ENTRY(type, offset) (((type) << 12) | (offset))
295 grub_uint16_t type; member in struct:grub_pe32_symbol
310 grub_uint16_t type; member in struct:grub_pe32_reloc
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dlinux.h78 grub_uint32_t type; member in struct:grub_e820_mmap
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h51 grub_link_level_protocol_id_t type; member in struct:grub_net_link_level_address
152 grub_network_level_protocol_id_t type; member in struct:grub_net_network_level_address
369 grub_uint8_t hw_type; /* hardware type. */
H A Dunicode.h129 not "combining type". */
144 enum grub_comb_type type; member in struct:grub_unicode_glyph::grub_unicode_combining
/osnet-11/usr/src/grub/grub2/include/
H A Dmultiboot2.h100 multiboot_uint16_t type; member in struct:multiboot_header_tag
107 multiboot_uint16_t type; member in struct:multiboot_header_tag_information_request
115 multiboot_uint16_t type; member in struct:multiboot_header_tag_address
126 multiboot_uint16_t type; member in struct:multiboot_header_tag_entry_address
134 multiboot_uint16_t type; member in struct:multiboot_header_tag_console_flags
142 multiboot_uint16_t type; member in struct:multiboot_header_tag_framebuffer
152 multiboot_uint16_t type; member in struct:multiboot_header_tag_module_align
162 multiboot_uint32_t type; member in struct:multiboot_tag
168 multiboot_uint32_t type; member in struct:multiboot_tag_string
175 multiboot_uint32_t type; member in struct:multiboot_tag_module
184 multiboot_uint32_t type; member in struct:multiboot_tag_basic_meminfo
192 multiboot_uint32_t type; member in struct:multiboot_tag_bootdev
209 multiboot_uint32_t type; member in struct:multiboot2_mmap_entry
216 multiboot_uint32_t type; member in struct:multiboot_tag_mmap
235 multiboot_uint32_t type; member in struct:multiboot_tag_vbe
249 multiboot_uint32_t type; member in struct:multiboot_tag_framebuffer_common
289 multiboot_uint32_t type; member in struct:multiboot_tag_elf_sections
299 multiboot_uint32_t type; member in struct:multiboot_tag_apm
314 multiboot_uint32_t type; member in struct:multiboot_tag_efi32
321 multiboot_uint32_t type; member in struct:multiboot_tag_efi64
328 multiboot_uint32_t type; member in struct:multiboot_tag_smbios
335 multiboot_uint32_t type; member in struct:multiboot_tag_old_acpi
342 multiboot_uint32_t type; member in struct:multiboot_tag_new_acpi
349 multiboot_uint32_t type; member in struct:multiboot_tag_network
356 multiboot_uint32_t type; member in struct:multiboot_tag_efi_mmap
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c370 char *type = NULL; local
372 if (nvlist_lookup_string (nv, ZPOOL_CONFIG_TYPE, &type))
374 error (1, errno, "nvlist_lookup_string(\"type\")");
377 grub_util_info("device type = %s", type);
379 if (strcmp (type, VDEV_TYPE_DISK) == 0)
401 } else if (strcmp (type, VDEV_TYPE_MIRROR) == 0 ||
402 strcmp (type, VDEV_TYPE_REPLACING) == 0 ||
403 strcmp (type, VDEV_TYPE_ROOT) == 0)
702 /* Serial number offset depends on boot sector type
[all...]
H A Dgrub-mkimagexx.c392 grub_util_error ("unknown relocation type 0x%x",
435 grub_util_error ("unknown relocation type %d",
508 grub_util_error ("unknown relocation type 0x%x",
515 grub_util_error ("unknown architecture type %d",
525 SUFFIX (add_fixup_entry) (struct fixup_block_list **cblock, grub_uint16_t type, argument
609 entry = GRUB_PE32_FIXUP_ENTRY (type, addr - b->page_rva);
733 grub_util_error ("unknown relocation type 0x%x",
739 grub_util_error ("unknown machine type 0x%x", image_target->elf_target);
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c135 int32_t type; local
139 adrm_int32(&(ctx->adr), &type, 1); /* tid type */
140 ctx->adr.adr_now += type * sizeof (char); /* ip address */
151 int32_t type; local
155 adrm_int32(&(ctx->adr), &type, 1); /* tid type */
156 ctx->adr.adr_now += type * sizeof (char); /* ip address */
359 * terminal type adr_char
360 * terminal type
369 uchar_t type; local
410 int32_t type; local
870 int32_t port, type; local
929 int32_t type; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c49 int type; member in struct:__anon892
55 int type; member in struct:__anon893
68 int type, struct FTW *ftwp);
330 int type,
334 if (type != FTW_SL) {
820 int rv = -1, i, type; local
832 type = 0;
837 type = get_state_cmds[i].type;
847 type
327 do_recurse_dev( const char *path, const struct stat *sbuf, int type, struct FTW *ftwp) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c615 * Checking device type. A port multiplier is not configurable - it is
1200 * 1 - minor exists and is of type BLK
1201 * 0 - minor does not exist or is not of type BLK.
1247 sata_make_dyncomp(const char *ap_id, char **dyncomp, const char *type) argument
1326 if (strcmp(type, "tape") == 0)
1389 } else if (strcmp(type, "tape") == 0) {
1678 * Checking device type. Port multiplier has no dynamic
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_rcm.c54 } type; member in struct:__anon907
191 cap = (void *)(cp->type.cpuid);
194 cap = (void *)&(cp->type.npages);
434 ap_target_t type = ap_cm_type(a, cm); local
436 if ((type == AP_CPU) || (type == AP_CMP)) {
549 cpuid = cap.type.cpuid;
889 ap_target_t type; local
914 type = ap_cm_type(a, cm);
918 else if ((type
967 ap_target_t type; local
1073 ap_target_t type; local
1213 ap_target_t type = ap_cm_type(a, cm); local
[all...]
H A Dap_sbd.c45 ap_getncm(apd_t *a, sbd_comp_type_t type, int *ncm) argument
54 ctl->ic_type = type;
69 DBG("ncm(%d)=%d\n", type, cp->g_ncm);
170 * type to UNKNOWN since the plugin does not know
171 * the type of the component specified by the user.
196 * Convert a component to a target type.
199 ap_cm_tgt(sbd_comp_type_t type) argument
203 switch (type) {
241 * the STATUS in order to figure out the component type and
377 * The type fiel
771 char *type; local
991 char *type; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c50 int type; member in struct:__anon934
56 int type; member in struct:__anon935
361 /* get dyn comp type */
950 int rv = -1, i, type; local
962 type = 0;
967 type = get_state_cmds[i].type;
977 type = set_state_cmds[i].type;
984 assert(type
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c571 show_fcode_def(fcode_env_t *env, char *type) argument
577 log_message(MSG_INFO, "%s: %s %03x %p\n", type,
580 log_message(MSG_INFO, "%s: <noname> %03x %p\n", type, i,
989 CHECK_DEPTH(env, 1, "md-prop-type");
1137 FCODE(0x210, 0, "processor-type", fc_historical);
1159 FCODE(0x63f, 0, "md-prop-type", md_prop_type);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dutil.c379 /* check body type for legality */
2449 ** type -- type of process.
2451 ** other -- other information for this type.
2476 proc_list_add(pid, task, type, count, other, hostaddr)
2479 int type;
2537 ProcListVec[i].proc_type = type;
2609 int type = PROC_NONE; local
2616 type = ProcListVec[i].proc_type;
2626 if (type
[all...]
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c360 get_memsize (int type) argument
362 if (! type)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c114 /* filesystem type */
518 int entry, type; local
537 while (next_partition (current_drive, 0xFFFFFF, &part, &type,
579 be stored in *PARTITION. Likewise, the partition type in *TYPE, the
589 unsigned long *partition, int *type,
637 *type = (BSD_PART_TYPE (buf, i) << 8) | (*type & 0xFF);
707 an empty PC slice (i.e. a partition whose type is zero) as well. */
759 *type = PC_SLICE_TYPE (buf, *entry);
768 || (! IS_PC_SLICE_TYPE_EXTENDED (*type)
588 next_partition(unsigned long drive, unsigned long dest, unsigned long *partition, int *type, unsigned long *start, unsigned long *len, unsigned long *offset, int *entry, unsigned long *ext_offset, char *buf) argument
[all...]
H A Diso9660.h112 iso_8bit_t type; member in struct:iso_primary_descriptor
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_hot.c351 The range of nonnegative values of a signed integer type is a subrange
352 of the corresponding unsigned integer type, and the representation of
353 the same value in each type is the same. A computation involving
355 represented by the resulting unsigned integer type is reduced modulo
357 represented by the resulting type.
367 in the range of representable values for its type), the behavior is
1482 register I32 type = PL_op->op_type; local
1522 else if (type == OP_GLOB)
1525 else if (type == OP_GLOB)
1534 if (type
[all...]
H A Dregcomp.h77 U8 type; member in struct:regnode_string
84 U8 type; member in struct:regnode_1
91 U8 type; member in struct:regnode_2
102 U8 type; member in struct:regnode_charclass
110 U8 type; member in struct:regnode_charclass_class
173 #define OP(p) ((p)->type)
199 (ptr)->type = op; (ptr)->next_off = 0; (ptr)++; } STMT_END
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h19 * your system. In addition, no data type can require larger alignment than
114 * | level | type | index |
151 #define P_INVALID 0 /* Invalid page type. */
159 u_int8_t type; /* 25: Page type. */ member in struct:_db_page
171 #define TYPE(p) (((PAGE *)p)->type)
263 * we do with B+tree on-page structures. Because we frequently want the type
275 * | type | key/data ... |
282 * | type | len1 | element1 | len1 | len2 | element2 | len2 |
289 u_int8_t type; /* 0 member in struct:_hkeydata
340 u_int8_t type; /* 00: Page type and delete flag. */ member in struct:_hoffpage
360 u_int8_t type; /* 00: Page type and delete flag. */ member in struct:_hoffdup
405 u_int8_t type; /* 02: Page type AND DELETE FLAG. */ member in struct:_bkeydata
428 u_int8_t type; /* 02: Page type AND DELETE FLAG. */ member in struct:_boverflow
465 u_int8_t type; /* 02: Page type AND DELETE FLAG. */ member in struct:_binternal
[all...]

Completed in 97 milliseconds

<<21222324252627282930>>