opal_path_nfs 118 ompi/mca/fs/base/fs_base_get_parent_dir.c bool ret = opal_path_nfs ( fname, &fstype ); opal_path_nfs 123 ompi/mca/fs/base/fs_base_get_parent_dir.c ret = opal_path_nfs (dir, &fstype); opal_path_nfs 172 ompi/mca/fs/ufs/fs_ufs_file_open.c bool bret = opal_path_nfs ( (char *)filename, &fstype ); opal_path_nfs 177 ompi/mca/fs/ufs/fs_ufs_file_open.c bret = opal_path_nfs (dir, &fstype); opal_path_nfs 368 opal/mca/shmem/mmap/shmem_mmap_module.c if (opal_shmem_mmap_nfs_warning && opal_path_nfs(real_file_name, NULL)) { opal_path_nfs 145 opal/util/path.h OPAL_DECLSPEC bool opal_path_nfs(char *fname, char **fstype) __opal_attribute_warn_unused_result__; opal_path_nfs 76 test/util/opal_path_nfs.c i, argv[i], opal_path_nfs (argv[i], NULL) ? "Yes": "No"); opal_path_nfs 109 test/util/opal_path_nfs.c i, argv[i], opal_path_nfs (argv[i], NULL) ? "Yes": "No"); opal_path_nfs 128 test/util/opal_path_nfs.c if (expect == opal_path_nfs (file, NULL)) {