Searched refs:copy_flag (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dmv.c45 int copy_flag = 0; local
115 copy_flag = FILEUTILS_RECUR | FILEUTILS_PRESERVE_STATUS;
117 copy_flag |= FILEUTILS_PRESERVE_SECURITY_CONTEXT;
119 if ((copy_file(*argv, dest, copy_flag) >= 0) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/mtd/
H A Dubi-header.h156 * @copy_flag: if this logical eraseblock was copied from another physical
210 * UBI uses the @copy_flag field to indicate that this logical eraseblock is a
213 * eraseblock of two (P or P1), the @copy_flag of the newer one (P1) is
245 * @data_crc field. And of course, the @copy_flag is %in this case.
268 uint8_t copy_flag; member in struct:ubi_vid_hdr
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dio.c759 int copy_flag = vid_hdr->copy_flag; local
769 if (copy_flag != 0 && copy_flag != 1) {
770 dbg_err("bad copy_flag");
837 if (copy_flag == 0) {
H A Ddebug.c58 dbg_msg("copy_flag %d", (int)vid_hdr->copy_flag);
H A Deba.c858 vid_hdr->copy_flag = 1;
1045 * @vid_hdr->copy_flag, @vid_hdr->data_size, and @vid_hdr->data_crc.
1048 vid_hdr->copy_flag = 1;
H A Dscan.c283 if (!vid_hdr->copy_flag) {
285 dbg_bld("second PEB %d is newer, copy_flag is unset",
310 if (!vidh->copy_flag) {
312 dbg_bld("first PEB %d is newer, copy_flag is unset",
351 dbg_bld("second PEB %d is newer, copy_flag is set", pnum);
353 dbg_bld("first PEB %d is newer, copy_flag is set", pnum);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dac97_codec.h616 copy_flag: 1, /* lowlevel driver must fill all entries */ member in struct:ac97_pcm
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_pcm.c471 if (pcm->copy_flag) {

Completed in 420 milliseconds