Searched refs:fpath (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dload_node.c117 char *tpath, *fpath; local
119 fpath = STRDUP(search);
120 for (p = fpath; p != NULL; p = next_p) {
126 FREE(fpath);
131 FREE(fpath);
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c420 char *dnpath, *path, *fpath, *nm; local
448 if ((fpath = dev_path_fix(mp, path, d, f)) == NULL)
452 fpath, NULL);
455 "dev:///%s fmri creation failed.\n", fpath);
456 topo_mod_strfree(mp, fpath);
459 topo_mod_strfree(mp, fpath);
716 char *path, *fpath; local
737 fpath = dev_for_hostbridge(did_mod(pd), path);
740 fpath = dev_path_fix(mp, path, d, f);
742 if (fpath
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfshelp.c61 char fpath[grub_strlen (currpath) + 1]; local
62 char *name = fpath;
101 grub_strncpy (fpath, currpath, grub_strlen (currpath) + 1);
H A Dminix.c365 char fpath[grub_strlen (path) + 1];
366 char *name = fpath;
371 grub_strcpy (fpath, path);
364 char fpath[grub_strlen (path) + 1]; local
H A Dufs.c432 char fpath[grub_strlen (path) + 1];
433 char *name = fpath;
438 grub_strcpy (fpath, path);
431 char fpath[grub_strlen (path) + 1]; local
H A Djfs.c624 char fpath[grub_strlen (path)];
625 char *name = fpath;
629 grub_strncpy (fpath, path, grub_strlen (path) + 1);
623 char fpath[grub_strlen (path)]; local
/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py449 fpath = self.ws.repo.join(elt)
450 if os.path.exists(fpath):
451 tar.add(fpath, elt)
537 fpath = self.ws.repo.join(elt.name)
538 if not os.path.exists(fpath):
550 if (elt.mtime != int(os.path.getmtime(fpath)) or
551 elt.size != os.path.getsize(fpath)):
560 fpath = self.ws.repo.join(mfile)
562 if os.path.isdir(fpath):
570 for root, dirs, files in os.walk(fpath, topdow
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dpackage.c571 char *tpath, *fpath; local
582 fpath = STRDUP(package_search_path);
583 for (p = fpath; p != NULL; p = next_p) {
589 FREE(fpath);
595 FREE(fpath);
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py793 fpath = os.path.join(dataroot, datafile)
794 cls._debug('Probing for %s', fpath)
795 open(fpath).close()

Completed in 105 milliseconds