Searched refs:origpath (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c1165 char *origpath = NULL; local
1174 origpath = grub_strdup (path);
1175 if (!origpath)
1201 grub_free (origpath);
1214 grub_free (origpath);
1221 err = grub_error (GRUB_ERR_FILE_NOT_FOUND, "file `%s' not found", origpath);
1222 grub_free (origpath);
1235 grub_free (origpath);
1245 grub_free (origpath);
1265 err = grub_error (GRUB_ERR_FILE_NOT_FOUND, "file `%s' not found", origpath);
[all...]
H A Dfat.c826 char *origpath = NULL; local
877 origpath = grub_strdup (path);
878 if (!origpath)
905 grub_error (GRUB_ERR_FILE_NOT_FOUND, "file `%s' not found", origpath);
909 grub_free (origpath);
/osnet-11/usr/src/lib/libpkg/common/
H A Dkeystore.c1208 char *origpath, char *backuppath)
1246 (void) rename(origpath, keystore_file);
1250 (void) remove(origpath);
1207 wait_restore(int newfd, char *keystore_file, char *origpath, char *backuppath) argument
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c418 zonecfg_simplify_path(const char *origpath, char *newpath, size_t newpathsz) argument
424 if (*origpath != '/')
431 next = origpath;
482 * of origpath.
500 * previous character copied may be / in the case of origpath like

Completed in 43 milliseconds