/freebsd-src/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) osd_set() argument 202 osd_set_reserved(u_int type,struct osd * osd,u_int slot,void ** rsv,void * value) osd_set_reserved() argument 281 osd_get_unlocked(u_int type,struct osd * osd,u_int slot) osd_get_unlocked() argument 299 osd_get(u_int type,struct osd * osd,u_int slot) osd_get() argument 314 osd_del(u_int type,struct osd * osd,u_int slot) osd_del() argument 324 do_osd_del(u_int type,struct osd * osd,u_int slot,int list_locked) do_osd_del() argument 404 osd_exit(u_int type,struct osd * osd) osd_exit() argument [all...] |
/freebsd-src/sys/sys/ |
H A D | osd.h | 39 struct osd { struct 40 osd_nslotsosd global() argument 41 osd_slotsosd global() argument [all...] |
H A D | socketvar.h | 108 struct osd osd; /* Object Specific extensions */ global() member
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | LinkerScript.cpp | 713 OutputSection *osec = &osd->osec; in findByName() local 664 if (auto *osd = dyn_cast<OutputDesc>(base)) { processSectionCommands() local 720 OutputDesc *osd = script->createOutputSection(outsecName, "<internal>"); createSection() local 753 OutputDesc *osd = createSection(isec, outsecName); addInputSec() local 824 OutputDesc *osd = createSection(isec, outsecName); addInputSec() local 844 if (OutputDesc *osd = addInputSec(map, s, name)) addOrphanSections() local 1244 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { adjustSectionsAfterSorting() local 1272 if (auto *osd = dyn_cast<OutputDesc>(cmd)) adjustSectionsAfterSorting() local [all...] |
H A D | Writer.cpp | 317 if (auto *osd = dyn_cast<OutputDesc>(cmd)) findSection() local 786 auto *osd = dyn_cast<OutputDesc>(cmd); addSectionSymbols() local 1178 auto *osd = dyn_cast<OutputDesc>(b); getRankProximity() local 1255 auto *osd = dyn_cast<OutputDesc>(cmd); findOrphanPos() local 1504 if (auto *osd = dyn_cast<OutputDesc>(cmd)) sortInputSections() local 1521 if (auto *osd = dyn_cast<OutputDesc>(cmd)) sortSections() local 1586 if (auto *osd = dyn_cast<OutputDesc>(cmd)) sortOrphanSections() local 1768 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { finalizeAddressDependentContent() local 1921 if (auto *osd = dyn_cast<OutputDesc>(cmd)) finalizeSections() local 2104 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { finalizeSections() local [all...] |
H A D | ScriptParser.cpp | 554 OutputDesc *osd = readOverlaySectionDescription(); readOverlay() local 613 if (auto *osd = dyn_cast<OutputDesc>(cmd)) readSections() local 907 OutputDesc *osd = script->createOutputSection(next(), getCurrentLocation()); readOverlaySectionDescription() local [all...] |
H A D | ICF.cpp | 573 if (auto *osd = dyn_cast<OutputDesc>(cmd)) run() local
|
H A D | Driver.cpp | 3032 if (auto *osd = dyn_cast<OutputDesc>(cmd)) link() local
|
/freebsd-src/contrib/ofed/opensm/include/complib/ |
H A D | cl_thread.h | 105 cl_thread_osd_t osd; member
|
/freebsd-src/sys/dev/ixl/ |
H A D | ixl_pf_main.c | 2103 struct i40e_hw_port_stats *osd = &pf->stats_offsets; ixl_update_stats_counters() local [all...] |