Home
last modified time | relevance | path

Searched refs:warned (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/lib/libc/gen/
H A Darc4random-compat.c49 static bool warned = false; in __arc4random_stir_fbsd11() local
51 if (!warned) in __arc4random_stir_fbsd11()
53 warned = true; in __arc4random_stir_fbsd11()
59 static bool warned = false; in __arc4random_addrandom_fbsd11() local
61 if (!warned) in __arc4random_addrandom_fbsd11()
63 warned = true; in __arc4random_addrandom_fbsd11()
/freebsd/sys/kern/
H A Dsubr_autoconf.c91 run_interrupt_driven_config_hooks_warning(int warned) in run_interrupt_driven_config_hooks_warning() argument
97 if (warned < 6) { in run_interrupt_driven_config_hooks_warning()
99 "seconds for", warned * WARNING_INTERVAL_SECS); in run_interrupt_driven_config_hooks_warning()
110 KASSERT(warned < 6, in run_interrupt_driven_config_hooks_warning()
152 int warned; in boot_run_interrupt_driven_config_hooks() local
159 warned = 0; in boot_run_interrupt_driven_config_hooks()
165 warned++; in boot_run_interrupt_driven_config_hooks()
166 run_interrupt_driven_config_hooks_warning(warned); in boot_run_interrupt_driven_config_hooks()
H A Dkern_pmc.c248 static int warned = 0; in pmc_soft_ev_register() local
267 if (!warned) { in pmc_soft_ev_register()
270 warned = 1; in pmc_soft_ev_register()
/freebsd/lib/libc/stdio/
H A Dgets.c47 static int warned; in __gets_unsafe() local
53 if (!warned) { in __gets_unsafe()
55 warned = 1; in __gets_unsafe()
/freebsd/sys/xen/
H A Dxen_common.c87 static bool warned = false; in xen_setup_vcpu_info() local
91 if (bootverbose && !warned) { in xen_setup_vcpu_info()
92 warned = true; in xen_setup_vcpu_info()
/freebsd/bin/dd/
H A Dposition.c87 int warned; in pos_in() local
109 for (bcnt = in.dbsz, cnt = in.offset, warned = 0; cnt;) { in pos_in()
139 if (!warned) { in pos_in()
141 warned = 1; in pos_in()
H A Ddd.c544 static int warned; in dd_out() local
625 if (out.flags & ISCHR && !warned) { in dd_out()
626 warned = 1; in dd_out()
/freebsd/lib/libc/stdlib/
H A Drand.c155 static bool warned = false; in __sranddev_fbsd12() local
157 if (!warned) { in __sranddev_fbsd12()
159 warned = true; in __sranddev_fbsd12()
/freebsd/usr.bin/wc/
H A Dwc.c210 bool gotsp, warned; in cnt() local
283 warned = false; in cnt()
301 if (!warned) { in cnt()
304 warned = true; in cnt()
333 if (mbrtowc(NULL, NULL, 0, &mbs) == (size_t)-1 && !warned) in cnt()
/freebsd/usr.bin/cut/
H A Dcut.c274 int canwrite, clen, warned; in b_n_cut() local
278 warned = 0; in b_n_cut()
282 if (!warned) { in b_n_cut()
284 warned = 1; in b_n_cut()
329 return (warned); in b_n_cut()
/freebsd/sys/x86/xen/
H A Dxen_arch_intr.c319 static int warned; in xen_arch_intr_alloc() local
340 if (!warned) { in xen_arch_intr_alloc()
341 warned = 1; in xen_arch_intr_alloc()
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_setproctitle.c48 boolean_t warned; member
228 if (!SPT.warned) { in zfs_setproctitle()
231 SPT.warned = B_TRUE; in zfs_setproctitle()
/freebsd/sys/cddl/dev/kinst/
H A Dkinst.c241 static bool warned = false; in kinst_enable() local
243 if (!warned) { in kinst_enable()
246 warned = true; in kinst_enable()
/freebsd/usr.bin/col/
H A Dcol.c124 int adjust, opt, warned, width; in main() local
169 adjust = cur_col = extra_lines = warned = 0; in main()
272 if (!warned++) in main()
/freebsd/tools/pkgbase/
H A DREADME.md60 by default, this is not warned. if the option is enabled, this will be warned
/freebsd/usr.bin/calendar/
H A Dio.c112 static bool warned = false; in cal_fopen() local
170 if (!warned) { in cal_fopen()
174 warned = true; in cal_fopen()
H A Dparsedata.c319 static int warned = 0; in remember() local
322 if (warned == 0) in remember()
324 warned++; in remember()
/freebsd/contrib/less/
H A Dch.c405 int warned = FALSE; in sync_logfile() local
425 if (!wrote && !warned) in sync_logfile()
429 warned = TRUE; in sync_logfile()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c648 int warned = 0; in ZDICT_optimizeTrainFromBuffer_fastCover() local
700 if (!warned) { in ZDICT_optimizeTrainFromBuffer_fastCover()
702 warned = 1; in ZDICT_optimizeTrainFromBuffer_fastCover()
H A Dcover.c1143 int warned = 0; in ZDICT_optimizeTrainFromBuffer_cover() local
1189 if (!warned) { in ZDICT_optimizeTrainFromBuffer_cover()
1191 warned = 1; in ZDICT_optimizeTrainFromBuffer_cover()
/freebsd/contrib/bmake/
H A Dcond.c291 bool warned = false; in FuncMake() local
295 if (res.error != NULL && !warned) { in FuncMake()
296 warned = true; in FuncMake()
/freebsd/contrib/tzcode/
H A Dzdump.c88 static bool warned; variable
398 if (warned) in abbrok()
415 warned = errout = true; in abbrok()
615 warned = false; in main()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c376 static int warned; in ibv_create_comp_channel_v2() local
381 if (!warned) { in ibv_create_comp_channel_v2()
385 ++warned; in ibv_create_comp_channel_v2()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c115 static int warned; in c4iw_alloc_ucontext() local
126 if (!warned++) in c4iw_alloc_ucontext()
/freebsd/contrib/sendmail/mail.local/
H A DREADME10 ones that are compatible with the BSD interface. You have been warned!

12