Searched refs:g_adm (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fm/fmstat/common/ |
H A D | fmstat.c | 97 static fmd_adm_t *g_adm; variable 132 (void) fprintf(stderr, "%s\n", fmd_adm_errmsg(g_adm)); in vwarn() 134 (void) fprintf(stderr, ": %s\n", fmd_adm_errmsg(g_adm)); in vwarn() 158 fmd_adm_close(g_adm); in die() 382 if (fmd_adm_xprt_stats(g_adm, id, &ams) != 0) { in stat_one_xprt() 394 (void) fmd_adm_stats_free(g_adm, &ams); in stat_one_xprt() 414 (void) fmd_adm_stats_free(g_adm, &ams); in stat_one_xprt() 425 if (fmd_adm_xprt_iter(g_adm, stat_one_xprt, NULL) != 0) in stat_xprt() 436 if (fmd_adm_xprt_stats(g_adm, id, &ams) != 0) { in stat_one_xprt_auth() 448 (void) fmd_adm_stats_free(g_adm, &ams); in stat_one_xprt_auth() [all …]
|
/titanic_41/usr/src/cmd/fm/fmadm/common/ |
H A D | fmadm.c | 38 static fmd_adm_t *g_adm; variable 69 (void) fprintf(stderr, "%s\n", fmd_adm_errmsg(g_adm)); in vwarn() 71 (void) fprintf(stderr, ": %s\n", fmd_adm_errmsg(g_adm)); in vwarn() 95 fmd_adm_close(g_adm); in die() 213 if ((g_adm = fmd_adm_open(NULL, program, FMD_ADM_VERSION)) == NULL) in main() 221 err = cp->cmd_func(g_adm, argc, argv); in main() 222 fmd_adm_close(g_adm); in main()
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | Makefile | 29 OBJS_sparc= g_adm.o diag.o fcalupdate.o hotplug.o qlgcupdate.o setboot.o
|