Home
last modified time | relevance | path

Searched refs:copy_dir (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A D0001-lib-copydir-copy_entry-use-temporary-stat-buffer.patch31 * This is after the copy_dir above to still iterate into subdirectories.
/openbmc/linux/arch/sparc/include/asm/
H A Dldc.h119 int ldc_copy(struct ldc_channel *lp, int copy_dir,
/openbmc/linux/arch/sparc/kernel/
H A Dldc.c2263 int ldc_copy(struct ldc_channel *lp, int copy_dir, in ldc_copy() argument
2271 if (copy_dir != LDC_COPY_IN && copy_dir != LDC_COPY_OUT) { in ldc_copy()
2273 lp->id, copy_dir); in ldc_copy()
2317 hv_err = sun4v_ldc_copy(lp->id, copy_dir, in ldc_copy()