Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_util.c130 if (streq(def->def.ty.old_type, "opaque")) in fixit()
133 return (def->def.ty.old_type); in fixit()
136 return (fixit(def->def.ty.old_type, orig)); in fixit()
205 type = def->def.ty.old_type; in isvectordef()
H A Drpc_parse.h86 const char *old_type; member
H A Drpc_cout.c72 if (strcmp(def->def.ty.old_type, def->def_name) == 0) in emit()
135 !isvectordef(def->def.ty.old_type, in print_header()
602 const char *type = def->def.ty.old_type; in emit_typedef()
H A Drpc_hout.c88 !isvectordef(def->def.ty.old_type, in print_datadef()
399 const char *old = def->def.ty.old_type; in ptypedef()
H A Drpc_parse.c403 defp->def.ty.old_type = dec.type; in def_typedef()
/freebsd/sbin/init/
H A Dinit.c1756 char *old_getty, *old_window, *old_type; in clean_ttys() local
1784 old_type = sp->se_type ? strdup(sp->se_type) : 0; in clean_ttys()
1792 || (!old_type && sp->se_type) in clean_ttys()
1793 || (old_type && !sp->se_type) in clean_ttys()
1798 || (old_type && strcmp(old_type, sp->se_type) != 0) in clean_ttys()
1809 if (old_type) in clean_ttys()
1810 free(old_type); in clean_ttys()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c458 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type, in dmu_object_zapify() argument
470 ASSERT3U(dn->dn_type, ==, old_type); in dmu_object_zapify()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c309 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_print_pd_notification()
339 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
412 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
418 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
429 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
320 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; iwl_mvm_load_ucode_wait_alive() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp526 int status, old_type, old_state; in __kmp_launch_worker() local
559 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_worker()
607 int status, old_type, old_state; in __kmp_launch_monitor() local
636 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_monitor()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c2796 enum iwm_ucode_type old_type = sc->cur_ucode; in iwm_load_ucode_wait_alive() local
2812 sc->cur_ucode = old_type; in iwm_load_ucode_wait_alive()
2837 sc->cur_ucode = old_type; in iwm_load_ucode_wait_alive()
2844 sc->cur_ucode = old_type; in iwm_load_ucode_wait_alive()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp913 uint32_t old_type = in CreateWatchpoint() local
918 if (size == old_size && kind == old_type) { in CreateWatchpoint()