Symbol: promote
lib/libcurses/PSD.doc/appen.C
15
.\" may be used to endorse or promote products derived from this software
lib/libcurses/PSD.doc/ex1.c
15
.\" may be used to endorse or promote products derived from this software
lib/libcurses/PSD.doc/ex2.c
15
.\" may be used to endorse or promote products derived from this software
lib/libcurses/PSD.doc/life.c
15
.\" may be used to endorse or promote products derived from this software
lib/libcurses/PSD.doc/win_st.c
15
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/dgramread.c
15
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/dgramsend.c
15
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/pipe.c
15
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/socketpair.c
15
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/strchkread.c
15
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/streamread.c
15
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/streamwrite.c
15
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/udgramread.c
15
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/udgramsend.c
15
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/ustreamread.c
15
.\" may be used to endorse or promote products derived from this software
share/doc/psd/20.ipctut/ustreamwrite.c
15
.\" may be used to endorse or promote products derived from this software
sys/uvm/uvm_fault.c
1049
flt->promote = false;
sys/uvm/uvm_fault.c
1517
flt->promote = true;
sys/uvm/uvm_fault.c
1696
(uintptr_t)pmap, va, (uintptr_t)pg, flt->promote);
sys/uvm/uvm_fault.c
1911
flt->promote = true; /* always need anon here */
sys/uvm/uvm_fault.c
1914
flt->promote = flt->cow_now && UVM_ET_ISCOPYONWRITE(ufi->entry);
sys/uvm/uvm_fault.c
1917
flt->promote, (uobj == NULL), 0,0);
sys/uvm/uvm_fault.c
1961
if (!flt->promote) {
sys/uvm/uvm_fault.c
2501
(uintptr_t)pg, flt->promote);
sys/uvm/uvm_fault.c
2505
flt->promote, flt->cow_now, flt->access_type, flt->enter_prot,
sys/uvm/uvm_fault.c
763
bool promote;
usr.bin/tic/tic.c
469
if (promote(rtic, utic) == -1)
usr.bin/xlint/lint1/externs1.h
296
tnode_t *promote(op_t, bool, tnode_t *);
usr.bin/xlint/lint1/func.c
552
tn = promote(NOOP, false, tn);
usr.bin/xlint/lint1/func.c
617
tn = promote(NOOP, false, tn);
usr.bin/xlint/lint1/tree.c
2210
ln = promote(op, false, ln);
usr.bin/xlint/lint1/tree.c
2213
rn = promote(op, false, rn);
usr.bin/xlint/lint1/tree.c
3849
tnode_t *ptn = promote(NOOP, true, tn);
usr.bin/xlint/lint1/tree.c
4781
: promote(NOOP, true, arg);
usr.bin/xlint/lint1/tree.c
4865
tn = promote(NOOP, false, tn);
usr.bin/xlint/lint2/chk.c
452
bool promote, asgn, dowarn;
usr.bin/xlint/lint2/chk.c
466
promote = def != NULL && def->s_old_style_function;
usr.bin/xlint/lint2/chk.c
475
if (types_compatible(arg1, arg2, true, promote, asgn, &dowarn) &&
usr.bin/xlint/lint2/chk.c
500
if (promote) {