| /f-stack/freebsd/kern/ |
| H A D | kern_osd.c | 79 static void do_osd_del(u_int type, struct osd *osd, u_int slot, 155 struct osd *osd, *tosd; in osd_deregister() local 201 osd_set(u_int type, struct osd *osd, u_int slot, void *value) in osd_set() argument 218 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, in osd_set_reserved() argument 296 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get() argument 319 osd_del(u_int type, struct osd *osd, u_int slot) in osd_del() argument 329 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) in do_osd_del() argument 363 osd->osd_slots = NULL; in do_osd_del() 364 osd->osd_nslots = 0; in do_osd_del() 367 osd->osd_slots = realloc(osd->osd_slots, in do_osd_del() [all …]
|
| H A D | kern_khelp.c | 62 static inline void khelp_remove_osd(struct helper *h, struct osd *hosd); 151 khelp_init_osd(uint32_t classes, struct osd *hosd) in khelp_init_osd() 188 khelp_destroy_osd(struct osd *hosd) in khelp_destroy_osd() 212 khelp_remove_osd(struct helper *h, struct osd *hosd) in khelp_remove_osd() 232 khelp_get_osd(struct osd *hosd, int32_t id) in khelp_get_osd()
|
| H A D | kern_hhook.c | 96 hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd) in hhook_run_hooks()
|
| H A D | uipc_socket.c | 409 if (khelp_init_osd(HELPER_CLASS_SOCKET, &so->osd)) { in soalloc() 481 khelp_destroy_osd(&so->osd); in sodealloc() 2931 HHOOKS_RUN_IF(V_socket_hhh[h_id], &hhook_data, &so->osd);
|
| /f-stack/tools/compat/include/sys/ |
| H A D | osd.h | 39 struct osd { struct 42 LIST_ENTRY(osd) osd_next; /* (l) */ 61 int osd_set(u_int type, struct osd *osd, u_int slot, void *value); 63 int osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, 66 void *osd_get(u_int type, struct osd *osd, u_int slot); 67 void osd_del(u_int type, struct osd *osd, u_int slot); 70 void osd_exit(u_int type, struct osd *osd);
|
| H A D | socketvar.h | 111 struct osd osd; /* Object Specific extensions */ member
|
| /f-stack/freebsd/sys/ |
| H A D | osd.h | 41 struct osd { struct 44 LIST_ENTRY(osd) osd_next; /* (l) */ 63 int osd_set(u_int type, struct osd *osd, u_int slot, void *value); 65 int osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, 68 void *osd_get(u_int type, struct osd *osd, u_int slot); 69 void osd_del(u_int type, struct osd *osd, u_int slot); 72 void osd_exit(u_int type, struct osd *osd);
|
| H A D | khelp.h | 56 struct osd; 67 int khelp_init_osd(uint32_t classes, struct osd *hosd); 69 int khelp_destroy_osd(struct osd *hosd); 71 void * khelp_get_osd(struct osd *hosd, int32_t id);
|
| H A D | hhook.h | 74 struct osd; 78 void *ctx_data, void *hdata, struct osd *hosd); 110 void hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd);
|
| H A D | socketvar.h | 111 struct osd osd; /* Object Specific extensions */ member
|
| H A D | jail.h | 171 struct osd pr_osd; /* (p) additional data */
|
| H A D | proc.h | 304 struct osd td_osd; /* (k) Object specific data. */
|
| /f-stack/freebsd/netinet/khelp/ |
| H A D | h_ertt.c | 74 void *udata, void *ctx_data, void *hdata, struct osd *hosd); 76 void *udata, void *ctx_data, void *hdata, struct osd *hosd); 198 void *ctx_data, void *hdata, struct osd *hosd) in ertt_packet_measurement_hook() 433 void *ctx_data, void *hdata, struct osd *hosd) in ertt_add_tx_segment_info_hook()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | zte,vou.txt | 25 "osd" 86 reg-names = "osd", "timing_ctrl",
|
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_chd.c | 241 e_t = khelp_get_osd(CCV(ccv, osd), ertt_id); in chd_ack_received() 333 e_t = khelp_get_osd(CCV(ccv, osd), ertt_id); in chd_cong_signal()
|
| H A D | cc_hd.c | 138 e_t = khelp_get_osd(CCV(ccv, osd), ertt_id); in hd_ack_received()
|
| H A D | cc_vegas.c | 131 e_t = khelp_get_osd(CCV(ccv, osd), ertt_id); in vegas_ack_received()
|
| H A D | cc_cdg.c | 575 e_t = (struct ertt *)khelp_get_osd(CCV(ccv, osd), ertt_id); in cdg_ack_received()
|
| /f-stack/freebsd/net/ |
| H A D | if_enc.c | 243 void *hdata, struct osd *hosd) in enc_hhook()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 240 struct osd *osd; /* storage for Khelp module data */ member
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_var.h | 240 struct osd *osd; /* storage for Khelp module data */ member
|
| H A D | tcp_subr.c | 793 struct osd osd; member 1737 tp->osd = &tm->osd; in tcp_newtcpcb() 1738 if (khelp_init_osd(HELPER_CLASS_TCP, tp->osd)) { in tcp_newtcpcb() 2031 khelp_destroy_osd(tp->osd); in tcp_discardcb()
|
| H A D | tcp_output.c | 174 tp->osd); in hhook_run_tcp_est_out()
|
| H A D | tcp_input.c | 304 tp->osd); in hhook_run_tcp_est_in()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/zte/ |
| H A D | zx296718.dtsi | 499 reg-names = "osd", "timing_ctrl",
|