/src/usr.bin/tic/ |
tic.c | 347 promote(TIC *rtic, TIC *utic) function in typeref:typename:int 467 * this term, promote it and append it to our list. */ 469 if (promote(rtic, utic) == -1) 470 err(EXIT_FAILURE, "promote");
|
/src/usr.bin/xlint/lint2/ |
chk.c | 20 * 4. The name of the author may not be used to endorse or promote products 452 bool promote, asgn, dowarn; local in function:chkau 466 promote = def != NULL && def->s_old_style_function; 475 if (types_compatible(arg1, arg2, true, promote, asgn, &dowarn) && 500 if (promote) { 1193 * promote if set, promote left type before comparison; used for
|
/src/sys/uvm/ |
uvm_fault.c | 532 * uvmfault_promote: promote data to a new anon. used for 1B and 2B. 763 bool promote; member in struct:uvm_faultctx 1049 flt->promote = false; 1417 * 4. dispatch direct or promote handlers. 1517 flt->promote = true; 1588 * uvm_fault_upper_promote: promote upper page. 1695 " MAPPING: anon: pm=%#jx, va=%#jx, pg=%#jx, promote=%jd", 1696 (uintptr_t)pmap, va, (uintptr_t)pg, flt->promote); 1848 * 2. for center page, check if promote. 1852 * 4. dispatch either direct / promote fault [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_lrc.c | 2325 bool promote; local in function:process_csb 2352 promote = gen12_csb_parse(execlists, buf + 2 * head); 2354 promote = gen8_csb_parse(execlists, buf + 2 * head); 2355 if (promote) { 2370 GEM_BUG_ON(!assert_pending_valid(execlists, "promote"));
|
/src/usr.bin/xlint/lint1/ |
tree.c | 19 * 4. The name of the author may not be used to endorse or promote products 2053 ln = promote(op, false, ln); 2056 rn = promote(op, false, rn); 3510 /* In traditional C, keep unsigned and promote FLOAT to DOUBLE. */ 3569 promote(op_t op, bool farg, tnode_t *tn) function in typeref:typename:tnode_t * 3685 tnode_t *ptn = promote(NOOP, true, tn); 4624 : promote(NOOP, true, arg); 4708 tn = promote(NOOP, false, tn);
|