Searched defs:osd (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_osd.c | 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() 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()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | osd.h | 39 struct osd { struct 40 u_int osd_nslots; /* (c) */ argument 41 void **osd_slots; /* (c) */ argument
|
| 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 42 u_int osd_nslots; /* (c) */ argument 43 void **osd_slots; /* (c) */ argument
|
| H A D | socketvar.h | 111 struct osd osd; /* Object Specific extensions */ member
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_subr.c | 793 struct osd osd; member
|
| H A D | tcp_var.h | 240 struct osd *osd; /* storage for Khelp module data */ member
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 240 struct osd *osd; /* storage for Khelp module data */ member
|