Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_osd.c152 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 Dkern_jailmeta.c251 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 Dosd.h39 struct osd { struct
40 u_int osd_nslots; /* (c) */ argument
41 void **osd_slots; /* (c) */ argument
H A Dsocketvar.h132 struct osd osd; /* Object Specific extensions */ member
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp777 if (auto *osd = dyn_cast<OutputDesc>(base)) { in processSectionCommands() local
811 auto *osd = dyn_cast<OutputDesc>(base); in processSectionCommands() local
872 else if (auto *osd = dyn_cast<OutputDesc>(cmd)) in processSymbolAssignments() local
884 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in findByName() local
892 OutputDesc *osd = ctx.script->createOutputSection(outsecName, "<internal>"); in createSection() local
925 OutputDesc *osd = createSection(ctx, isec, outsecName); in addInputSec() local
996 OutputDesc *osd = createSection(ctx, isec, outsecName); in addInputSec() local
1016 if (OutputDesc *osd = addInputSec(ctx, map, s, name)) in addOrphanSections() local
1429 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { in adjustSectionsAfterSorting() local
1458 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in adjustSectionsAfterSorting() local
[all …]
H A DWriter.cpp311 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in findSection() local
518 auto *osd = dyn_cast<OutputDesc>(cmd); in addSectionSymbols() local
937 auto *osd = dyn_cast<OutputDesc>(b); in getRankProximity() local
1007 auto *osd = dyn_cast<OutputDesc>(cmd); in findOrphanPos() local
1281 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortInputSections() local
1298 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortSections() local
1365 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in sortOrphanSections() local
1628 auto *osd = dyn_cast<OutputDesc>(cmd); in finalizeAddressDependentContent() local
1807 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in finalizeSections() local
2003 if (auto *osd = dyn_cast<OutputDesc>(cmd)) { in finalizeSections() local
H A DScriptParser.cpp575 OutputDesc *osd = readOverlaySectionDescription(); in readOverlay() local
680 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in readSections() local
995 OutputDesc *osd = in readOverlaySectionDescription() local
H A DICF.cpp575 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in run() local
H A DDriver.cpp3478 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in link() local
H A DSyntheticSections.cpp4703 if (auto *osd = dyn_cast<OutputDesc>(cmd)) in findSection() local
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_thread.h105 cl_thread_osd_t osd; member
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c2094 struct i40e_hw_port_stats *osd = &pf->stats_offsets; in ixl_update_stats_counters() local