Searched refs:once (Results 76 - 100 of 121) sorted by relevance

12345

/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c454 static int curerr, once; local
455 if (once == 0 && ppsratecheck(&lasterr, &curerr, 1)) {
459 once++;
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc979 int once = 0; local
993 if (!once && !no_daemon && !daemonize_quick) {
1007 once++;
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dmem.c33 #include <isc/once.h>
117 static isc_once_t once = ISC_ONCE_INIT; variable
917 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
2279 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
2295 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
2433 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
/freebsd-11-stable/sbin/routed/
H A Dif.c200 * new interface. So just once look for new interfaces.
222 * new interface. So just once look for new interfaces.
240 int once = 0; local
264 if (maybe != NULL || once || IF_RESCAN_DELAY())
266 once = 1;
269 * new interface. So just once look for new interfaces.
/freebsd-11-stable/contrib/bmake/
H A Dmeta.c161 /* we don't need these once we exec */
592 static int once = 0; local
625 if (once)
627 once = 1;
681 /* compat mode we open the filemon dev once per command */
H A Dmain.c1828 * Major exception once jobs are being created. Kills all jobs, prints
2089 static int once = 1; local
2093 if (once != first)
2095 once = 0;
2134 * Otherwise unlink the file once open.
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c516 bit32 once = 1; local
555 if( forensicData.dataBuf.readLen == forensicData.dataBuf.directLen && !status && once)
1797 bit32 once = 1; local
1831 if( forensicData.dataBuf.readLen == forensicData.dataBuf.directLen && !status && once)
/freebsd-11-stable/sys/dev/fdc/
H A Dfdc.c784 int once; local
790 once = 0;
796 once = 1;
798 if (once)
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dppc-mont.pl308 $STX $j,$tp,$j ; zap at once
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde.c68 static __gthread_once_t once = __GTHREAD_ONCE_INIT; local
69 __gthread_once (&once, init_object_mutex);
634 /* Take care to ignore link-once functions that were removed.
695 /* Take care to ignore link-once functions that were removed.
817 /* Take care to ignore link-once functions that were removed.
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dserver.c82 static dispatch_once_t once; local
83 dispatch_once(&once, ^{
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in448 longer), it need not be run more frequently than about once every
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js241 // and ensure it only gets destroyed once!
309 var content, text, ajax, once;
331 once = ajax && ajax.once !== FALSE;
342 if(content && once) { api.set('content.text', content); }
350 return !once ? (api.set('content.text', loading), deferred) : loading;
/freebsd-11-stable/contrib/gcc/cp/
H A Dsearch.c1584 that binfos are walked at most once. */
1709 dfs_walk_once_accessible_r (tree binfo, bool friends_p, bool once,
1733 bool mark = once && BINFO_VIRTUAL_P (base_binfo);
1756 rval = dfs_walk_once_accessible_r (base_binfo, friends_p, once,
1706 dfs_walk_once_accessible_r(tree binfo, bool friends_p, bool once, tree (*pre_fn) (tree, void *), tree (*post_fn) (tree, void *), void *data) argument
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c1291 static int once; local
1295 if (!once) {
1298 once++;
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl133 # and then write them back at once with a single "st8" (this
321 /* Inputs become invalid once rotation begins! */
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h25 #pragma once
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1129 once initialization has been completed. */
1499 operation --- once you've created a gdbarch, you keep it around.
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk280 # make sure this is included at least once
H A Ddirdeps.mk155 # do some setup we only need once
344 # which should only be done once.
693 # once only
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk281 # make sure this is included at least once
H A Ddirdeps.mk148 # do some setup we only need once
293 # which should only be done once.
615 # once only
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.c2202 * Only finish isochronous transfers once which will update
2477 uint8_t once = 1; local
2555 if (once) {
2556 once = 0;
2782 uint8_t once = 1; local
2860 if (once) {
2861 once = 0;
H A Duhci.c1878 * Only finish isochronous transfers once
2147 uint8_t once = 1; local
2219 if (once) {
2220 once = 0;
/freebsd-11-stable/contrib/libstdc++/
H A DMakefile.in278 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once

Completed in 237 milliseconds

12345