Home
last modified time | relevance | path

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

/freebsd/contrib/dma/
H A Dmail.c390 int nocopy = 0; in readmail() local
453 nocopy = 0; in readmail()
462 nocopy = 1; in readmail()
508 if (!nocopy) { in readmail()
/freebsd/contrib/nvi/ex/
H A 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/contrib/elftoolchain/elfcopy/
H A 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()
H A Delfcopy.h136 int nocopy; member
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c2341 int error, nocopy; in ffs_bufwrite()
2361 nocopy = bp->b_flags & B_NOCOPY; in ffs_geom_strategy()
2363 if ((vp->v_vflag & VV_COPYONWRITE) && nocopy == 0 && in ffs_geom_strategy()
2351 int error, nocopy; ffs_geom_strategy() local