Searched defs:new_file (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c410 profile_filespec_t new_file; local
416 new_file = old_file = 0;
417 new_file = malloc(strlen(outfile) + 5);
418 if (!new_file)
424 sprintf(new_file, "%s.$$$", outfile);
430 f = fopen(new_file, "wF");
449 if (rename(new_file, outfile)) {
457 if (rename(new_file, outfile)) {
472 if (rename(new_file, outfile)) {
485 if (new_file)
[all...]
H A Dprof_init.c34 prf_file_t new_file, last = 0; local
46 retval = profile_open_file(*fs, &new_file);
56 last->next = new_file;
58 profile->first_file = new_file;
59 last = new_file;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c606 char *new_file = config_file; local
615 while ((*(new_file++) = *(pptr++)) != 0)
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1766 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);
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h112 int32_t new_file; /* Indicates if fd is backing store or no */ member in struct:htab

Completed in 67 milliseconds