Home
last modified time | relevance | path

Searched refs:null_callback (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/iicbus/
H A Diicbb_if.m49 null_callback(device_t dev, int index, caddr_t data) function
62 } DEFAULT null_callback;
/freebsd-13.1/contrib/libcbor/test/
H A Dstream_expectations.h148 void null_callback(void *);
H A Dstream_expectations.c258 void null_callback(void *context) { in null_callback() function
305 .null = &null_callback,
/freebsd-13.1/crypto/openssl/crypto/x509/
H A Dx509_vfy.c69 static int null_callback(int ok, X509_STORE_CTX *e);
103 static int null_callback(int ok, X509_STORE_CTX *e) in null_callback() function
2316 ctx->verify_cb = null_callback; in X509_STORE_CTX_init()