Searched refs:callb (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c34 #include <sys/callb.h>
46 * The callb mechanism provides generic event scheduling/echoing.
47 * A callb function is registered and called on behalf of the event.
49 typedef struct callb { struct
50 struct callb *c_next; /* next in class or on freelist */
52 char c_flag; /* info about the callb state */
53 uchar_t c_class; /* this callb's class */
54 kcondvar_t c_done_cv; /* signal callb completion */
61 * callb c_flag bitmap definitions
68 * Basic structure for a callb tabl
[all...]
/freebsd-11-stable/sys/modules/zfs/
H A DMakefile52 SRCS+= callb.c
/freebsd-11-stable/crypto/openssl/apps/
H A Dx509.c159 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
249 X509_STORE_set_verify_cb(ctx, callb);
1180 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx) function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_traverse.c40 #include <sys/callb.h>
H A Dtxg.c34 #include <sys/callb.h>
H A Dzfs_dir.c47 #include <sys/callb.h>
H A Dspa.c75 #include <sys/callb.h>
88 #include <sys/callb.h>
H A Ddbuf.c48 #include <sys/callb.h>
H A Darc.c273 #include <sys/callb.h>

Completed in 126 milliseconds