Searched refs:DEFINE_RAW_METHOD (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/geom/uzip/
H A Dg_uzip_dapi.h29 DEFINE_RAW_METHOD(g_uzip_dapi_decompress, int, struct g_uzip_dapi *,
31 DEFINE_RAW_METHOD(g_uzip_dapi_free, void, struct g_uzip_dapi *);
32 DEFINE_RAW_METHOD(g_uzip_dapi_rewind, int, struct g_uzip_dapi *, const char *);
H A Dg_uzip.h33 #define DEFINE_RAW_METHOD(func, rval, args...) typedef rval (*func##_t)(args) macro
H A Dg_uzip_softc.h32 DEFINE_RAW_METHOD(g_uzip_do, void, struct g_uzip_softc *, struct bio *);
/freebsd-current/usr.bin/mkuzip/
H A Dmkuz_format.h27 DEFINE_RAW_METHOD(f_compress_bound, size_t, size_t);
28 DEFINE_RAW_METHOD(f_init, void *, int *);
29 DEFINE_RAW_METHOD(f_compress, void, void *, const struct mkuz_blk *, struct mkuz_blk *);
H A Dmkuzip.h27 #define DEFINE_RAW_METHOD(func, rval, args...) typedef rval (*func##_t)(args) macro
H A Dmkuz_fqueue.h39 DEFINE_RAW_METHOD(cmp_cb, int, const struct mkuz_blk *, void *);

Completed in 77 milliseconds