Searched refs:old_type (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/usr.bin/rpcgen/ |
| H A D | rpc_util.c | 138 if (streq(def->def.ty.old_type, "opaque")) in fixit() 141 return (def->def.ty.old_type); in fixit() 144 return (fixit(def->def.ty.old_type, orig)); in fixit() 213 type = def->def.ty.old_type; in isvectordef()
|
| H A D | rpc_parse.h | 90 const char *old_type; member
|
| H A D | rpc_cout.c | 80 if (strcmp(def->def.ty.old_type, def->def_name) == 0) in emit() 143 !isvectordef(def->def.ty.old_type, in print_header() 610 const char *type = def->def.ty.old_type; in emit_typedef()
|
| H A D | rpc_hout.c | 96 !isvectordef(def->def.ty.old_type, in print_datadef() 407 const char *old = def->def.ty.old_type; in ptypedef()
|
| H A D | rpc_parse.c | 411 defp->def.ty.old_type = dec.type; in def_typedef()
|
| /freebsd-14.2/sbin/init/ |
| H A D | init.c | 1768 char *old_getty, *old_window, *old_type; in clean_ttys() local 1796 old_type = sp->se_type ? strdup(sp->se_type) : 0; in clean_ttys() 1804 || (!old_type && sp->se_type) in clean_ttys() 1805 || (old_type && !sp->se_type) in clean_ttys() 1810 || (old_type && strcmp(old_type, sp->se_type) != 0) in clean_ttys() 1821 if (old_type) in clean_ttys() 1822 free(old_type); in clean_ttys()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_object.c | 458 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-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | fw.c | 320 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local 350 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive() 423 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() 440 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 497 int status, old_type, old_state; in __kmp_launch_worker() local 530 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_worker() 578 int status, old_type, old_state; in __kmp_launch_monitor() local 607 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_monitor()
|
| /freebsd-14.2/sys/dev/iwm/ |
| H A D | if_iwm.c | 2796 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-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 912 uint32_t old_type = in CreateWatchpoint() local 917 if (size == old_size && kind == old_type) { in CreateWatchpoint()
|