Searched refs:orig_name (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystoreUtil.c | 1441 char orig_name[MAXPATHLEN]; in soft_keystore_setpin() member 1695 (void) snprintf(obj->orig_name, MAXPATHLEN, in soft_keystore_setpin() 1701 obj->orig_name, obj->tmp_name) != 0) { in soft_keystore_setpin() 1719 (void) rename(tmp->tmp_name, tmp->orig_name); in soft_keystore_setpin() 2474 char orig_name[MAXPATHLEN], tmp_name[MAXPATHLEN], in soft_keystore_modify_obj() local 2518 (void) snprintf(orig_name, MAXPATHLEN, "%s/%s", in soft_keystore_modify_obj() 2524 (void) snprintf(orig_name, MAXPATHLEN, "%s/%s", in soft_keystore_modify_obj() 2580 if (prepare_data_for_encrypt(orig_name, buf, len, in soft_keystore_modify_obj() 2636 if (rename(tmp_name, orig_name) != 0) { in soft_keystore_modify_obj()
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | cache.c | 457 char *orig_name; in cache_update() local 468 orig_name = devname; in cache_update() 471 events_new_event(orig_name, DM_DRIVE, DM_EV_TREMOVE); in cache_update()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_extra.c | 224 char *orig_name = NULL; in get_other_name_sym_from_chunk() local 235 orig_name = expr_to_var_sym(assigned, new_sym); in get_other_name_sym_from_chunk() 236 if (!orig_name || !*new_sym) in get_other_name_sym_from_chunk() 239 snprintf(buf, sizeof(buf), "%s.%s", orig_name + 1, name + len); in get_other_name_sym_from_chunk() 241 free_string(orig_name); in get_other_name_sym_from_chunk() 245 orig_name = expr_to_var_sym(assigned, new_sym); in get_other_name_sym_from_chunk() 246 if (!orig_name || !*new_sym) in get_other_name_sym_from_chunk() 249 snprintf(buf, sizeof(buf), "%s->%s", orig_name, name + len); in get_other_name_sym_from_chunk() 251 free_string(orig_name); in get_other_name_sym_from_chunk() 254 free_string(orig_name); in get_other_name_sym_from_chunk()
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | syms.c | 316 Dbg_syms_wrap(Lm_list *lml, Word ndx, const char *orig_name, const char *name) in Dbg_syms_wrap() argument 322 Dbg_demangle_name(orig_name), Dbg_demangle_name(name)); in Dbg_syms_wrap()
|