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

1 2 3 4 5 6 7 8 91011>>

  /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/
unexport.mk 12 # was not reachable though. At that point, backslash-newline has already
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"
varname-make_print_var_on_error.mk 8 # gn->commands has been set to NULL already. This leaves .ERROR_CMD an empty
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
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
233 if (already > MAXRETRY)
237 already++;
ventel.c 208 int already = 0, nread; local
222 while (already < MAXRETRY) {
243 already++;
  /src/external/bsd/tmux/dist/
cmd-set-option.c 95 int window, idx, already, error, ambiguous; local
149 /* With -o, check this option is not already set. */
152 already = (o != NULL);
155 already = 0;
157 already = (options_array_get(o, idx) != NULL);
159 if (already) {
162 cmdq_error(item, "already set: %s", argument);
  /src/sys/arch/x68k/stand/common/
exec_image.S 89 | bootdev(%d6) is already set
90 | boothowto(%d7) is already set
  /src/external/gpl2/dtc/dist/
convert-dtsv0-lexer.l 70 die("Input dts file is already version 1\n");
  /src/common/lib/libc/arch/or1k/gen/
mulsi3.S 50 l.bf .Lloop # yes, r6 already has smaller value,
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
obstack.c 253 long already;
285 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
288 already = 0;
290 for (i = already; i < obj_size; i++)
252 long already; local
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
obstack.c 253 long already;
285 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
288 already = 0;
290 for (i = already; i < obj_size; i++)
252 long already; local
  /src/external/bsd/libpcap/dist/
autogen.sh 15 If version 2.69 or later is already installed and there is no
  /src/external/bsd/tcpdump/dist/
autogen.sh 15 If version 2.69 or later is already installed and there is no
  /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
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/external/gpl2/grep/dist/lib/
obstack.c 286 long already;
313 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
316 already = 0;
318 for (i = already; i < obj_size; i++)
285 long already; local
  /src/sys/arch/sun3/sun3x/
locore.s 67 | This is a tricky task on the sun3x because the MMU is already enabled and
  /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 63 milliseconds

1 2 3 4 5 6 7 8 91011>>