MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ossl_identify

Function ossl_identify

freebsd/crypto/openssl/ossl.c:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69static MALLOC_DEFINE(M_OSSL, "ossl", "OpenSSL crypto");
70
71static void
72ossl_identify(driver_t *driver, device_t parent)
73{
74
75 if (device_find_child(parent, "ossl", -1) == NULL)
76 BUS_ADD_CHILD(parent, 10, "ossl", -1);
77}
78
79static int
80ossl_probe(device_t dev)

Callers

nothing calls this directly

Calls 1

device_find_childFunction · 0.85

Tested by

no test coverage detected