| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/ |
| H A D | find.t | 80 unlink file_path('fa', 'fa_ord'), 81 file_path('fa', 'fsl'), 82 file_path('fa', 'faa', 'faa_ord'), 83 file_path('fa', 'fab', 'fab_ord'), 84 file_path('fa', 'fab', 'faba', 'faba_ord'), 85 file_path('fb', 'fb_ord'), 86 file_path('fb', 'fba', 'fba_ord'); 264 sub file_path { subroutine 299 my $path = file_path(@_); 310 touch( file_path('fb', 'fb_ord') ); [all …]
|
| H A D | taint.t | 71 unlink file_path('fa', 'fa_ord'), 72 file_path('fa', 'fsl'), 73 file_path('fa', 'faa', 'faa_ord'), 74 file_path('fa', 'fab', 'fab_ord'), 75 file_path('fa', 'fab', 'faba', 'faba_ord'), 76 file_path('fb', 'fb_ord'), 77 file_path('fb', 'fba', 'fba_ord'); 191 sub file_path { subroutine 226 my $path = file_path(@_); 240 touch( file_path('fb', 'fb_ord') ); [all …]
|
| /onnv-gate/usr/src/psm/stand/cpr/common/ |
| H A D | support.c | 45 cpr_read_cprinfo(int fd, char *file_path, char *fs_path) in cpr_read_cprinfo() argument 53 (void) prom_strcpy(file_path, cf.cf_path); in cpr_read_cprinfo() 67 cpr_locate_statefile(char *file_path, char *fs_path) in cpr_locate_statefile() argument 73 rc = cpr_read_cprinfo(fd, file_path, fs_path); in cpr_locate_statefile()
|
| /onnv-gate/usr/src/cmd/ndmpd/tlm/ |
| H A D | tlm_traverse.c | 227 char file_path[PATH_MAX + 1]; in fs_getdents() local 253 (void) snprintf(file_path, PATH_MAX, "%s/", pn_path); in fs_getdents() 254 (void) strlcat(file_path, ptr->d_name, PATH_MAX + 1); in fs_getdents() 257 if (lstat64(file_path, &st) != 0) { in fs_getdents() 290 char file_path[PATH_MAX + 1]; in fs_readdir() local 302 (void) snprintf(file_path, PATH_MAX, "%s/", path); in fs_readdir() 303 (void) strlcat(file_path, dp->d_name, PATH_MAX + 1); in fs_readdir() 305 rv = fs_getstat(file_path, efh, est); in fs_readdir()
|
| /onnv-gate/usr/src/lib/storage/liba5k/common/ |
| H A D | mon.c | 4353 char file_path[MAXPATHLEN]; in l_download() local 4363 (void) strcpy(file_path, IBFIRMWARE_FILE); in l_download() 4365 (void) strncpy(file_path, file, sizeof (file_path)); in l_download() 4375 "\n\t%s.\n From file: %s."), path_phys, file_path); in l_download() 4380 "\n\t%s\n From file: %s\n", path_phys, file_path); in l_download() 4382 if ((file_fd = g_object_open(file_path, O_NDELAY | O_RDONLY)) == -1) { in l_download()
|
| /onnv-gate/usr/src/uts/sun4v/io/ |
| H A D | vds.c | 5888 char *file_path = vd->device_path; in vd_setup_backend_vnode() local 5894 if ((status = vn_open(file_path, UIO_SYSSPACE, vd->open_flags | FOFFMAX, in vd_setup_backend_vnode() 5899 PRN("vn_open(%s) = errno %d", file_path, status); in vd_setup_backend_vnode() 5916 PR0("underlying device of %s = (%d, %d)\n", file_path, in vd_setup_backend_vnode() 5944 file_path, getmajor(dev), getminor(dev), vd->max_xfer_sz); in vd_setup_backend_vnode()
|