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

/freebsd-10.3-release/sys/sys/
H A Dkhelp.h64 int khelp_init_osd(uint32_t classes, struct osd *hosd);
66 int khelp_destroy_osd(struct osd *hosd);
68 void * khelp_get_osd(struct osd *hosd, int32_t id);
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.3-release/sys/kern/
H A Dkern_khelp.c60 static inline void khelp_remove_osd(struct helper *h, struct osd *hosd);
149 khelp_init_osd(uint32_t classes, struct osd *hosd) argument
155 KASSERT(hosd != NULL, ("struct osd not initialised!"));
168 osd_set(OSD_KHELP, hosd, h->h_id, hdata);
177 khelp_remove_osd(h, hosd);
186 khelp_destroy_osd(struct osd *hosd) argument
191 KASSERT(hosd != NULL, ("struct osd not initialised!"));
203 khelp_remove_osd(h, hosd);
210 khelp_remove_osd(struct helper *h, struct osd *hosd) argument
218 * OSD attached to 'hosd' whic
230 khelp_get_osd(struct osd *hosd, int32_t id) argument
[all...]
H A Dkern_hhook.c94 hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd) argument
105 hdata = osd_get(OSD_KHELP, hosd, hhk->hhk_helper->h_id);
121 ctx_data, hdata, hosd);
/freebsd-10.3-release/share/examples/kld/khelp/
H A Dh_example.c59 void *ctx_data, void *hdata, struct osd *hosd);
127 * - hosd can be used with the Khelp framework's khelp_get_osd() function to
132 void *hdata, struct osd *hosd)
131 example_hook(int hhook_type, int hhook_id, void *udata, void *ctx_data, void *hdata, struct osd *hosd) argument
/freebsd-10.3-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)
430 void *ctx_data, void *hdata, struct osd *hosd)
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

Completed in 111 milliseconds