| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | of-xilinx-wdt.txt | 13 - xlnx,wdt-enable-once : 0 - Watchdog can be restarted 14 1 - Watchdog can be enabled just once 24 xlnx,wdt-enable-once = <0x0>;
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | evt_main.c | 24 static uint8_t once; in signal_handler() local 26 if ((signum == SIGINT || signum == SIGTERM) && !once) { in signal_handler() 27 once = true; in signal_handler()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_sub_filter_module.c | 43 ngx_flag_t once; member 55 ngx_uint_t once; /* unsigned once:1 */ member 121 offsetof(ngx_http_sub_loc_conf_t, once), 310 if (ctx->once && (ctx->buf == NULL || ctx->in == NULL)) { in ngx_http_sub_body_filter() 472 ctx->once = slcf->once && (++ctx->applied == ctx->matches->nelts); in ngx_http_sub_body_filter() 625 if (ctx->once) { in ngx_http_sub_parse() 653 if (slcf->once && ctx->sub && ctx->sub[i].data) { in ngx_http_sub_parse() 878 slcf->once = NGX_CONF_UNSET; in ngx_http_sub_create_conf() 894 ngx_conf_merge_value(conf->once, prev->once, 1); in ngx_http_sub_merge_conf()
|
| /f-stack/freebsd/crypto/blake2/ |
| H A D | blake2_kfreebsd.h | 4 #pragma once
|
| H A D | config.h | 3 #pragma once
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/msvc/test_threads/ |
| H A D | test_threads.h | 1 #pragma once
|
| /f-stack/freebsd/opencrypto/ |
| H A D | _cryptodev.h | 6 #pragma once
|
| H A D | xform_poly1305.h | 3 #pragma once
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp_lsb.h | 31 #pragma once
|
| /f-stack/freebsd/contrib/libb2/ |
| H A D | blake2-config.h | 13 #pragma once
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | allwinner,sun4i-a10-display-frontend.yaml | 46 # FIXME: This should be made required eventually once every SoC will 51 # FIXME: This should be made required eventually once every SoC will
|
| /f-stack/tools/libxo/ |
| H A D | warnings.mk | 56 WARNINGS += -fno-inline-functions-called-once
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | tsd_malloc_thread_cleanup.h | 2 #error This file should be included only once, by tsd.h.
|
| H A D | tsd_tls.h | 2 #error This file should be included only once, by tsd.h.
|
| H A D | tsd_win.h | 2 #error This file should be included only once, by tsd.h.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | allwinner,sun4i-a10-csi.yaml | 60 # FIXME: This should be made required eventually once every SoC will 65 # FIXME: This should be made required eventually once every SoC will
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | codecov.yml | 22 behavior: once # update if exists; post new; skip if deleted
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 282 static uint8_t once; in signal_handler() local 287 if ((signum == SIGINT || signum == SIGTERM) && !once) { in signal_handler() 292 once = 1; in signal_handler()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | types.h | 32 #pragma once
|
| H A D | time.h | 31 #pragma once
|
| /f-stack/freebsd/net/ |
| H A D | debugnet_int.h | 30 #pragma once
|
| /f-stack/freebsd/kern/ |
| H A D | subr_devstat.c | 520 static int once; in devstat_alloc() local 523 if (!once) { in devstat_alloc() 527 once = 1; in devstat_alloc()
|
| H A D | vfs_init.c | 379 static int once; in vfs_register() local 384 if (!once) { in vfs_register() 386 once = 1; in vfs_register()
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 164 must be specified once only. 177 must be specified once only. 189 Default mode is ``overwrite`` and parameter must be specified once only.
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_ptrace.c | 336 static int once = 0; in linux_ptrace() local 337 if (!once) { in linux_ptrace() 339 once = 1; in linux_ptrace()
|