| /onnv/onnv-gate/usr/src/psm/stand/cpr/common/ |
| support.c | 45 cpr_read_cprinfo(int fd, char *file_path, char *fs_path) 54 (void) prom_strcpy(fs_path, cf.cf_dev_prom); 67 cpr_locate_statefile(char *file_path, char *fs_path) 73 rc = cpr_read_cprinfo(fd, file_path, fs_path);
|
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| fileset.c | 270 (void) fb_strlcpy(path, avd_get_str(fileset->fs_path), MAXPATHLEN); 314 (void) fb_strlcpy(path, avd_get_str(fileset->fs_path), MAXPATHLEN); 468 (void) fb_strlcpy(path, avd_get_str(fileset->fs_path), MAXPATHLEN); 993 if ((fileset_path = avd_get_str(fileset->fs_path)) == NULL) { 1024 (strlen(avd_get_str(fileset->fs_path)) > 2)) && 1179 if ((fileset_path = avd_get_str(fileset->fs_path)) == NULL) [all...] |
| fileset.h | 110 avd_t fs_path; /* Pathname prefix in fileset */ member in struct:fileset
|
| flowop_library.c | 427 avd_get_str(flowop->fo_fileset->fs_path), [all...] |
| parser_gram.y | [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/ |
| umount.c | 57 #define FS_PATH "/usr/lib/fs" 71 char fs_path[] = FS_PATH; variable 374 sprintf(full_path, "%s/%s/%s", fs_path, ment->mnt_fstype,
|