Lines Matching refs:newid
936 kcm_ccache oldid, newid; in kcm_op_move_cache() local
966 ret = kcm_ccache_resolve_client(context, client, opcode, newname, &newid); in kcm_op_move_cache()
968 ret = kcm_ccache_new_client(context, client, newname, &newid); in kcm_op_move_cache()
978 HEIMDAL_MUTEX_lock(&newid->mutex); in kcm_op_move_cache()
986 MOVE(newid, oldid, flags); in kcm_op_move_cache()
987 MOVE(newid, oldid, client); in kcm_op_move_cache()
988 MOVE(newid, oldid, server); in kcm_op_move_cache()
989 MOVE(newid, oldid, creds); in kcm_op_move_cache()
990 MOVE(newid, oldid, tkt_life); in kcm_op_move_cache()
991 MOVE(newid, oldid, renew_life); in kcm_op_move_cache()
992 MOVE(newid, oldid, key); in kcm_op_move_cache()
993 MOVE(newid, oldid, kdc_offset); in kcm_op_move_cache()
998 HEIMDAL_MUTEX_unlock(&newid->mutex); in kcm_op_move_cache()
1001 kcm_release_ccache(context, newid); in kcm_op_move_cache()