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

  /src/games/warp/
term.c 325 static const char override[] = "\r\nkeymap overrides string\r\n"; local in function:mac_line
347 puts(override);
358 puts(override);
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_win_test.cc 316 TestOverrideFunction override,
330 bool success = override(identity_address,
359 TestOverrideFunction override = OverrideFunctionWithDetour; local in function:__interception::TEST
361 TestIdentityFunctionPatching(kIdentityCodeWithPrologue, override, prefix);
362 TestIdentityFunctionPatching(kIdentityCodeWithPushPop, override, prefix);
363 TestIdentityFunctionPatching(kIdentityCodeWithMov, override, prefix);
364 TestIdentityFunctionPatching(kIdentityCodeWithJump, override, prefix);
369 TestOverrideFunction override = OverrideFunctionWithRedirectJump; local in function:__interception::TEST
370 TestIdentityFunctionPatching(kIdentityCodeWithJump, override);
374 TestOverrideFunction override = OverrideFunctionWithHotPatch local in function:__interception::TEST
380 TestOverrideFunction override = OverrideFunctionWithTrampoline; local in function:__interception::TEST
391 TestOverrideFunction override = OverrideFunction; local in function:__interception::TEST
500 TestOverrideFunction override = OverrideFunction; local in function:__interception::TEST
526 TestOverrideFunction override = OverrideFunctionWithDetour; local in function:__interception::TEST
555 TestOverrideFunction override = OverrideFunctionWithRedirectJump; local in function:__interception::TEST
569 TestOverrideFunction override = OverrideFunctionWithHotPatch; local in function:__interception::TEST
586 TestOverrideFunction override = OverrideFunctionWithTrampoline; local in function:__interception::TEST
607 TestOverrideFunction override = OverrideFunction; local in function:__interception::TEST
    [all...]
  /src/sys/dev/usb/
ugen.c 358 int override; local in function:ugen_match
361 override = ugen_override;
363 override = match->cf_flags & 1;
365 if (override)
377 * Like ugen(4), ugenif(4) also has an override flag. It has the
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 1828 /* Get override or firmware EDID */
1831 struct edid *override = NULL; local in function:drm_get_override_edid
1834 override = drm_edid_duplicate(connector->edid_blob_ptr->data);
1836 if (!override)
1837 override = drm_load_edid_firmware(connector);
1839 return IS_ERR(override) ? NULL : override;
1843 * drm_add_override_edid_modes - add modes from override/firmware EDID
1846 * Add modes from the override/firmware EDID, if available. Only to be used from
1848 * failed during drm_get_edid() and caused the override/firmware EDID to b
1855 struct edid *override; local in function:drm_add_override_edid_modes
1899 struct edid *override; local in function:drm_do_get_edid
    [all...]
  /src/sys/net/
if_spppsubr.c 5376 bool override; local in function:sppp_auth_to_event
5382 override = false;
5386 /* override TO+ event */
5390 override = true;
5399 override = true;
5406 if (override) {

Completed in 22 milliseconds