Home
last modified time | relevance | path

Searched refs:odir (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/test/fs/
H A Dfat-noncontig-test.sh55 odir=sandbox
56 img=${odir}/fat-noncontig.img
57 mnt=${odir}/mnt
71 make O=${odir} -s sandbox_defconfig && make O=${odir} -s -j8
/openbmc/qemu/scripts/qapi/
H A Dgen.py79 odir = os.path.dirname(pathname)
81 if odir:
82 os.makedirs(odir, exist_ok=True)
/openbmc/linux/arch/powerpc/boot/
H A Dwrapper593 odir="$(dirname "$ofile.bin")"
600 rm -f "$odir"/{otheros,otheros-too-big}.bld
606 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/$bld"
/openbmc/linux/fs/gfs2/
H A Dinode.c1397 static int gfs2_rename(struct inode *odir, struct dentry *odentry, in gfs2_rename() argument
1400 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_rename()
1404 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_rename()
1643 static int gfs2_exchange(struct inode *odir, struct dentry *odentry, in gfs2_exchange() argument
1647 struct gfs2_inode *odip = GFS2_I(odir); in gfs2_exchange()
1651 struct gfs2_sbd *sdp = GFS2_SB(odir); in gfs2_exchange()
1781 static int gfs2_rename2(struct mnt_idmap *idmap, struct inode *odir, in gfs2_rename2() argument
1791 return gfs2_exchange(odir, odentry, ndir, ndentry, flags); in gfs2_rename2()
1793 return gfs2_rename(odir, odentry, ndir, ndentry); in gfs2_rename2()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-update.sh257 odir=$rwdir
/openbmc/linux/fs/xfs/
H A Dxfs_iops.c446 struct inode *odir, in xfs_vn_rename() argument
474 return xfs_rename(idmap, XFS_I(odir), &oname, in xfs_vn_rename()
/openbmc/linux/sound/pci/
H A Des1968.c2563 u16 odir = inw(io + IO_DIR); in snd_es1968_tea575x_set_direction() local
2569 outw(odir | (1 << gpio.data) | (1 << gpio.clk) | (1 << gpio.wren), in snd_es1968_tea575x_set_direction()
2574 outw((odir & ~((1 << gpio.data) | (1 << gpio.most))) in snd_es1968_tea575x_set_direction()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch30336 + odir="$objdir"
30339 + odir="$dir/$objdir"
30344 + test "$opt_mode" = uninstall && odir="$dir"
30353 + *" $odir "*) ;;
30354 + *) func_append rmdirs " $odir" ;;
30363 + func_append rmfiles " $odir/$n"
30376 + *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;
30379 + test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
30429 + func_append rmfiles " $odir/$name $odir/${name}S.${objext}"
30432 + func_append rmfiles " $odir/lt-$name"
[all …]