Searched refs:fromname (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 154 static void copy_fromat_to(int fromfd, const char *fromname, const char *toname) in copy_fromat_to() argument 156 int from = openat(fromfd, fromname, O_RDONLY); in copy_fromat_to()
|
/openbmc/linux/include/linux/ |
H A D | nfs_xdr.h | 857 const char * fromname; member 935 const char * fromname; member
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | recipetool.py | 856 fromname = runCmd("recipetool --quiet pluginfile") 857 srcfile = fromname.output
|
H A D | devtool.py | 2118 fromname = runCmd("devtool --quiet pluginfile") 2119 srcfile = fromname.output
|
/openbmc/linux/fs/nfs/ |
H A D | proc.c | 406 .fromname = dentry->d_name.name, in nfs_proc_symlink()
|
H A D | nfs2xdr.c | 757 encode_diropargs(xdr, args->fromfh, args->fromname, args->fromlen); in nfs2_xdr_enc_symlinkargs()
|
H A D | nfs3proc.c | 563 data->arg.symlink.fromname = dentry->d_name.name; in nfs3_proc_symlink()
|
H A D | nfs3xdr.c | 1093 encode_diropargs3(xdr, args->fromfh, args->fromname, args->fromlen); in nfs3_xdr_enc_symlink3args()
|