Searched refs:_cb (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | cut.h | 14 struct _cb { struct 15 SLIST_ENTRY(_cb) q; /* Linked list of cut buffers. */
|
H A D | common.h | 26 typedef struct _cb CB;
|
H A D | gs.h | 105 SLIST_HEAD(_cuth, _cb) cutq[1]; /* Linked list of cut buffers. */
|
/freebsd/sys/dev/sound/midi/ |
H A D | mpu401.h | 38 mpu401_intr_t ** _cb);
|
/freebsd/crypto/openssl/test/ |
H A D | dhtest.c | 44 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 D | netlink_snl.h | 163 #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 D | ldm.h | 115 #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 D | ldm.h | 116 #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 D | ldm.h | 116 #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 D | zfs_context.h | 430 #define kmem_cache_set_move(_c, _cb) /* nothing */
|