Searched defs:osd (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_osd.c | 152 struct osd *osd, *tosd; in osd_deregister() local 185 osd_set(u_int type, struct osd *osd, u_int slot, void *value) in osd_set() 202 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, in osd_set_reserved() 281 osd_get_unlocked(u_int type, struct osd *osd, u_int slot) in osd_get_unlocked() 299 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get() 314 osd_del(u_int type, struct osd *osd, u_int slot) in osd_del() 324 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) in do_osd_del() 404 osd_exit(u_int type, struct osd *osd) in osd_exit()
|
H A D | kern_jailmeta.c | 251 char *osd; in jm_osd_method_set() local 400 char *osd = NULL; in jm_osd_method_get() local 481 jm_osd_destructor(void *osd) in jm_osd_destructor()
|
/freebsd/sys/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 | 132 struct osd osd; /* Object Specific extensions */ member
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LinkerScript.cpp | 712 if (auto *osd = dyn_cast<OutputDesc>(base)) { in processSectionCommands() local 761 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in findByName() local 768 OutputDesc *osd = script->createOutputSection(outsecName, "<internal>"); in createSection() local 800 OutputDesc *osd = createSection(isec, outsecName); in addInputSec() local 871 OutputDesc *osd = createSection(isec, outsecName); in addInputSec() local 891 if (OutputDesc *osd = addInputSec(map, s, name)) in addOrphanSections() local 1293 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { in adjustSectionsAfterSorting() local 1321 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in adjustSectionsAfterSorting() local
|
H A D | Writer.cpp | 297 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in findSection() local 500 auto *osd = dyn_cast<OutputDesc>(cmd); in addSectionSymbols() local 905 auto *osd = dyn_cast<OutputDesc>(b); in getRankProximity() local 975 auto *osd = dyn_cast<OutputDesc>(cmd); in findOrphanPos() local 1234 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortInputSections() local 1251 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortSections() local 1316 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortOrphanSections() local 1540 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { in finalizeAddressDependentContent() local 1705 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in finalizeSections() local 1889 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { in finalizeSections() local
|
H A D | ScriptParser.cpp | 585 OutputDesc *osd = readOverlaySectionDescription(); in readOverlay() local 644 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in readSections() local 950 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription() local
|
H A D | ICF.cpp | 581 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in run() local
|
H A D | Driver.cpp | 3168 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in link() local
|
H A D | SyntheticSections.cpp | 4630 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in findSection() local
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_thread.h | 105 cl_thread_osd_t osd; member
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_main.c | 2027 struct i40e_hw_port_stats *osd = &pf->stats_offsets; in ixl_update_stats_counters() local
|