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

/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c45 cpr_read_cprinfo(int fd, char *file_path, char *fs_path) argument
53 (void) prom_strcpy(file_path, cf.cf_path);
67 cpr_locate_statefile(char *file_path, char *fs_path) argument
73 rc = cpr_read_cprinfo(fd, file_path, fs_path);
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c227 char file_path[PATH_MAX + 1]; local
253 (void) snprintf(file_path, PATH_MAX, "%s/", pn_path);
254 (void) strlcat(file_path, ptr->d_name, PATH_MAX + 1);
257 if (lstat64(file_path, &st) != 0) {
290 char file_path[PATH_MAX + 1]; local
302 (void) snprintf(file_path, PATH_MAX, "%s/", path);
303 (void) strlcat(file_path, dp->d_name, PATH_MAX + 1);
305 rv = fs_getstat(file_path, efh, est);
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c4353 char file_path[MAXPATHLEN]; local
4363 (void) strcpy(file_path, IBFIRMWARE_FILE);
4365 (void) strncpy(file_path, file, sizeof (file_path));
4375 "\n\t%s.\n From file: %s."), path_phys, file_path);
4380 "\n\t%s\n From file: %s\n", path_phys, file_path);
4382 if ((file_fd = g_object_open(file_path, O_NDELAY | O_RDONLY)) == -1) {
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c5888 char *file_path = vd->device_path; local
5894 if ((status = vn_open(file_path, UIO_SYSSPACE, vd->open_flags | FOFFMAX,
5899 PRN("vn_open(%s) = errno %d", file_path, status);
5916 PR0("underlying device of %s = (%d, %d)\n", file_path,
5944 file_path, getmajor(dev), getminor(dev), vd->max_xfer_sz);

Completed in 94 milliseconds