/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_nat.sh | 1035 local tmpfile=$(mktemp) 1036 dd if=/dev/urandom of=$tmpfile bs=4096 count=1 2>/dev/null 1044 ip netns exec "$ns2" timeout 3 socat - UDP4-SENDTO:"10.0.1.99:4233" < "$tmpfile" > /dev/null 1052 cmp "$tmpfile" "$outfile" 1054 ls -l "$tmpfile" "$outfile" 1059 rm -f "$tmpfile" "$outfile"
|
/openbmc/linux/fs/overlayfs/ |
H A D | super.c | 706 struct file *tmpfile; in ovl_make_workdir() local 742 tmpfile = ovl_do_tmpfile(ofs, ofs->workdir, S_IFREG | 0); in ovl_make_workdir() 743 ofs->tmpfile = !IS_ERR(tmpfile); in ovl_make_workdir() 744 if (ofs->tmpfile) in ovl_make_workdir() 745 fput(tmpfile); in ovl_make_workdir()
|
/openbmc/pldm/oem/ibm/test/ |
H A D | libpldmresponder_fileio_test.cpp | 119 char tmpfile[] = "/tmp/pldm_fileio_table.XXXXXX"; in TEST() local 120 int fd = mkstemp(tmpfile); in TEST() 122 fs::path path(tmpfile); in TEST() 184 char tmpfile[] = "/tmp/pldm_fileio_table.XXXXXX"; in TEST() local 185 int fd = mkstemp(tmpfile); in TEST() 187 fs::path path(tmpfile); in TEST()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | patch.py | 450 tmpfile = tf.name 456 cmd += ["commit", "-F", tmpfile, "--no-verify"] 462 return (tmpfile, cmd) 582 (tmpfile, shellcmd) = self.prepareCommit(patch['file'], self.commituser, self.commitemail) 587 os.remove(tmpfile)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0001-missing_type.h-add-comparison_fn_t.patch | 54 #include "tmpfile-util.h"
|
H A D | 0003-src-basic-missing.h-check-for-missing-strndupa.patch | 199 #include "tmpfile-util.h" 511 #include "tmpfile-util.h"
|
H A D | 0002-add-fallback-parse_printf_format-implementation.patch | 427 #include "tmpfile-util.h"
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0001-missing_type.h-add-comparison_fn_t.patch | 54 #include "tmpfile-util.h"
|
H A D | 0003-src-basic-missing.h-check-for-missing-strndupa.patch | 199 #include "tmpfile-util.h" 511 #include "tmpfile-util.h"
|
H A D | 0002-add-fallback-parse_printf_format-implementation.patch | 427 #include "tmpfile-util.h"
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_nexthops.sh | 401 tmpfile=`mktemp /var/run/nexthoptestXXX` 402 mpid=`($IP monitor $mtype > $tmpfile & echo $!) 2>/dev/null` 404 echo "$mpid $tmpfile" 410 local tmpfile=$2 415 lines=`wc -l $tmpfile | cut "-d " -f1` 418 rm -rf $tmpfile
|
H A D | rtnetlink.sh | 762 tmpfile=`mktemp /var/run/ipsectestXXX` 763 mpid=`(ip x m > $tmpfile & echo $!) 2>/dev/null` 816 lines=`wc -l $tmpfile | cut "-d " -f1` 819 rm -rf $tmpfile
|
/openbmc/linux/fs/ |
H A D | bad_inode.c | 183 .tmpfile = bad_inode_tmpfile,
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_inode.c | 2826 struct xfs_inode *tmpfile; in xfs_rename_alloc_whiteout() local 2831 &tmpfile); in xfs_rename_alloc_whiteout() 2837 error = xfs_inode_init_security(VFS_I(tmpfile), VFS_I(dp), &name); in xfs_rename_alloc_whiteout() 2839 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout() 2840 xfs_irele(tmpfile); in xfs_rename_alloc_whiteout() 2849 xfs_setup_iops(tmpfile); in xfs_rename_alloc_whiteout() 2850 xfs_finish_inode_setup(tmpfile); in xfs_rename_alloc_whiteout() 2851 VFS_I(tmpfile)->i_state |= I_LINKABLE; in xfs_rename_alloc_whiteout() 2853 *wip = tmpfile; in xfs_rename_alloc_whiteout()
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | data.py | 560 with tempfile.NamedTemporaryFile(delete=False) as tmpfile: 561 tmpfilename = tmpfile.name 562 pickle.dump(d, tmpfile)
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_go.py | 603 tmpfile = os.path.join(localfilesdir, patchfilename) 604 shutil.move(os.path.join(srctree, patchfilename), tmpfile) 606 extravalues['extrafiles'][patchfilename] = tmpfile
|
/openbmc/linux/fs/ramfs/ |
H A D | inode.c | 170 .tmpfile = ramfs_tmpfile,
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | gup_longterm.c | 259 file = tmpfile(); in run_with_tmpfile()
|
H A D | cow.c | 365 file = tmpfile(); in do_test_iouring() 1519 file = tmpfile(); in run_with_tmpfile()
|
/openbmc/linux/fs/minix/ |
H A D | namei.c | 270 .tmpfile = minix_tmpfile,
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 22 tmpfile="" 206 rm -f "$tmpfile" 551 tmpfile=$(mktemp) 552 head --bytes="$bytes" "$in" > "$tmpfile" 553 mv "$tmpfile" "$in" 554 head --bytes="$bytes" "$out" > "$tmpfile" 555 mv "$tmpfile" "$out" 556 tmpfile=""
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | siggen.py | 479 fd, tmpfile = bb.utils.mkstemp(dir=os.path.dirname(sigfile), prefix="sigtask.") 484 os.chmod(tmpfile, 0o664) 485 bb.utils.rename(tmpfile, sigfile) 488 os.unlink(tmpfile)
|
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/ |
H A D | terminfo_fixes.patch | 162 + -/bin/rm -rf tmpfile*.* tmpdir*.*
|
/openbmc/linux/fs/cachefiles/ |
H A D | cache.c | 65 !d_backing_inode(root)->i_op->tmpfile || in cachefiles_add_cache()
|
/openbmc/linux/fs/ext2/ |
H A D | namei.c | 420 .tmpfile = ext2_tmpfile,
|