Searched defs:opd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_scheme.c318 const fmd_scheme_opd_t *opd; local
321 for (opd = _fmd_scheme_ops; opd->opd_name != NULL; opd++) {
322 if ((p = dlsym(sp->sch_dlp, opd->opd_name)) != NULL)
323 *(void **)((uintptr_t)&sp->sch_ops + opd->opd_off) = p;
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c135 const fmd_scheme_opd_t *opd; local
138 for (opd = _fmd_scheme_ops; opd->opd_name != NULL; opd++) {
139 if ((p = dlsym(sp->sch_dlp, opd->opd_name)) != NULL)
140 *(void **)((uintptr_t)&sp->sch_ops + opd->opd_off) = p;
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dscheme.c132 const fmd_scheme_opd_t *opd; local
135 for (opd = _fmd_scheme_ops; opd->opd_name != NULL; opd++) {
136 if ((p = dlsym(sp->sch_dlp, opd->opd_name)) != NULL)
137 *(void **)((uintptr_t)&sp->sch_ops + opd->opd_off) = p;

Completed in 68 milliseconds