Searched refs:open_vroot (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/make/lib/vroot/ |
| H A D | open.cc | 42 int open_vroot(char *path, int flags, int mode, pathpt vroot_path, pathpt vroot_vroot) in open_vroot() function
|
| /illumos-gate/usr/src/cmd/make/include/vroot/ |
| H A D | vroot.h | 47 extern int open_vroot(char *, int, int, pathpt, pathpt);
|
| /illumos-gate/usr/src/cmd/make/bin/ |
| H A D | ar.cc | 278 fd = open_vroot(filename, O_RDONLY, 0, NULL, VROOT_DEFAULT); in open_archive()
|
| H A D | read.cc | 292 source->fd = open_vroot(makefile_name->string_mb, in read_simple_file()
|