Searched refs:vroot (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/make/lib/vroot/ |
H A D | vroot.cc | 44 vroot_patht vroot; member 111 return(vroot_data.vroot.env_var); in get_vroot_name() 129 vroot_data.vroot.init= 0; in flush_vroot_cache() 151 get_vroot_path(char **vroot, char **path, char **filename) in get_vroot_path() argument 153 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 …]
|
H A D | Makefile | 37 vroot.o \
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 179 fill_prcwd(proc_t *p, prcwd_t *cwd, vnode_t *vroot, cred_t *credp) in fill_prcwd() argument 199 (void) vnodetopath(vroot, vn, cwd->prcwd_cwd, in fill_prcwd() 261 vnode_t *vroot; in write_elfnotes() local 392 vroot = PTOU(p)->u_rdir; in write_elfnotes() 393 if (vroot == NULL) in write_elfnotes() 394 vroot = rootdir; in write_elfnotes() 396 VN_HOLD(vroot); in write_elfnotes() 437 (void) vnodetopath(vroot, fvp, fdinfo.pr_path, in write_elfnotes() 458 VN_RELE(vroot); in write_elfnotes() 486 VN_RELE(vroot); in write_elfnotes() [all …]
|
/illumos-gate/usr/src/tools/make/lib/vroot/ |
H A D | Makefile | 37 vroot.o \ 44 SRCDIR = $(SRC)/cmd/make/lib/vroot
|
/illumos-gate/usr/src/tools/make/lib/ |
H A D | Makefile | 17 vroot
|
/illumos-gate/usr/src/cmd/make/lib/ |
H A D | Makefile | 17 vroot
|
/illumos-gate/usr/src/tools/make/bin/ |
H A D | Makefile | 38 LDLIBS += ../lib/mksh/libmksh.a ../lib/vroot/libvroot.a
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | Makefile | 39 LDLIBS += ../lib/mksh/libmksh.a ../lib/vroot/libvroot.a
|