Searched refs:old_type (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/rpcgen/ |
H A D | rpc_util.c | 138 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 D | rpc_parse.h | 72 char *old_type; member
|
H A D | rpc_cout.c | 84 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() 722 char *type = def->def.ty.old_type; in emit_typedef()
|
H A D | rpc_hout.c | 100 !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 D | rpc_parse.c | 235 decp->type = dp->def.ty.old_type; in is_self_reference() 560 defp->def.ty.old_type = dec.type; in def_typedef()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_object.c | 183 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type, in dmu_object_zapify() argument 195 ASSERT3U(dn->dn_type, ==, old_type); in dmu_object_zapify()
|
/titanic_44/usr/src/cmd/hal/tools/ |
H A D | hal-device.c | 550 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()
|
/titanic_44/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_auto.c | 945 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 D | hash_rec.c | 557 argp->old_pgno, 0, argp->old_type);
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | hash_auto.h | 101 u_int32_t old_type; member
|
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | sym.c | 943 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()
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 5199 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()
|