Home
last modified time | relevance | path

Searched refs:spec_type (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/cddl/osnet/sys/kern/
H A Dddi.c606 ddi_create_minor_node(dev_info_t *dip, char *name, int spec_type, in ddi_create_minor_node() argument
618 if (spec_type == S_IFCHR) { in ddi_create_minor_node()
622 } else if (spec_type == S_IFBLK) { in ddi_create_minor_node()
627 panic("bad spectype %#x", spec_type); in ddi_create_minor_node()
629 spec_type |= (S_IRUSR | S_IWUSR); in ddi_create_minor_node()
651 error = do_sys_mknod(l, pn, spec_type, dev, UIO_SYSSPACE); in ddi_create_minor_node()
/netbsd-src/sys/dev/ieee1394/
H A Diec13213.h158 uint32_t spec_type:8, member
162 spec_type:8; member
H A Dfwcrom.c466 tl->spec_type = 0; in crom_add_simple_text()
/netbsd-src/sys/dev/std/
H A Dieee1212var.h50 u_int8_t spec_type; member
H A Dieee1212.c834 text->spec_type = P1212_TEXT_GET_Spec_Type((ntohl(t[0]))); in p1212_parse_text_desc()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc4354 matching_type_p (tree spec_type, tree arg_type) in matching_type_p() argument
4356 gcc_assert (spec_type); in matching_type_p()
4361 if (TYPE_STRUCTURAL_EQUALITY_P (spec_type) in matching_type_p()
4365 spec_type = TYPE_CANONICAL (spec_type); in matching_type_p()
4368 if (TREE_CODE (spec_type) == INTEGER_TYPE in matching_type_p()
4370 && (TYPE_UNSIGNED (spec_type) in matching_type_p()
4371 ? spec_type == c_common_unsigned_type (arg_type) in matching_type_p()
4372 : spec_type == c_common_signed_type (arg_type))) in matching_type_p()
4375 return spec_type == arg_type; in matching_type_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c4355 matching_type_p (tree spec_type, tree arg_type) in matching_type_p() argument
4357 gcc_assert (spec_type); in matching_type_p()
4362 if (TYPE_STRUCTURAL_EQUALITY_P (spec_type) in matching_type_p()
4366 spec_type = TYPE_CANONICAL (spec_type); in matching_type_p()
4369 if (TREE_CODE (spec_type) == INTEGER_TYPE in matching_type_p()
4371 && (TYPE_UNSIGNED (spec_type) in matching_type_p()
4372 ? spec_type == c_common_unsigned_type (arg_type) in matching_type_p()
4373 : spec_type == c_common_signed_type (arg_type))) in matching_type_p()
4376 return spec_type == arg_type; in matching_type_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c1746 actual->spec_type = SPEC_ASSUMED; in match_keyword_arg()
1751 actual->spec_type = SPEC_DEFERRED; in match_keyword_arg()
1755 actual->spec_type = SPEC_EXPLICIT; in match_keyword_arg()
1926 tail->spec_type = SPEC_DEFERRED; in gfc_match_actual_arglist()
1931 tail->spec_type = SPEC_ASSUMED; in gfc_match_actual_arglist()
1935 tail->spec_type = SPEC_EXPLICIT; in gfc_match_actual_arglist()
H A Dexpr.c5647 if (param_list->spec_type == SPEC_ASSUMED in gfc_spec_list_type()
5648 || param_list->spec_type == SPEC_DEFERRED) in gfc_spec_list_type()
5649 return param_list->spec_type; in gfc_spec_list_type()
5660 else if (param_list->spec_type == SPEC_EXPLICIT) in gfc_spec_list_type()
5662 seen_assumed = param_list->spec_type == SPEC_ASSUMED; in gfc_spec_list_type()
5663 seen_deferred = param_list->spec_type == SPEC_DEFERRED; in gfc_spec_list_type()
H A Ddecl.c3721 if (actual_param && actual_param->spec_type != SPEC_EXPLICIT) in gfc_get_pdt_instance()
3723 if (actual_param->spec_type == SPEC_ASSUMED) in gfc_get_pdt_instance()
3760 else if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance()
3770 if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance()
3820 tail->spec_type = actual_param->spec_type; in gfc_get_pdt_instance()
3835 && (actual_param->spec_type == SPEC_ASSUMED in gfc_get_pdt_instance()
3836 || actual_param->spec_type == SPEC_DEFERRED)) in gfc_get_pdt_instance()
H A Dgfortran.h1141 gfc_param_spec_type spec_type; member
H A Dmodule.c2992 mio_integer ((int *)&a->spec_type); in mio_actual_arg()
H A Dresolve.c1172 param_tail->spec_type = SPEC_ASSUMED; in get_pdt_spec_expr()
15237 else if (param->spec_type == SPEC_ASSUMED) in resolve_pdt()
15240 if (param->spec_type == SPEC_DEFERRED in resolve_pdt()
H A Dtrans-array.c9906 && param->spec_type == SPEC_EXPLICIT) in structure_alloc_comps()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc1725 actual->spec_type = SPEC_ASSUMED; in match_keyword_arg()
1730 actual->spec_type = SPEC_DEFERRED; in match_keyword_arg()
1734 actual->spec_type = SPEC_EXPLICIT; in match_keyword_arg()
1905 tail->spec_type = SPEC_DEFERRED; in gfc_match_actual_arglist()
1910 tail->spec_type = SPEC_ASSUMED; in gfc_match_actual_arglist()
1914 tail->spec_type = SPEC_EXPLICIT; in gfc_match_actual_arglist()
H A Dexpr.cc5687 if (param_list->spec_type == SPEC_ASSUMED in gfc_spec_list_type()
5688 || param_list->spec_type == SPEC_DEFERRED) in gfc_spec_list_type()
5689 return param_list->spec_type; in gfc_spec_list_type()
5700 else if (param_list->spec_type == SPEC_EXPLICIT) in gfc_spec_list_type()
5702 seen_assumed = param_list->spec_type == SPEC_ASSUMED; in gfc_spec_list_type()
5703 seen_deferred = param_list->spec_type == SPEC_DEFERRED; in gfc_spec_list_type()
H A Ddecl.cc3819 if (actual_param && actual_param->spec_type != SPEC_EXPLICIT) in gfc_get_pdt_instance()
3821 if (actual_param->spec_type == SPEC_ASSUMED) in gfc_get_pdt_instance()
3858 else if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance()
3868 if (actual_param && actual_param->spec_type == SPEC_EXPLICIT) in gfc_get_pdt_instance()
3925 tail->spec_type = actual_param->spec_type; in gfc_get_pdt_instance()
3940 && (actual_param->spec_type == SPEC_ASSUMED in gfc_get_pdt_instance()
3941 || actual_param->spec_type == SPEC_DEFERRED)) in gfc_get_pdt_instance()
H A DChangeLog-2017862 mio_integer for the 'spec_type'.
1199 type parameter spec lists. Add the new field 'spec_type' to
H A Dgfortran.h1214 gfc_param_spec_type spec_type; member
H A Dmodule.cc3143 mio_integer ((int *)&a->spec_type); in mio_actual_arg()
H A Dresolve.cc1196 param_tail->spec_type = SPEC_ASSUMED; in get_pdt_spec_expr()
15457 else if (param->spec_type == SPEC_ASSUMED) in resolve_pdt()
15460 if (param->spec_type == SPEC_DEFERRED in resolve_pdt()
H A Dtrans-array.cc10107 && param->spec_type == SPEC_EXPLICIT) in structure_alloc_comps()