Home
last modified time | relevance | path

Searched refs:nocopy (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/dma/
Dmail.c390 int nocopy = 0; in readmail() local
453 nocopy = 0; in readmail()
462 nocopy = 1; in readmail()
508 if (!nocopy) { in readmail()
/freebsd-12-stable/contrib/nvi/ex/
Dex_init.c280 ex_run_str(SCR *sp, char *name, CHAR_T *str, size_t len, int ex_flags, int nocopy) in ex_run_str() argument
295 if (nocopy) in ex_run_str()
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
Dsections.c681 s->nocopy = 1; in update_section_group()
815 s->nocopy = 1; in filter_reloc()
1095 s->nocopy = 1; in modify_section()
1210 s->nocopy = 1; in copy_shdr()
1242 if (s->nocopy && s->buf == NULL) in copy_data()
1260 if (s->nocopy) { in copy_data()
1314 s->nocopy = 1; in create_external_section()
Delfcopy.h136 int nocopy; member
/freebsd-12-stable/contrib/binutils/ld/scripttempl/
Dpe.sc78 on fork. This used to be named ".data$nocopy". The linker used
Dpep.sc78 on fork. This used to be named ".data$nocopy". The linker used
/freebsd-12-stable/sys/ufs/ffs/
Dffs_vfsops.c2223 int error, nocopy; in ffs_geom_strategy() local
2231 nocopy = bp->b_flags & B_NOCOPY; in ffs_geom_strategy()
2233 if ((vp->v_vflag & VV_COPYONWRITE) && nocopy == 0 && in ffs_geom_strategy()
/freebsd-12-stable/contrib/binutils/ld/
DChangeLog-98991872 * scripttempl/pe.sc: The Cygwin32 library uses a .data$nocopy
/freebsd-12-stable/contrib/gcc/
DFSFChangeLog.112079 * integrate.c (save_for_inline_{nocopy,copying}): Remove