Searched refs:XEON_PHI_NFS_MNT (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/drivers/xeon_phi/
H A Dmain_host.c63 err = vfs_mkdir(XEON_PHI_NFS_MNT);
72 return vfs_mount(XEON_PHI_NFS_MNT, uri);
H A Dxeon_phi_internal.h34 #define XEON_PHI_NFS_MNT "/xeon_phi" macro
H A Dboot.c180 size_t path_size = strlen(file) + strlen(XEON_PHI_NFS_MNT) + 2;
186 snprintf(path, path_size, "%s%s", XEON_PHI_NFS_MNT, file);
188 snprintf(path, path_size, "%s/%s", XEON_PHI_NFS_MNT, file);

Completed in 157 milliseconds