Home
last modified time | relevance | path

Searched refs:old_type (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c138 if (streq(def->def.ty.old_type, "opaque")) in fixit()
140 return (def->def.ty.old_type); in fixit()
143 return (fixit(def->def.ty.old_type, orig)); in fixit()
209 type = def->def.ty.old_type; in isvectordef()
H A Drpc_parse.h72 char *old_type; member
H A Drpc_cout.c84 if (strcmp(def->def.ty.old_type, def->def_name) == 0) in emit()
151 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); in print_header()
724 char *type = def->def.ty.old_type; in emit_typedef()
H A Drpc_hout.c100 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); in print_datadef()
441 char *old = def->def.ty.old_type; in ptypedef()
H A Drpc_parse.c235 decp->type = dp->def.ty.old_type; in is_self_reference()
560 defp->def.ty.old_type = dec.type; in def_typedef()
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-device.c550 LibHalPropertyType old_type; in add_properties() local
560 old_type = libhal_device_get_property_type(hal_ctx, nd->real_udi, p->key, &error); in add_properties()
563 if (old_type != LIBHAL_PROPERTY_TYPE_INVALID && in add_properties()
564 ( p->type != old_type || p->type == LIBHAL_PROPERTY_TYPE_STRLIST)) { in add_properties()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c254 uint32_t old_type = old_flags & ~option_flags; in dls_promisc() local
287 if (old_type == 0 && new_type == 0) { in dls_promisc()
293 } else if (old_type == 0 && new_type != 0) { in dls_promisc()
307 } else if (old_type != 0 && new_type == 0) { in dls_promisc()
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c945 opcode, fileid, pgno, free_pgno, old_type, old_pgno, in __ham_newpgno_log() argument
955 u_int32_t old_type;
979 + sizeof(old_type)
1002 memcpy(bp, &old_type, sizeof(old_type));
1003 bp += sizeof(old_type);
1065 printf("\told_type: %lu\n", (u_long)argp->old_type);
1109 memcpy(&argp->old_type, bp, sizeof(argp->old_type));
1110 bp += sizeof(argp->old_type);
H A Dhash_rec.c557 argp->old_pgno, 0, argp->old_type);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c415 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type, in dmu_object_zapify() argument
427 ASSERT3U(dn->dn_type, ==, old_type); in dmu_object_zapify()
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h99 u_int32_t old_type; member
/illumos-gate/usr/src/tools/smatch/src/
H A Dshow-parse.c979 struct symbol *old_type, *new_type; in show_cast_expr() local
984 old_type = expr->cast_expression->ctype; in show_cast_expr()
987 oldbits = old_type->bit_size; in show_cast_expr()
992 is_signed = is_signed_type(old_type); in show_cast_expr()
H A Dcompile-i386.c1651 struct symbol *old_type, *new_type; in emit_cast_expr() local
1656 old_type = expr->cast_expression->ctype; in emit_cast_expr()
1659 oldbits = old_type->bit_size; in emit_cast_expr()
1664 emit_move(op, REG_EAX, old_type, "begin cast .."); in emit_cast_expr()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c943 uchar_t bind, type, old_type; in cmd_body_set_st_type() local
953 old_type = ELF_ST_TYPE(sym->st_info); in cmd_body_set_st_type()
955 if (old_type == type) { in cmd_body_set_st_type()
965 conv_sym_info_type(mach, old_type, CONV_FMT_ALT_CF, in cmd_body_set_st_type()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c5199 vd_disk_type_t old_type; in vdc_handle_attr_msg() local
5244 old_type = vdc->vdisk_type; in vdc_handle_attr_msg()
5282 if (old_type == VD_DISK_TYPE_UNK && in vdc_handle_attr_msg()