Searched refs:new_file (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_file.c | 410 profile_filespec_t new_file; in write_data_to_file() local 416 new_file = old_file = 0; in write_data_to_file() 417 new_file = malloc(strlen(outfile) + 5); in write_data_to_file() 418 if (!new_file) in write_data_to_file() 424 sprintf(new_file, "%s.$$$", outfile); in write_data_to_file() 430 f = fopen(new_file, "wF"); in write_data_to_file() 449 if (rename(new_file, outfile)) { in write_data_to_file() 457 if (rename(new_file, outfile)) { in write_data_to_file() 472 if (rename(new_file, outfile)) { in write_data_to_file() 485 if (new_file) in write_data_to_file() [all …]
|
H A D | prof_init.c | 34 prf_file_t new_file, last = 0; in profile_init() local 46 retval = profile_open_file(*fs, &new_file); in profile_init() 56 last->next = new_file; in profile_init() 58 profile->first_file = new_file; in profile_init() 59 last = new_file; in profile_init()
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ucma/ |
H A D | sol_ucma.c | 1766 sol_ucma_file_t *new_file; local 1768 new_file = kmem_zalloc(sizeof (sol_ucma_file_t), KM_SLEEP); 1769 sol_ofs_uobj_init(&new_file->file_uobj, NULL, SOL_UCMA_EVT_FILE_TYPE); 1770 if (sol_ofs_uobj_add(&ucma_file_uo_tbl, &new_file->file_uobj) != 0) { 1771 sol_ofs_uobj_free(&new_file->file_uobj); 1774 new_file->file_uobj.uo_live = 1; 1775 init_genlist(&new_file->file_id_list); 1776 init_genlist(&new_file->file_evt_list); 1782 (new_file->file_uobj).uo_id, new_file); 1784 mutex_init(&new_file->file_mutex, NULL, [all …]
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.h | 112 int32_t new_file; /* Indicates if fd is backing store or no */ member
|
H A D | hash.c | 237 hashp->new_file = new_table;
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | stage2.c | 606 char *new_file = config_file; in run_menu() local 615 while ((*(new_file++) = *(pptr++)) != 0) in run_menu()
|