Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/make/lib/vroot/
H A Dexecve.cc36 execve(path, vroot_args.execve.argv, vroot_args.execve.environ); in execve_thunk()
46 vroot_args.execve.argv= argv; in execve_vroot()
47 vroot_args.execve.environ= environ; in execve_vroot()
H A Dmount.cc37 vroot_result= mount(path, vroot_args.mount.name, vroot_args.mount.mode); in mount_thunk()
43 vroot_args.mount.name= name; in mount_vroot()
44 vroot_args.mount.mode= mode; in mount_vroot()
H A Dchown.cc37 vroot_result= chown(path, vroot_args.chown.user, vroot_args.chown.group); in chown_thunk()
43 vroot_args.chown.user= user; in chown_vroot()
44 vroot_args.chown.group= group; in chown_vroot()
H A Dreadlink.cc36 vroot_result= readlink(path, vroot_args.readlink.buffer, vroot_args.readlink.buffer_size); in readlink_thunk()
42 vroot_args.readlink.buffer= buffer; in readlink_vroot()
43 vroot_args.readlink.buffer_size= buffer_size; in readlink_vroot()
H A Dopen.cc38 vroot_result= open(path, vroot_args.open.flags, vroot_args.open.mode); in open_thunk()
44 vroot_args.open.flags= flags; in open_vroot()
45 vroot_args.open.mode= mode; in open_vroot()
H A Daccess.cc33 vroot_result= access(path, vroot_args.access.mode); in access_thunk()
39 vroot_args.access.mode= mode; in access_vroot()
H A Dmkdir.cc37 vroot_result= mkdir(path, vroot_args.mkdir.mode); in mkdir_thunk()
43 vroot_args.mkdir.mode= mode; in mkdir_vroot()
H A Dchmod.cc37 vroot_result= chmod(path, vroot_args.chmod.mode); in chmod_thunk()
43 vroot_args.chmod.mode= mode; in chmod_vroot()
H A Dcreat.cc38 vroot_result= creat(path, vroot_args.creat.mode); in creat_thunk()
44 vroot_args.creat.mode= mode; in creat_vroot()
H A Dtruncate.cc36 vroot_result= truncate(path, vroot_args.truncate.length); in truncate_thunk()
42 vroot_args.truncate.length= length; in truncate_vroot()
H A Dstat.cc37 vroot_result= stat(path, vroot_args.stat.buffer); in stat_thunk()
43 vroot_args.stat.buffer= buffer; in stat_vroot()
H A Dlstat.cc37 vroot_result= lstat(path, vroot_args.lstat.buffer); in lstat_thunk()
43 vroot_args.lstat.buffer= buffer; in lstat_vroot()
H A Dutimes.cc37 vroot_result= utimes(path, vroot_args.utimes.time); in utimes_thunk()
43 vroot_args.utimes.time= time; in utimes_vroot()
H A Dargs.cc30 union Args vroot_args; variable
/titanic_50/usr/src/cmd/make/include/vroot/
H A Dargs.h60 extern union Args vroot_args;