Home
last modified time | relevance | path

Searched refs:orig_name (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c1442 char orig_name[MAXPATHLEN]; in soft_keystore_setpin() member
1691 (void) snprintf(obj->orig_name, MAXPATHLEN, in soft_keystore_setpin()
1697 obj->orig_name, obj->tmp_name) != 0) { in soft_keystore_setpin()
1715 (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()
/titanic_44/usr/src/lib/libdiskmgt/common/
H A Dcache.c454 char *orig_name; in cache_update() local
465 orig_name = devname; in cache_update()
468 events_new_event(orig_name, DM_DRIVE, DM_EV_TREMOVE); in cache_update()
/titanic_44/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c323 Dbg_syms_wrap(Lm_list *lml, Word ndx, const char *orig_name, const char *name) in Dbg_syms_wrap() argument
329 Dbg_demangle_name(orig_name), Dbg_demangle_name(name)); in Dbg_syms_wrap()