Searched refs:old_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/usr.bin/rpcgen/
H A Drpc_util.c130 if (streq(def->def.ty.old_type, "opaque"))
133 return (def->def.ty.old_type);
136 return (fixit(def->def.ty.old_type, orig));
205 type = def->def.ty.old_type;
H A Drpc_parse.h86 const char *old_type; member in struct:typedef_def
H A Drpc_cout.c72 if (strcmp(def->def.ty.old_type, def->def_name) == 0)
135 !isvectordef(def->def.ty.old_type,
602 const char *type = def->def.ty.old_type;
H A Drpc_hout.c88 !isvectordef(def->def.ty.old_type,
399 const char *old = def->def.ty.old_type;
H A Drpc_parse.c403 defp->def.ty.old_type = dec.type;
/freebsd-current/sbin/init/
H A Dinit.c1756 char *old_getty, *old_window, *old_type; local
1784 old_type = sp->se_type ? strdup(sp->se_type) : 0;
1792 || (!old_type && sp->se_type)
1793 || (old_type && !sp->se_type)
1798 || (old_type && strcmp(old_type, sp->se_type) != 0)
1809 if (old_type)
1810 free(old_type);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c452 * Turn this object from old_type into DMU_OTN_ZAP_METADATA, and bump the
458 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type, argument
470 ASSERT3U(dn->dn_type, ==, old_type);
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c320 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; local
350 iwl_fw_set_current_image(&mvm->fwrt, old_type);
423 iwl_fw_set_current_image(&mvm->fwrt, old_type);
429 iwl_fw_set_current_image(&mvm->fwrt, old_type);
440 iwl_fw_set_current_image(&mvm->fwrt, old_type);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp497 int status, old_type, old_state; local
530 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type);
578 int status, old_type, old_state; local
607 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type);
/freebsd-current/sys/dev/iwm/
H A Dif_iwm.c2796 enum iwm_ucode_type old_type = sc->cur_ucode; local
2812 sc->cur_ucode = old_type;
2837 sc->cur_ucode = old_type;
2844 sc->cur_ucode = old_type;
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp912 uint32_t old_type = local
917 if (size == old_size && kind == old_type) {

Completed in 395 milliseconds