Searched refs:odir (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/test/fs/ |
H A D | fat-noncontig-test.sh | 55 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 D | gen.py | 79 odir = os.path.dirname(pathname) 81 if odir: 82 os.makedirs(odir, exist_ok=True)
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | wrapper | 593 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 D | inode.c | 1397 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 D | obmc-update.sh | 246 odir=$rwdir
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iops.c | 447 struct inode *odir, in xfs_vn_rename() argument 475 return xfs_rename(idmap, XFS_I(odir), &oname, in xfs_vn_rename()
|
/openbmc/linux/sound/pci/ |
H A D | es1968.c | 2563 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 D | 0008-Use-libtool-2.4.patch | 30334 + odir="$objdir" 30337 + odir="$dir/$objdir" 30342 + test "$opt_mode" = uninstall && odir="$dir" 30346 + # Remember odir for removal later, being careful to avoid duplicates 30351 + *" $odir "*) ;; 30352 + *) func_append rmdirs " $odir" ;; 30361 + func_append rmfiles " $odir/$n" 30364 + test -n "$old_library" && func_append rmfiles " $odir/$old_library" 30374 + *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; 30377 + test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" [all …]
|