Searched refs:ftype (Results 26 - 50 of 65) sorted by relevance

123

/freebsd-11-stable/sys/contrib/libnv/
H A Dnvlist.c1880 #define NVLIST_GET(ftype, type, TYPE) \
1881 ftype \
1914 #define NVLIST_GET_ARRAY(ftype, type, TYPE) \
1915 ftype \
1937 #define NVLIST_TAKE(ftype, type, TYPE) \
1938 ftype \
1942 ftype value; \
1947 value = (ftype)(intptr_t)nvpair_get_##type(nvp); \
1979 #define NVLIST_TAKE_ARRAY(ftype, type, TYPE) \
1980 ftype \
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c2343 ada_type_match (struct type *ftype, struct type *atype, int may_deref)
2345 CHECK_TYPEDEF (ftype);
2348 if (TYPE_CODE (ftype) == TYPE_CODE_REF)
2349 ftype = TYPE_TARGET_TYPE (ftype);
2353 if (TYPE_CODE (ftype) == TYPE_CODE_VOID
2357 switch (TYPE_CODE (ftype))
2363 return ada_type_match (TYPE_TARGET_TYPE (ftype),
2367 ada_type_match (TYPE_TARGET_TYPE (ftype), atype, 0));
2386 if (ada_is_array_descriptor (ftype))
2338 ada_type_match(struct type *ftype, struct type *atype, int may_deref) argument
2416 struct type *ftype = check_typedef (TYPE_FIELD_TYPE (func_type, i)); local
4102 struct type *ftype; local
[all...]
H A Ddwarfread.c1534 struct type *ftype; /* Function that returns above type */ local
1543 ftype = lookup_utype (dip->die_ref);
1544 if (ftype == NULL)
1548 ftype = lookup_function_type (type);
1549 alloc_utype (dip->die_ref, ftype);
1551 else if (TYPE_CODE (ftype) == TYPE_CODE_UNDEF)
1555 TYPE_TARGET_TYPE (ftype) = type;
1556 TYPE_LENGTH (ftype) = 1;
1557 TYPE_CODE (ftype) = TYPE_CODE_FUNC;
H A Dstabsread.c853 struct type *ftype = SYMBOL_TYPE (sym);
867 TYPE_FIELDS (ftype) = (struct field *)
868 TYPE_ALLOC (ftype, nsemi * sizeof (struct field));
887 TYPE_FIELD_TYPE (ftype, nparams) = ptype;
888 TYPE_FIELD_ARTIFICIAL (ftype, nparams++) = 0;
890 TYPE_NFIELDS (ftype) = nparams;
891 TYPE_FLAGS (ftype) |= TYPE_FLAG_PROTOTYPED;
850 struct type *ftype = SYMBOL_TYPE (sym); local
H A Dgdb-events.sh193 the below ftype and then define it. */
H A Ddwarf2read.c3859 struct type *ftype; /* Function that returns above type */ local
3868 ftype = lookup_function_type (type);
3874 TYPE_FLAGS (ftype) |= TYPE_FLAG_PROTOTYPED;
3891 TYPE_FLAGS (ftype) |= TYPE_FLAG_VARARGS;
3896 TYPE_NFIELDS (ftype) = nparams;
3897 TYPE_FIELDS (ftype) = (struct field *)
3898 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
3912 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = DW_UNSND (attr);
3914 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;
3915 TYPE_FIELD_TYPE (ftype, iparam
[all...]
H A Dvalues.c980 struct type *ftype = TYPE_FN_FIELD_TYPE (f, j);
998 v = allocate_value (ftype);
974 struct type *ftype = TYPE_FN_FIELD_TYPE (f, j); local
H A Dmdebugread.c1202 struct type *ftype = top_stack->cur_type;
1235 if (TYPE_NFIELDS (ftype) <= 0)
1246 TYPE_NFIELDS (ftype) = nparams;
1247 TYPE_FIELDS (ftype) = (struct field *)
1248 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
1262 TYPE_FIELD_TYPE (ftype, iparams) = SYMBOL_TYPE (sym);
1263 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;
1195 struct type *ftype = top_stack->cur_type; local
/freebsd-11-stable/usr.sbin/config/
H A Dmkmakefile.c787 const char *ftype = NULL; local
791 ftype = "NORMAL";
796 ftype = "PROFILE";
804 "${%s_%c%s}", ftype,
/freebsd-11-stable/contrib/gcc/
H A Dtree.c6727 tree tmp, ftype;
6735 ftype = build_function_type (ptr_type_node, tmp);
6738 local_define_builtin ("__builtin_memcpy", ftype, BUILT_IN_MEMCPY,
6741 local_define_builtin ("__builtin_memmove", ftype, BUILT_IN_MEMMOVE,
6750 ftype = build_function_type (integer_type_node, tmp);
6751 local_define_builtin ("__builtin_memcmp", ftype, BUILT_IN_MEMCMP,
6760 ftype = build_function_type (ptr_type_node, tmp);
6761 local_define_builtin ("__builtin_memset", ftype, BUILT_IN_MEMSET,
6768 ftype = build_function_type (ptr_type_node, tmp);
6769 local_define_builtin ("__builtin_alloca", ftype, BUILT_IN_ALLOC
6697 tree tmp, ftype; local
[all...]
/freebsd-11-stable/usr.sbin/fmtree/
H A Dcompare.c115 ftype(s->type), inotype(p->fts_statp->st_mode));
354 ftype(u_int type) function
H A Dspecspec.c52 printf("%s%s %s", path, n->name, ftype(n->type));
/freebsd-11-stable/sys/mips/mips/
H A Dtrap.c525 vm_prot_t ftype; local
649 ftype = VM_PROT_WRITE;
659 ftype = VM_PROT_WRITE;
668 ftype = (type == T_TLB_ST_MISS) ? VM_PROT_WRITE : VM_PROT_READ;
676 rv = vm_fault(kernel_map, va, ftype, VM_FAULT_NORMAL);
705 ftype = VM_PROT_READ;
709 ftype = VM_PROT_WRITE;
728 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL);
735 ftype, VM_FAULT_NORMAL, rv, (void *)(intptr_t)trapframe->pc);
753 ucode = ftype;
[all...]
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c5287 xo_class_name (int ftype) argument
5289 switch (ftype) {
5302 xo_tag_name (int ftype) argument
5304 switch (ftype) {
5313 xo_role_wants_default_format (int ftype) argument
5315 switch (ftype) {
5443 unsigned ftype = 0; local
5474 ftype = value;
5503 if (ftype != 0) {
5508 ftype
5870 unsigned ftype; local
6261 unsigned ftype; local
[all...]
/freebsd-11-stable/sys/compat/ndis/
H A Dkern_windrv.c622 windrv_wrap(func, wrap, argcnt, ftype)
626 int ftype;
1060 windrv_wrap(func, wrap, argcnt, ftype)
1064 int ftype;
1066 switch(ftype) {
/freebsd-11-stable/contrib/binutils/binutils/
H A Drdcoff.c450 debug_type ftype;
453 ftype = parse_coff_type (abfd, symbols, types, this_coff_symno,
455 f = debug_make_field (dhandle, bfd_asymbol_name (sym), ftype,
449 debug_type ftype; local
H A Dieee.c1542 debug_type ftype; local
1549 if (! ieee_read_type_index (info, pp, &ftype)
1562 ftype, bitpos, bitsize,
1683 debug_type ftype; local
1696 ftype = ieee_builtin_type (info, ty_code_start, tindx);
1708 ftype = t->type;
1722 ftype, offset, bitsize,
2720 debug_type ftype; local
2749 ftype = pv->type;
2753 ftype
[all...]
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c1380 int rv, ftype; local
1391 ftype = vme->u.paging.fault_type;
1392 KASSERT(ftype == VM_PROT_READ ||
1393 ftype == VM_PROT_WRITE || ftype == VM_PROT_EXECUTE,
1394 ("vm_handle_paging: invalid fault_type %d", ftype));
1396 if (ftype == VM_PROT_READ || ftype == VM_PROT_WRITE) {
1398 vme->u.paging.gpa, ftype);
1401 ftype
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dfuncs.c304 const char *ftype = NULL; local
321 &code, &code_mime, &ftype);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dexpand_path.c333 int ftype; member in struct:token
/freebsd-11-stable/include/rpcsvc/
H A Dnfs_prot.x88 enum ftype {
120 ftype type; /* file type */
/freebsd-11-stable/stand/libsa/
H A Dnfs.c749 uint32_t ftype, mode; local
751 ftype = ntohl(fp->fa.fa_type);
753 mode |= nfs_stat_types[ftype & 7];
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c4669 tree ftype = TREE_TYPE (f);
4671 if (ftype == error_mark_node)
4673 mode = TYPE_MODE (ftype);
4681 if (TREE_CODE (ftype) == RECORD_TYPE)
4682 rs6000_darwin64_record_arg_advance_recurse (cum, ftype, bitpos);
4683 else if (USE_FP_FOR_ARG_P (cum, mode, ftype))
5040 tree ftype = TREE_TYPE (f);
5042 if (ftype == error_mark_node)
5044 mode = TYPE_MODE (ftype);
5052 if (TREE_CODE (ftype)
4656 tree ftype = TREE_TYPE (f); local
5027 tree ftype = TREE_TYPE (f); local
8391 tree ftype; local
[all...]
/freebsd-11-stable/sys/amd64/include/
H A Dpmap.h357 int pmap_emulate_accessed_dirty(pmap_t pmap, vm_offset_t va, int ftype);
/freebsd-11-stable/contrib/amd/amd/
H A Dnfs_subr.c936 static am_ftype3 ftype_to_ftype3(nfsftype ftype) argument
938 if (ftype == NFFIFO)
941 return ftype;

Completed in 524 milliseconds

123