HomeSort by: relevance | last modified time | path
    Searched refs:already (Results 1 - 25 of 105) sorted by relevancy

1 2 3 4 5

  /src/sys/external/bsd/drm2/include/linux/
mutex.h 105 mutex_lock_nest_lock(struct mutex *mutex, struct mutex *already)
108 KASSERT(mutex_is_locked(already));
  /src/usr.bin/make/unit-tests/
depsrc-made.mk 4 # which marks all its dependencies as already made, so their commands
unexport.mk 12 # was not reachable though. At that point, backslash-newline has already
varname-make_print_var_on_error.mk 8 # gn->commands has been set to NULL already. This leaves .ERROR_CMD an empty
var-op-default.mk 13 # At this point, the variable 'VAR' is already defined. The '?=' therefore
52 # 'VAR.${:Uparam}' to see whether the variable already existed. Since that
56 VAR.param= already defined
58 .if ${VAR.param} != "already defined"
deptgt-main.mk 25 # This target is marked with '.MAIN' but there already is a main target. The
29 @echo 'This target comes too late, there is already a .MAIN target.'
directive-include-guard.exp 48 Parse_PushInput: variable-already-defined.tmp:1
49 Skipping 'variable-already-defined.tmp' because 'VARIABLE_ALREADY_DEFINED' is defined
94 Parse_PushInput: target-already-defined.tmp:1
95 Skipping 'target-already-defined.tmp' because 'target-already-defined' is defined
depsrc-usebefore-double-colon.mk 28 # The commands had been copied in the previous line already.
deptgt-end-fail-all.mk 8 # This was not intended since the .END node had already been skipped if a
export.mk 34 # ampersand is filtered out already by FILTER_CMD.
varname-dot-makeflags.mk 29 # which are already available during parse time.
  /src/usr.bin/tip/aculib/
biz31.c 222 int already = 0; local in function:bizsync
233 if (already > MAXRETRY)
237 already++;
ventel.c 208 int already = 0, nread; local in function:vensync
222 while (already < MAXRETRY) {
243 already++;
courier.c 259 int already = 0; local in function:coursync
263 while (already++ < MAXRETRY) {
t3000.c 267 int already = 0; local in function:t3000_sync
271 while (already++ < MAXRETRY) {
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
at91sam9g20ek_2mmc.dts 17 /* clk already mux wuth slot0 */
usb_a9g20-dab-mmx.dtsi 34 * led already used by mother board but active as high
  /src/sys/arch/x68k/stand/common/
exec_image.S 89 | bootdev(%d6) is already set
90 | boothowto(%d7) is already set
  /src/common/lib/libc/arch/or1k/gen/
mulsi3.S 50 l.bf .Lloop # yes, r6 already has smaller value,
  /src/sys/arch/x68k/stand/xxboot/
memcpy.S 69 | %d0 is already forward offset.
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 29 @ Function ID is already in r0 (the first parameter).
60 @ Function ID is already in r0 (the first parameter).
90 @ Function ID is already in r0 (the first parameter).
  /src/usr.bin/msgs/
msgs.c 165 bool newrc, already; local in function:main
470 already = NO;
497 if (already && !hdrs)
506 already = YES;
614 if (already && !quitit && lastcmd && totty) {
623 if (!(already || hush || qopt))
  /src/sys/arch/vax/boot/common/
srt0.S 51 beql relocated # already relocated, skip copy
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_add_impl.inc 76 // was already set by normalize( ), but setting it twice won't hurt
fp_mul_impl.inc 64 // denormal path it was already set by normalize( ), but setting it twice

Completed in 22 milliseconds

1 2 3 4 5