Searched refs:RUN_ONCE (Results 76 - 91 of 91) sorted by relevance

1234

/netbsd-current/sys/netinet/
H A Dudp_usrreq.c204 RUN_ONCE(&doudpinit, do_udpinit);
H A Din_pcb.c192 RUN_ONCE(&control, inpcb_poolinit);
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_cert.c45 if (!RUN_ONCE(&ssl_x509_store_ctx_once, ssl_x509_store_ctx_init))
H A Dssl_ciph.c482 return RUN_ONCE(&ssl_load_builtin_comp_once, do_load_builtin_compressions);
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_cert.c56 if (!RUN_ONCE(&ssl_x509_store_ctx_once, ssl_x509_store_ctx_init))
H A Dssl_ciph.c478 return RUN_ONCE(&ssl_load_builtin_comp_once, do_load_builtin_compressions);
/netbsd-current/sys/dev/scsipi/
H A Dscsiconf.c202 RUN_ONCE(&scsi_conf_ctrl, scsibus_init);
/netbsd-current/sys/opencrypto/
H A Dcrypto.c611 return RUN_ONCE(&crypto_init_once, crypto_init0);
/netbsd-current/sys/dev/usb/
H A Dusb.c335 RUN_ONCE(&init_control, usb_once_init);
/netbsd-current/sys/dev/ata/
H A Data.c607 RUN_ONCE(&ata_init_ctrl, atabus_init);
/netbsd-current/sys/arch/powerpc/booke/pci/
H A Dpq3pci.c753 RUN_ONCE(&pq3pci_init_once, pq3pci_once_init);
/netbsd-current/sys/kern/
H A Dkern_sysctl.c2849 RUN_ONCE(&random_inithook, random_address_init);
/netbsd-current/share/man/man9/
H A DMakefile50 roundup.9 rssadapt.9 rt_timer.9 rwlock.9 RUN_ONCE.9 STACK.9 \
/netbsd-current/sys/dev/pci/
H A Dif_wpi.c216 RUN_ONCE(&wpi_firmware_init, wpi_attach_once);
/netbsd-current/sys/net/
H A Dif_wg.c845 error = RUN_ONCE(&init, wginitqueues);
/netbsd-current/sys/netipsec/
H A Dkey.c8359 RUN_ONCE(&key_init_once, key_do_init);

Completed in 458 milliseconds

1234