Home
last modified time | relevance | path

Searched refs:rn_hostpath (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpfs.c171 char *rn_hostpath; member
387 rn->rn_hostpath = malloc(len, M_TEMP, M_WAITOK | M_ZERO); in etfsregister()
388 memcpy(rn->rn_hostpath, hostpath, len); in etfsregister()
407 if (et->et_rn->rn_hostpath != NULL) in etfsregister()
408 free(et->et_rn->rn_hostpath, M_TEMP); in etfsregister()
461 rv = rumpblk_deregister(et->et_rn->rn_hostpath); in etfsremove()
497 if (et->et_rn->rn_hostpath != NULL) in etfsremove()
498 free(et->et_rn->rn_hostpath, M_TEMP); in etfsremove()
742 newpathlen = strlen(rnd->rn_hostpath) + 1 + cnp->cn_namelen + 1; in rump_vop_lookup()
745 strlcpy(newpath, rnd->rn_hostpath, newpathlen); in rump_vop_lookup()
[all …]