Home
last modified time | relevance | path

Searched refs:once (Results 1 – 25 of 144) sorted by relevance

123456

/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Dof-xilinx-wdt.txt13 - 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 Devt_main.c24 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 Dngx_http_sub_filter_module.c43 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 Dblake2_kfreebsd.h4 #pragma once
H A Dconfig.h3 #pragma once
/f-stack/app/redis-5.0.5/deps/jemalloc/msvc/test_threads/
H A Dtest_threads.h1 #pragma once
/f-stack/freebsd/opencrypto/
H A D_cryptodev.h6 #pragma once
H A Dxform_poly1305.h3 #pragma once
/f-stack/freebsd/crypto/ccp/
H A Dccp_lsb.h31 #pragma once
/f-stack/freebsd/contrib/libb2/
H A Dblake2-config.h13 #pragma once
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dallwinner,sun4i-a10-display-frontend.yaml46 # 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 Dwarnings.mk56 WARNINGS += -fno-inline-functions-called-once
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtsd_malloc_thread_cleanup.h2 #error This file should be included only once, by tsd.h.
H A Dtsd_tls.h2 #error This file should be included only once, by tsd.h.
H A Dtsd_win.h2 #error This file should be included only once, by tsd.h.
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dallwinner,sun4i-a10-csi.yaml60 # 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 Dcodecov.yml22 behavior: once # update if exists; post new; skip if deleted
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dmain.c282 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 Dtypes.h32 #pragma once
H A Dtime.h31 #pragma once
/f-stack/freebsd/net/
H A Ddebugnet_int.h30 #pragma once
/f-stack/freebsd/kern/
H A Dsubr_devstat.c520 static int once; in devstat_alloc() local
523 if (!once) { in devstat_alloc()
527 once = 1; in devstat_alloc()
H A Dvfs_init.c379 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 Deal_args.include.rst164 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 Dlinux_ptrace.c336 static int once = 0; in linux_ptrace() local
337 if (!once) { in linux_ptrace()
339 once = 1; in linux_ptrace()

123456