Searched defs:cb (Results 101 - 125 of 222) sorted by relevance

123456789

/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-opc.c561 unsigned int cb = ia64_dis_names[disent].completer_index; local
/openbsd-current/usr.sbin/lpd/
H A Dproc.c39 void (*cb)(struct imsgproc *, struct imsg *, void *); member in struct:imsgproc
/openbsd-current/usr.sbin/unbound/util/
H A Dub_event_pluggable.c103 static void (*NATIVE_BITS_CB(void (*cb)(int, short, void*)))(int, short, void*) argument
192 my_timer_add(struct ub_event* ev, struct ub_event_base* base, void (*cb)(int, short, void*), void* arg, struct timeval* tv) argument
276 my_event_new(struct ub_event_base* base, int fd, short bits, void (*cb)(int, short, void*), void* arg) argument
296 my_signal_new(struct ub_event_base* base, int fd, void (*cb)(int, short, void*), void* arg) argument
316 my_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent, void (*cb)(int, short, void*), void* arg) argument
508 ub_event_new(struct ub_event_base* base, int fd, short bits, void (*cb)(int, short, void*), void* arg) argument
520 ub_signal_new(struct ub_event_base* base, int fd, void (*cb)(int, short, void*), void* arg) argument
532 ub_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent, void (*cb)(int, short, void*), void* arg) argument
607 ub_timer_add(struct ub_event* ev, struct ub_event_base* base, void (*cb)(int, short, void*), void* arg, struct timeval* tv) argument
674 ub_comm_base_now(struct comm_base* cb) argument
[all...]
/openbsd-current/sbin/unwind/libunbound/util/
H A Dub_event_pluggable.c103 static void (*NATIVE_BITS_CB(void (*cb)(int, short, void*)))(int, short, void*) argument
192 my_timer_add(struct ub_event* ev, struct ub_event_base* base, void (*cb)(int, short, void*), void* arg, struct timeval* tv) argument
276 my_event_new(struct ub_event_base* base, int fd, short bits, void (*cb)(int, short, void*), void* arg) argument
296 my_signal_new(struct ub_event_base* base, int fd, void (*cb)(int, short, void*), void* arg) argument
316 my_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent, void (*cb)(int, short, void*), void* arg) argument
508 ub_event_new(struct ub_event_base* base, int fd, short bits, void (*cb)(int, short, void*), void* arg) argument
520 ub_signal_new(struct ub_event_base* base, int fd, void (*cb)(int, short, void*), void* arg) argument
532 ub_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent, void (*cb)(int, short, void*), void* arg) argument
607 ub_timer_add(struct ub_event* ev, struct ub_event_base* base, void (*cb)(int, short, void*), void* arg, struct timeval* tv) argument
674 ub_comm_base_now(struct comm_base* cb) argument
[all...]
/openbsd-current/sys/arch/armv7/omap/
H A Dedma.c197 edma_intr_dma_en(uint32_t ch, edma_intr_cb_t cb, void *dat) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp148 void DD::MutexInit(DDCallback *cb, DDMutex *m) { argument
168 u32 DD::allocateId(DDCallback *cb) { argument
187 MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) argument
266 MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) argument
299 MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) argument
323 MutexDestroy(DDCallback *cb, DDMutex *m) argument
413 GetReport(DDCallback *cb) argument
[all...]
H A Dsanitizer_quarantine.h102 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { argument
115 void NOINLINE Drain(Cache *c, Callback cb) { argument
121 Recycle(atomic_load_relaxed(&min_size_), cb); local
124 void NOINLINE DrainAndRecycle(Cache *c, Callback cb) { argument
184 DoRecycle(Cache *c, Callback cb) argument
222 Enqueue(Callback cb, void *ptr, uptr size) argument
[all...]
/openbsd-current/lib/libevent/
H A Devent.c502 void (*cb)(int, short, void *); member in struct:event_once
931 void (*cb)(struct asr_result *, void *); member in struct:event_asr
/openbsd-current/lib/librthread/
H A Drthread.c210 struct thread_callbacks cb = { 0 }; local
/openbsd-current/sys/dev/pci/
H A Dsti_pci.c435 sti_pcirom_walk(struct sti_softc *sc, bus_space_tag_t romt, bus_space_handle_t romh, bus_size_t romsize, int (*cb)(bus_space_tag_t, bus_space_handle_t, bus_addr_t, const struct pcirom_ds *, void *), void *cbarg) argument
/openbsd-current/usr.bin/tmux/
H A Dfile.c100 file_create_with_client(struct client *c, int stream, client_file_cb cb, argument
74 file_create_with_peer(struct tmuxpeer *peer, struct client_files *files, int stream, client_file_cb cb, void *cbdata) argument
286 file_write(struct client *c, const char *path, int flags, const void *bdata, size_t bsize, client_file_cb cb, void *cbdata) argument
360 file_read(struct client *c, const char *path, client_file_cb cb, void *cbdata) argument
558 file_write_open(struct client_files *files, struct tmuxpeer *peer, struct imsg *imsg, int allow_streams, int close_received, client_file_cb cb, void *cbdata) argument
719 file_read_open(struct client_files *files, struct tmuxpeer *peer, struct imsg *imsg, int allow_streams, int close_received, client_file_cb cb, void *cbdata) argument
[all...]
H A Dwindow-client.c134 struct client *cb = itemb->c; local
/openbsd-current/lib/libcrypto/pem/
H A Dpem_all.c145 PEM_read_X509_REQ(FILE *fp, X509_REQ **x, pem_password_cb *cb, void *u) argument
161 PEM_read_bio_X509_REQ(BIO *bp, X509_REQ **x, pem_password_cb *cb, void *u) argument
193 PEM_read_X509_CRL(FILE *fp, X509_CRL **x, pem_password_cb *cb, void *u) argument
209 PEM_read_bio_X509_CRL(BIO *bp, X509_CRL **x, pem_password_cb *cb, void *u) argument
225 PEM_read_PKCS7(FILE *fp, PKCS7 **x, pem_password_cb *cb, void *u) argument
241 PEM_read_bio_PKCS7(BIO *bp, PKCS7 **x, pem_password_cb *cb, void *u) argument
285 PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, void *u) argument
295 PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
304 PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, void *u) argument
314 PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
324 PEM_read_RSAPublicKey(FILE *fp, RSA **x, pem_password_cb *cb, void *u) argument
340 PEM_read_bio_RSAPublicKey(BIO *bp, RSA **x, pem_password_cb *cb, void *u) argument
356 PEM_read_RSA_PUBKEY(FILE *fp, RSA **x, pem_password_cb *cb, void *u) argument
372 PEM_read_bio_RSA_PUBKEY(BIO *bp, RSA **x, pem_password_cb *cb, void *u) argument
410 PEM_read_DSAPrivateKey(FILE *fp, DSA **dsa, pem_password_cb *cb, void *u) argument
420 PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
429 PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, void *u) argument
439 PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
449 PEM_read_DSA_PUBKEY(FILE *fp, DSA **x, pem_password_cb *cb, void *u) argument
473 PEM_read_bio_DSA_PUBKEY(BIO *bp, DSA **x, pem_password_cb *cb, void *u) argument
481 PEM_read_DSAparams(FILE *fp, DSA **x, pem_password_cb *cb, void *u) argument
497 PEM_read_bio_DSAparams(BIO *bp, DSA **x, pem_password_cb *cb, void *u) argument
535 PEM_read_ECPKParameters(FILE *fp, EC_GROUP **x, pem_password_cb *cb, void *u) argument
551 PEM_read_bio_ECPKParameters(BIO *bp, EC_GROUP **x, pem_password_cb *cb, void *u) argument
567 PEM_read_ECPrivateKey(FILE *fp, EC_KEY **eckey, pem_password_cb *cb, void *u) argument
577 PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
586 PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, void *u) argument
595 PEM_write_bio_ECPrivateKey(BIO *bp, EC_KEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
605 PEM_read_EC_PUBKEY(FILE *fp, EC_KEY **x, pem_password_cb *cb, void *u) argument
621 PEM_read_bio_EC_PUBKEY(BIO *bp, EC_KEY **x, pem_password_cb *cb, void *u) argument
641 PEM_read_DHparams(FILE *fp, DH **x, pem_password_cb *cb, void *u) argument
657 PEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u) argument
675 PEM_read_PUBKEY(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
691 PEM_read_bio_PUBKEY(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
[all...]
H A Dpem_lib.c172 PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, pem_password_cb *cb, void *u) argument
279 PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char *name, BIO *bp, pem_password_cb *cb, void *u) argument
/openbsd-current/gnu/gcc/gcc/
H A Dc-opts.c975 struct cpp_callbacks *cb; local
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_pmeth.c760 BN_GENCB cb = {0}; local
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_sw_fence.c421 struct i915_sw_dma_fence_cb *cb = container_of(data, typeof(*cb), base); local
430 struct i915_sw_dma_fence_cb_timer *cb = arg; local
450 struct i915_sw_dma_fence_cb_timer *cb = local
465 struct i915_sw_dma_fence_cb_timer *cb = local
479 struct i915_sw_dma_fence_cb *cb; local
545 struct i915_sw_dma_fence_cb *cb = container_of(data, typeof(*cb), base); local
551 __i915_sw_fence_await_dma_fence(struct i915_sw_fence *fence, struct dma_fence *dma, struct i915_sw_dma_fence_cb *cb) argument
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_fence.c1050 radeon_fence_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) argument
1063 struct radeon_wait_cb cb; local
/openbsd-current/sys/dev/pci/drm/apple/
H A Diomfb.c295 dcp_callback_t cb; local
156 dcp_push(struct apple_dcp *dcp, bool oob, const struct dcp_method_entry *call, u32 in_len, u32 out_len, void *data, dcp_callback_t cb, void *cookie) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp148 __tsan_init(ThreadState **thrp, Processor **procp, void (*cb)(uptr cmd, void *cb)) argument
/openbsd-current/sys/dev/ic/
H A Doosiop.c139 struct oosiop_cb *cb; local
154 struct oosiop_cb *cb = xcb; local
167 struct oosiop_cb *cb; local
276 struct oosiop_cb *cb; local
466 oosiop_setup_sgdma(struct oosiop_softc *sc, struct oosiop_cb *cb) argument
539 struct oosiop_cb *cb; local
595 struct oosiop_cb *cb; local
722 struct oosiop_cb *cb; local
812 oosiop_poll(struct oosiop_softc *sc, struct oosiop_cb *cb) argument
846 oosiop_setup(struct oosiop_softc *sc, struct oosiop_cb *cb) argument
879 oosiop_done(struct oosiop_softc *sc, struct oosiop_cb *cb) argument
1009 struct oosiop_cb *cb = arg; local
1129 struct oosiop_cb *cb; local
1265 struct oosiop_cb *cb; local
1376 oosiop_msgin(struct oosiop_softc *sc, struct oosiop_cb *cb) argument
[all...]
/openbsd-current/lib/libcrypto/ts/
H A Dts_conf.c191 TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, argument
/openbsd-current/usr.sbin/unbound/dynlibmod/
H A Ddynlibmod.c243 inplace_cb_register_wrapped(void* cb, enum inplace_cb_list_type type, void* cbarg, argument
/openbsd-current/sys/arch/i386/stand/libsa/
H A Dbiosdev.c218 volatile static struct EDD_CB cb; local
[all...]
/openbsd-current/sys/arch/amd64/stand/libsa/
H A Dbiosdev.c217 volatile static struct EDD_CB cb; local
[all...]

Completed in 379 milliseconds

123456789