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

1 2 3 4 5

  /src/sys/dev/sysmon/
sysmon_envsys_events.c 122 sme_event_t *see = NULL, *osee = NULL; local
189 see = osee;
218 if (props && see->see_type == PENVSYS_EVENT_NULL)
219 see->see_type = crittype;
223 if (crittype == PENVSYS_EVENT_NULL && see != NULL) {
228 if (see == NULL) {
232 see = kmem_zalloc(sizeof(*see), KM_SLEEP);
236 see->see_type = crittype;
237 see->see_sme = sme
347 sme_event_t *see; local
400 sme_event_t *see; local
456 sme_event_t *see; local
702 sme_event_t *see; local
748 sme_event_t *see; local
778 sme_event_t *see = (void *)wk; local
866 sme_event_t *see; local
    [all...]
  /src/usr.bin/make/unit-tests/
opt-jobs-internal.exp 3 make: warning: Invalid internal option "-J" in "<curdir>"; see the manual page
6 .make[2]: warning: Invalid internal option "-J" in "<curdir>"; see the manual page
10 .make[2]: warning: Invalid internal option "-J" in "<curdir>"; see the manual page
varname-dollar.mk 10 # To see that using this variable indeed affects the variable '$', run the
21 # Now overwrite the '$' variable to see whether '$$' really expands to that
varmod-sun-shell.mk 8 # See also:
22 .MAKEFLAGS: -dv # to see the "Capturing" debug output
varmod-sun-shell1.mk 8 # See also:
15 .MAKEFLAGS: -dv # to see the "Capturing" debug output
export.mk 32 # This is exported (see the .rawout file) but not displayed since the dash
sh-errctl.mk 4 # mode, the default shell is always used, see InitShellNameAndPath.
varmod-to-abs.mk 12 # and it had to exist (see ModifyWord_Realpath).
24 # unit-tests/Makefile. See the .rawout file for the truth.
cond-func.mk 80 # allowed for the 'empty' function (see cond-func-empty.mk), therefore
89 # .if directive, this function is 'defined'; see "struct If ifs" in cond.c.
100 # The plain word 'defined' is interpreted as 'defined(defined)', see
varmod-gmtime.mk 6 # See also:
9 .if ${TZ:Uundefined} != "undefined" # see unit-tests/Makefile
99 # FreeBSD-12.0-i386 still has 32-bit signed time_t, see
102 # Linux on 32-bit systems may still have 32-bit signed time_t, see
opt-jobs-no-action.mk 10 # See also:
19 # easier to see what actually happens.
60 # not handled by the Job module but by the Compat module, see the
var-op-default.mk 52 # 'VAR.${:Uparam}' to see whether the variable already existed. Since that
66 # following debug flags to see what happens:
varparse-undef-partial.mk 15 # (see VarSubstExpr) and the rest of the expression is expanded as usual.
25 # Define the possible outcomes, to see which of them gets expanded.
cond-late.mk 8 # expressions are evaluated individually and only as far as necessary, see
dep-colon-bug-cross-file.mk 23 # The 'Z' means access to already freed memory; see jemalloc(3). The cause
  /src/games/hunt/huntd/
draw.c 41 static void see(PLAYER *, int);
150 see(pp, LEFTS);
151 see(pp, ABOVE);
152 see(pp, BELOW);
155 see(pp, RIGHT);
156 see(pp, ABOVE);
157 see(pp, BELOW);
160 see(pp, ABOVE);
161 see(pp, LEFTS);
162 see(pp, RIGHT)
178 see(PLAYER *pp, int face) function
    [all...]
  /src/lib/libc/compat/arch/powerpc/sys/
compat_sigprocmask13.S 26 or. %r5,%r5,%r5 # check to see of oset requested
  /src/lib/libc/compat/arch/sparc/sys/
compat_sigprocmask.S 65 tst %o2 ! check to see if oset requested
  /src/lib/libc/arch/m68k/string/
memccpy.S 60 clrw %d0 | check to see if more to do
82 clrw %d0 | check to see if more to do
  /src/sys/rump/
makerumpsyscalls.sh 112 ${sawlibrump} || die Did not see librump. Wrong directory?
  /src/share/man/man8/
MAKEDEV2manpage.awk 193 if (line ~ /see/) {
198 line = line ", see";
  /src/sys/arch/i386/stand/lib/
biosmca.S 96 # see also arch/i386/mca/mca_machdep.c
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 11 @ Let C/C++ see the symbol
41 @ Let C/C++ see the symbol
72 @ Let C/C++ see the symbol
  /src/usr.sbin/sysinst/
README.md_defs 9 being added after it (see evbarm on allwinner SoCs, u-boot is
18 (see below), an example for that is arch/i386/md.c when we have been
38 If multiple boot partitions are required (see ofppc, where various schemes
  /src/doc/
TODO.modules 30 undefine drivers now, see MODULAR in amd64, which does
146 The core group would also like to see the following changes in
170 file? (See #17 below.) Then drivers that scan for children might
178 attachment causes conflicts with built-in drivers. (See the PR for
225 really cool. (See sys/kern/kern_exec.c?) It ends up auto-loading

Completed in 29 milliseconds

1 2 3 4 5