Symbol: RUN_ONCE
common/lib/libprop/prop_object_impl.h
302
#define _PROP_ONCE_RUN(x,f) RUN_ONCE(&(x), f)
sys/arch/alpha/pci/pci_kn8ae.c
123
RUN_ONCE(&pci_kn8ae_once, pci_kn8ae_init_imaskcache);
sys/arch/arm/pic/pic.c
642
RUN_ONCE(&pic_once, pic_init);
sys/arch/powerpc/booke/pci/pq3pci.c
753
RUN_ONCE(&pq3pci_init_once, pq3pci_once_init);
sys/crypto/aes/aes_impl.c
164
error = RUN_ONCE(&once, aes_select);
sys/dev/ata/ata.c
607
RUN_ONCE(&ata_init_ctrl, atabus_init);
sys/dev/dmover/dmover_backend.c
85
RUN_ONCE(&control, initialize);
sys/dev/dmover/dmover_io.c
230
error = RUN_ONCE(&dmio_cleaner_control, dmio_cleaner_init);
sys/dev/fdt/cpufreq_dt.c
563
RUN_ONCE(&locks, cpufreq_dt_lock_init);
sys/dev/i2c/i2c.c
1037
RUN_ONCE(&iic_once, iic_init);
sys/dev/led.c
134
if (RUN_ONCE(&control, led_init) != 0)
sys/dev/pci/cy82c693.c
73
err = RUN_ONCE(&cyhc_once, cy82c693_onceinit);
sys/dev/pci/if_wpi.c
216
RUN_ONCE(&wpi_firmware_init, wpi_attach_once);
sys/dev/scsipi/scsiconf.c
202
RUN_ONCE(&scsi_conf_ctrl, scsibus_init);
sys/dev/sysmon/sysmon.c
329
error = RUN_ONCE(&once_sm, sm_init_once);
sys/dev/sysmon/sysmon_envsys.c
136
(void)RUN_ONCE(&once_envsys, sme_preinit);
sys/dev/sysmon/sysmon_envsys.c
704
(void)RUN_ONCE(&once_envsys, sme_preinit);
sys/dev/sysmon/sysmon_power.c
227
(void)RUN_ONCE(&once_power, power_preinit);
sys/dev/sysmon/sysmon_power.c
956
(void)RUN_ONCE(&once_power, power_preinit);
sys/dev/sysmon/sysmon_taskq.c
121
(void)RUN_ONCE(&once_tq, tq_preinit);
sys/dev/sysmon/sysmon_taskq.c
235
(void)RUN_ONCE(&once_tq, tq_preinit);
sys/dev/sysmon/sysmon_taskq.c
286
(void)RUN_ONCE(&once_tq, tq_preinit);
sys/dev/sysmon/sysmon_wdog.c
105
(void)RUN_ONCE(&once_wdog, wdog_preinit);
sys/dev/sysmon/sysmon_wdog.c
328
(void)RUN_ONCE(&once_wdog, wdog_preinit);
sys/dev/usb/usb.c
335
RUN_ONCE(&init_control, usb_once_init);
sys/dev/usb/usb_mem.c
278
RUN_ONCE(&init_control, usb_mem_init);
sys/kern/kern_fileassoc.c
241
error = RUN_ONCE(&control, fileassoc_init);
sys/kern/kern_fileassoc.c
286
error = RUN_ONCE(&control, fileassoc_init);
sys/kern/kern_hook.c
100
RUN_ONCE(&hook_control, hook_init);
sys/kern/kern_hook.c
155
RUN_ONCE(&hook_control, hook_init);
sys/kern/kern_hook.c
437
RUN_ONCE(&hook_control, hook_init);
sys/kern/kern_physio.c
232
error = RUN_ONCE(&physio_initialized, physio_init);
sys/kern/kern_sysctl.c
2861
RUN_ONCE(&random_inithook, random_address_init);
sys/kern/subr_copy.c
556
RUN_ONCE(&ucas_critical_init_once, ucas_critical_init);
sys/kern/sysv_sem.c
350
RUN_ONCE(&exithook_control, seminit_exithook);
sys/kern/sysv_sem.c
509
RUN_ONCE(&exithook_control, seminit_exithook);
sys/kern/sysv_sem.c
717
RUN_ONCE(&exithook_control, seminit_exithook);
sys/kern/sysv_sem.c
809
RUN_ONCE(&exithook_control, seminit_exithook);
sys/kern/sysv_sem.c
828
RUN_ONCE(&exithook_control, seminit_exithook);
sys/kern/uipc_accf.c
200
RUN_ONCE(&accept_filter_init_once, accept_filter_init0);
sys/modules/examples/executor/executor.c
77
RUN_ONCE(&ctl, runonce_example);
sys/net/if_wg.c
942
error = RUN_ONCE(&init, wginitqueues);
sys/net/pktqueue.c
172
RUN_ONCE(&pktqueue_list_init_once, pktqueue_list_init);
sys/net/pktqueue.c
524
RUN_ONCE(&pktqueue_list_init_once, pktqueue_list_init);
sys/net80211/ieee80211_netbsd.c
106
RUN_ONCE(&ieee80211_init_once, ieee80211_init0);
sys/netinet/in_pcb.c
192
RUN_ONCE(&control, inpcb_poolinit);
sys/netinet/tcp_subr.c
2027
RUN_ONCE(&tcp_iss_secret_control, tcp_iss_secret_init);
sys/netinet/tcp_subr.c
426
RUN_ONCE(&dotcpinit, do_tcpinit);
sys/netinet/udp_usrreq.c
204
RUN_ONCE(&doudpinit, do_udpinit);
sys/netipsec/key.c
8348
RUN_ONCE(&key_init_once, key_do_init);
sys/opencrypto/crypto.c
613
return RUN_ONCE(&crypto_init_once, crypto_init0);
sys/rump/net/lib/libsockin/sockin.c
435
RUN_ONCE(&init, sockin_do_init);