Searched refs:vroot (Results 1 – 9 of 9) sorted by relevance
44 vroot_patht vroot; member111 return(vroot_data.vroot.env_var); in get_vroot_name()129 vroot_data.vroot.init= 0; in flush_vroot_cache()151 get_vroot_path(register char **vroot, register char **path, register char **filename) in get_vroot_path() argument153 if (vroot != NULL) { in get_vroot_path()154 if ((*vroot= vroot_data.vroot_start) == NULL) in get_vroot_path()155 if ((*vroot= vroot_data.path_start) == NULL) in get_vroot_path()156 *vroot= vroot_data.filename_start;}; in get_vroot_path()187 if (!vroot_data.vroot.init) { in translate_with_thunk()188 vroot_data.vroot.init= 1; in translate_with_thunk()[all …]
36 vroot.o \
207 vnode_t *vroot; in write_elfnotes() local331 vroot = PTOU(p)->u_rdir; in write_elfnotes()332 if (vroot == NULL) in write_elfnotes()333 vroot = rootdir; in write_elfnotes()335 VN_HOLD(vroot); in write_elfnotes()376 (void) vnodetopath(vroot, fvp, fdinfo.pr_path, in write_elfnotes()397 VN_RELE(vroot); in write_elfnotes()425 VN_RELE(vroot); in write_elfnotes()430 VN_RELE(vroot); in write_elfnotes()
36 vroot.o \43 SRCDIR = $(SRC)/cmd/make/lib/vroot
17 vroot
45 extern char *get_vroot_path(register char **vroot, register char **path, register char **filename);
38 LDLIBS += ../lib/mksh/libmksh.a ../lib/vroot/libvroot.a