HomeSort by: relevance | last modified time | path
    Searched defs:copying (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
insertion.h 28 cartouche, copying, defcv, deffn, defivar, defmac, defmethod, defop, enumerator in enum:insertion_type
  /src/sys/uvm/
uvm_map.c 4715 bool copying; local
4727 copying = (flags & UVM_MERGE_COPYING) != 0;
4728 newetype = copying ? (entry->etype & ~UVM_ET_NEEDSCOPY) : entry->etype;
4733 ((copying && next->aref.ar_amap != NULL &&
4735 (!copying && next->aref.ar_amap == NULL)) &&
4743 if (copying) {
4759 if (copying) {
4772 ((copying && !merged && prev->aref.ar_amap != NULL &&
4774 (!copying && prev->aref.ar_amap == NULL)) &&
4783 if (copying) {
    [all...]

Completed in 17 milliseconds