Searched refs:ctx_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dhhook.h73 void *ctx_data, void *hdata, struct osd *hosd);
105 void hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd);
135 #define HHOOKS_RUN_IF(hhh, ctx_data, hosd) do { \
137 hhook_run_hooks(hhh, ctx_data, hosd); \
147 #define HHOOKS_RUN_LOOKUP_IF(hhook_type, hhook_id, ctx_data, hosd) do { \
153 hhook_run_hooks(_hhh, ctx_data, hosd); \
/freebsd-10.0-release/share/examples/kld/khelp/
H A Dh_example.c59 void *ctx_data, void *hdata, struct osd *hosd);
119 * - ctx_data contains context specific data from the hook point call site. The
131 example_hook(int hhook_type, int hhook_id, void *udata, void *ctx_data, argument
/freebsd-10.0-release/sys/netinet/khelp/
H A Dh_ertt.c72 void *udata, void *ctx_data, void *hdata, struct osd *hosd);
74 void *udata, void *ctx_data, void *hdata, struct osd *hosd);
196 void *ctx_data, void *hdata, struct osd *hosd)
208 KASSERT(ctx_data != NULL, ("%s: ctx_data is NULL!", __func__));
212 thdp = ctx_data;
430 void *ctx_data, void *hdata, struct osd *hosd)
441 KASSERT(ctx_data != NULL, ("%s: ctx_data is NULL!", __func__));
445 thdp = ctx_data;
195 ertt_packet_measurement_hook(int hhook_type, int hhook_id, void *udata, void *ctx_data, void *hdata, struct osd *hosd) argument
429 ertt_add_tx_segment_info_hook(int hhook_type, int hhook_id, void *udata, void *ctx_data, void *hdata, struct osd *hosd) argument
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_hhook.c94 hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd) argument
121 ctx_data, hdata, hosd);

Completed in 104 milliseconds