Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/rpcgen/
H A Drpc_util.c140 if (streq(def->def.ty.old_type, "opaque")) in fixit()
143 return (def->def.ty.old_type); in fixit()
146 return (fixit(def->def.ty.old_type, orig)); in fixit()
215 type = def->def.ty.old_type; in isvectordef()
H A Drpc_parse.h91 const char *old_type; member
H A Drpc_cout.c82 if (strcmp(def->def.ty.old_type, def->def_name) == 0) in emit()
145 !isvectordef(def->def.ty.old_type, in print_header()
612 const char *type = def->def.ty.old_type; in emit_typedef()
H A Drpc_hout.c98 !isvectordef(def->def.ty.old_type, in print_datadef()
409 const char *old = def->def.ty.old_type; in ptypedef()
H A Drpc_parse.c413 defp->def.ty.old_type = dec.type; in def_typedef()
/freebsd-13.1/sbin/init/
H A Dinit.c1696 char *old_getty, *old_window, *old_type; in clean_ttys() local
1724 old_type = sp->se_type ? strdup(sp->se_type) : 0; in clean_ttys()
1732 || (!old_type && sp->se_type) in clean_ttys()
1733 || (old_type && !sp->se_type) in clean_ttys()
1738 || (old_type && strcmp(old_type, sp->se_type) != 0) in clean_ttys()
1749 if (old_type) in clean_ttys()
1750 free(old_type); in clean_ttys()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c456 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type, in dmu_object_zapify() argument
468 ASSERT3U(dn->dn_type, ==, old_type); in dmu_object_zapify()
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c295 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local
323 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
374 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
380 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
387 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp460 int status, old_type, old_state; in __kmp_launch_worker() local
493 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_worker()
541 int status, old_type, old_state; in __kmp_launch_monitor() local
570 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, &old_type); in __kmp_launch_monitor()
/freebsd-13.1/sys/dev/iwm/
H A Dif_iwm.c2893 enum iwm_ucode_type old_type = sc->cur_ucode; in iwm_load_ucode_wait_alive() local
2909 sc->cur_ucode = old_type; in iwm_load_ucode_wait_alive()
2934 sc->cur_ucode = old_type; in iwm_load_ucode_wait_alive()
2941 sc->cur_ucode = old_type; in iwm_load_ucode_wait_alive()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp839 uint32_t old_type = in CreateWatchpoint() local
843 if (size == old_size && kind == old_type) { in CreateWatchpoint()