HomeSort by: relevance | last modified time | path
    Searched refs:callb (Results 1 - 12 of 12) sorted by relevancy

  /src/external/cddl/osnet/sys/kern/
mod.c 36 #include <sys/callb.h>
  /src/external/cddl/osnet/dist/uts/common/os/
callb.c 34 #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 table
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
x509.c 35 static int callb(int ok, X509_STORE_CTX *ctx);
303 X509_STORE_set_verify_cb(ctx, callb);
1127 static int callb(int ok, X509_STORE_CTX *ctx) function
  /src/crypto/external/bsd/openssl.old/dist/apps/
x509.c 35 static int callb(int ok, X509_STORE_CTX *ctx);
194 X509_STORE_set_verify_cb(ctx, callb);
1030 static int callb(int ok, X509_STORE_CTX *ctx) function
  /src/crypto/external/apache2/openssl/dist/apps/
x509.c 36 static int callb(int ok, X509_STORE_CTX *ctx);
369 X509_STORE_set_verify_cb(ctx, callb);
1232 static int callb(int ok, X509_STORE_CTX *ctx) function
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_traverse.c 39 #include <sys/callb.h>
txg.c 33 #include <sys/callb.h>
zfs_dir.c 46 #include <sys/callb.h>
spa.c 67 #include <sys/callb.h>
79 #include <sys/callb.h>
dbuf.c 48 #include <sys/callb.h>
arc.c 262 #include <sys/callb.h>
zfs_ioctl.c 183 #include <sys/callb.h>

Completed in 944 milliseconds