Searched refs:on (Results 1 - 25 of 46) sorted by relevance

12

/fuchsia/zircon/kernel/include/
H A Dtarget.h28 void target_set_debug_led(unsigned int led, bool on);
30 #define target_set_debug_led(led, on) ((void)(0))
/fuchsia/zircon/system/uapp/backlight/
H A Dmain.c35 printf("Backlight:%s Brightness:%d\n", state.on ? "on" : "off",
40 bool on; local
43 on = false;
56 on = true;
65 backlight_state_t state = { .on = on, .brightness = (uint8_t) brightness };
/fuchsia/zircon/scripts/
H A Dtagit20 echo running ctags on project $1
H A Drun-zircon20 echo "-D <disk file|device>: specify disk file or device path on host, default is blk.bin"
100 # name in the current directory, we cd to / before running QEMU (on the more
280 # if disktype wasn't set on the command line, default to ahci unless VIRTIO is set
321 echo "To use qemu with networking on macOS, install the tun/tap driver:"
334 echo "To use qemu with networking on Linux, configure tun/tap:"
460 CMDLINE+="kernel.halt-on-panic=true "
/fuchsia/zircon/third_party/uapp/dash/src/
H A Djobs.h111 #define setjobctl(on) ((void)(on)) /* do nothing */
H A Dtrap.c57 * S_HARD_IGN indicates that the signal was ignored on entry to the shell,
153 * Clear traps on a fork.
362 setinteractive(int on) argument
366 if (++on == is_interactive)
368 is_interactive = on;
H A Dvar.c84 /* Some macros in var.h depend on the order, add new variables to the end. */
175 * PS1 depends on uid
356 listvars(int on, int off, char ***end) argument
365 mask = on | off;
368 if ((vp->flags & mask) == on) {
393 showvars(const char *prefix, int on, int off) argument
398 ep = listvars(on, off, &epend);
/fuchsia/zircon/system/public/zircon/device/
H A Dbacklight.h13 bool on; member in struct:backlight_state
/fuchsia/zircon/kernel/lib/version/
H A Drules.mk16 # based on the current time.
31 # make sure the module properly depends on and can find buildid.h
/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dcrypto.h62 // on success and zero on error.
128 // FIPS_mode_set returns one if |on| matches whether BoringSSL was built with
130 OPENSSL_EXPORT int FIPS_mode_set(int on);
/fuchsia/zircon/kernel/project/
H A Dx64.mk8 # Project file to build zircon + user space on top of qemu
/fuchsia/zircon/system/utest/compiler/
H A Drules.mk18 MODULE_COMPILEFLAGS := -fsanitize=integer-divide-by-zero,signed-integer-overflow -fsanitize-undefined-trap-on-error
/fuchsia/zircon/make/
H A Dmodule.mk14 # MODULE_DEPS : other modules that this one depends on
15 # MODULE_HEADER_DEPS : other headers that this one depends on, in addition to MODULE_DEPS
22 # MODULE_SRCDEPS : extra dependencies that all of this module's files depend on
31 # MODULE_LIBS : shared libraries for a userapp or userlib to depend on
32 # MODULE_STATIC_LIBS : static libraries for a userapp or userlib to depend on
33 # MODULE_FIDL_LIBS : fidl libraries for a userapp or userlib to depend on the C bindings of
37 # MODULE_HOST_LIBS: static libraries for a hostapp or hostlib to depend on
38 # MODULE_HOST_SYSLIBS: system libraries for a hostapp or hostlib to depend on
58 # something fishy is going on
81 # all library deps go on th
[all...]
H A Drecurse.mk10 # more stuff shows up on the MODULE list, recurse
H A Dengine.mk57 $(error ENABLE_ULIB_ONLY=true requires TOOLS=build-.../tools on command line)
62 # generate a default based on build options. Start with no suffix, then add
156 # kernel/include/lib/counters.h and kernel.ld depend on -fdata-sections.
237 # Turn on -fasynchronous-unwind-tables to get .eh_frame.
244 # TODO(ZX-2361): Remove frame pointers when libunwind and our tooling agree on
277 # absolute pathname as is used for this on other systems.
290 # BFD ld stupidly insists on resolving dependency DSO's symbols when
371 # any rules you put here will be depended on in clean builds
430 # Filter on manifest lines by {group} prefix.
536 # to MODULE_EXTRA_OBJS so the linking target will depend on i
[all...]
/fuchsia/zircon/system/utest/fbl/
H A Drules.mk43 # These tests won't run on the host.
45 # Some of these tests need fbl::Mutex which currently isn't supported on the
46 # host. TODO(ZX-1053): Support fbl::Mutex on the host and make the ref counted
/fuchsia/zircon/system/dev/block/zxcrypt/
H A Drules.mk33 MODULE_COMPILEFLAGS := -fsanitize=integer-divide-by-zero,signed-integer-overflow -fsanitize-undefined-trap-on-error
/fuchsia/zircon/system/dev/usb/usb-peripheral/
H A Drules.mk23 # Set default configuration here, rather than relying on usbctl to do it
/fuchsia/zircon/system/ulib/zxcrypt/
H A Drules.mk32 MODULE_COMPILEFLAGS := -fsanitize=integer-divide-by-zero,signed-integer-overflow -fsanitize-undefined-trap-on-error
/fuchsia/zircon/third_party/ulib/linenoise/
H A Drules.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/fuchsia/zircon/system/ulib/zircon/
H A Drules.mk11 # This library should not depend on libc.
45 # installed on disk because it's delivered magically by the kernel.
/fuchsia/zircon/kernel/lib/userboot/
H A Drules.mk20 # userboot-image.S embeds this file, so building depends on it.
/fuchsia/zircon/third_party/ulib/musl/src/math/x86_64/
H A Dexpl.S3 # exact log2e*x calculation depends on nearest rounding mode
30 # it will be wrong on non-nearest rounding mode
/fuchsia/zircon/system/utest/core/threads/thread-functions/
H A Dthread-functions.cpp47 #error Not supported on this platform.
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dsmoothstep.sh67 * This header defines a precomputed table based on the smoothstep family of

Completed in 308 milliseconds

12