Searched refs:tmp_profile (Results 1 – 2 of 2) sorted by relevance
499 struct mrvl_mtr_profile *profile, *tmp_profile; in mrvl_mtr_deinit() local508 profile && (tmp_profile = LIST_NEXT(profile, next), 1); in mrvl_mtr_deinit()509 profile = tmp_profile) in mrvl_mtr_deinit()
3544 my $tmp_profile = "$profile_dir/.tmp.$profile_file";3552 my $cmd = ShellEscape(@fetcher, $url) . " > " . ShellEscape($tmp_profile);3563 (system("mv", $tmp_profile, $real_profile) == 0) || error("Unable to rename profile\n");