Home
last modified time | relevance | path

Searched refs:_cb (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dcut.h14 struct _cb { struct
15 SLIST_ENTRY(_cb) q; /* Linked list of cut buffers. */
H A Dcommon.h26 typedef struct _cb CB;
H A Dgs.h105 SLIST_HEAD(_cuth, _cb) cutq[1]; /* Linked list of cut buffers. */
/freebsd/sys/dev/sound/midi/
H A Dmpu401.h38 mpu401_intr_t ** _cb);
/freebsd/crypto/openssl/test/
H A Ddhtest.c44 BN_GENCB *_cb = NULL; in dh_test() local
155 if (!TEST_ptr(_cb = BN_GENCB_new())) in dh_test()
157 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
160 DH_GENERATOR_5, _cb))) in dh_test()
251 BN_GENCB_free(_cb); in dh_test()
/freebsd/sys/netlink/
H A Dnetlink_snl.h163 #define SNL_DECLARE_PARSER_EXT(_name, _sz_h_in, _sz_out, _fp, _np, _cb) \ argument
171 .cb_post = _cb, \
177 #define SNL_DECLARE_FIELD_PARSER_EXT(_name, _sz_h_in, _sz_out, _fp, _cb) \ argument
183 .cb_post = _cb, \
189 #define SNL_DECLARE_ATTR_PARSER_EXT(_name, _sz_out, _np, _cb) \ argument
194 .cb_post = _cb, \
/freebsd/sys/dev/hptrr/
H A Dldm.h115 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument
120 INIT_TQ_ITEM(&(req)->callback, _cb, _arg);\
/freebsd/sys/dev/hpt27xx/
H A Dldm.h116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument
121 INIT_TQ_ITEM(&(req)->callback, _cb, _arg);\
/freebsd/sys/dev/hptnr/
H A Dldm.h116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument
121 INIT_TQ_ITEM(&(req)->callback, _cb, _arg);\
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h430 #define kmem_cache_set_move(_c, _cb) /* nothing */