cryptosoft.c | 1317 * swcrypto_attach() must be called after attached cpus, because 1324 * So, swcrypto_attach() must be called from not module_init_class() 1330 void swcrypto_attach(device_t, device_t, void *); 1333 swcrypto_attach(device_t parent, device_t self, void *opaque) function in typeref:typename:void 1367 CFATTACH_DECL2_NEW(swcrypto, 0, swcrypto_match, swcrypto_attach,
|