| /src/sys/dev/sysmon/ |
| sysmon_envsys_events.c | 122 sme_event_t *see = NULL, *osee = NULL; local in function:sme_event_register 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 in function:sme_event_unregister_all 400 sme_event_t *see; local in function:sme_event_unregister 456 sme_event_t *see; local in function:sme_event_unregister_sensor 702 sme_event_t *see; local in function:sme_update_limits 748 sme_event_t *see; local in function:sme_events_check 778 sme_event_t *see = (void *)wk; local in function:sme_events_worker 866 sme_event_t *see; local in function:sysmon_envsys_sensor_event [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: warning: Invalid internal option "-J" in "<curdir>"; see the manual page 10 make: warning: Invalid internal option "-J" in "<curdir>"; see the manual page
|
| suff-clear-single.mk | 19 : 'There is a bug if you see this.'
|
| 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
|
| jobs-empty-commands.mk | 11 #.MAKEFLAGS: -dn # to see the created temporary files
|
| suff-transform-select.mk | 28 # XXX: see suff-bug-endless, which must be fixed first.
|
| varmod-sun-shell.mk | 8 # See also: 22 .MAKEFLAGS: -dv # to see the "Capturing" debug output
|
| cond-cmp-numeric.mk | 5 # See also: 13 # since it is not really a number; see TryParseNumber. 19 # Neither is NaN a number; see TryParseNumber. 45 # See EvalCompare and TryParseNumber. 52 # See EvalCompare and TryParseNumber.
|
| directive-for-errors.mk | 41 ${:U\$}= dollar # see whether the "variable" '$' is local 42 ${:U\\}= backslash # see whether the "variable" '\' is local 55 # see below.
|
| deptgt-end-fail-all.mk | 11 # some commands on error, use the .ERROR target instead, see deptgt-error.mk.
|
| 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.
|
| opt.mk | 10 # comes from. See MainParseOption. 14 # Just to see how the custom argument parsing code reacts to a syntax 20 # See whether a '--' stops handling of command line options, like in
|
| varmod-to-abs.mk | 12 # and it had to exist (see ModifyWord_Realpath). 24 # unit-tests/Makefile. See the .rawout file for the truth.
|
| 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
|
| /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 in typeref:typename:void [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/sys/external/isc/libsodium/dist/m4/ |
| lt~obsolete.m4 | 19 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN 22 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define 36 # This is to help aclocal find these macros, as it can't see m4_define.
|
| /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
|