Searched refs:fmd_adm_open (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/fm/libfmd_adm/common/ |
H A D | fmd_adm.h | 53 extern fmd_adm_t *fmd_adm_open(const char *, uint32_t, int);
|
H A D | fmd_adm.c | 43 fmd_adm_open(const char *host, uint32_t prog, int version) function
|
/illumos-gate/usr/src/cmd/fm/fmadm/common/ |
H A D | fmadm.c | 213 if ((g_adm = fmd_adm_open(NULL, program, FMD_ADM_VERSION)) == NULL)
|
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | module.c | 252 if ((adm = fmd_adm_open(update_ctx->uc_host, update_ctx->uc_prog,
|
H A D | resource.c | 240 if ((adm = fmd_adm_open(update_ctx->uc_host, update_ctx->uc_prog,
|
H A D | problem.c | 255 if ((adm = fmd_adm_open(update_ctx->uc_host, update_ctx->uc_prog,
|
/illumos-gate/usr/src/cmd/fm/fmstat/common/ |
H A D | fmstat.c | 789 if ((g_adm = fmd_adm_open(NULL, program, FMD_ADM_VERSION)) == NULL)
|
Completed in 3205 milliseconds