Home
last modified time | relevance | path

Searched defs:osd (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dkern_osd.c155 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()
218 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, in osd_set_reserved()
296 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get()
319 osd_del(u_int type, struct osd *osd, u_int slot) in osd_del()
329 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) in do_osd_del()
406 osd_exit(u_int type, struct osd *osd) in osd_exit()
/freebsd-12.1/sys/sys/
H A Dosd.h41 struct osd { struct
42 u_int osd_nslots; /* (c) */ argument
43 void **osd_slots; /* (c) */ argument
H A Dsocketvar.h104 struct osd osd; /* Object Specific extensions */ member
/freebsd-12.1/contrib/ofed/opensm/include/complib/
H A Dcl_thread.h105 cl_thread_osd_t osd; member
/freebsd-12.1/sys/netinet/
H A Dtcp_subr.c704 struct osd osd; member
H A Dtcp_var.h199 struct osd *osd; /* storage for Khelp module data */ member
/freebsd-12.1/sys/dev/ixl/
H A Dixl_pf_main.c2609 struct i40e_hw_port_stats *osd = &pf->stats_offsets; in ixl_update_stats_counters() local