Searched refs:g_root (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dscheme.c75 static char *g_root; /* fmd root dir */ variable
161 g_root ? g_root : "", dir, name);
269 return (g_root ? g_root : "");
/opensolaris-onvv-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.h88 extern char *g_root;
H A Dscheme.c158 g_root ? g_root : "", dir, name);
267 return (g_root ? g_root : "");
H A Dfmdump.c49 char *g_root; variable
1073 g_root ? g_root : "", ltp->lt_logname);
1241 g_root = optarg;
1349 g_root ? g_root : "", pfx, sfx);
1357 } else if (g_root != NULL) {
1362 if ((g_msg = fmd_msg_init(g_root, FMD_MSG_VERSION)) == NULL)

Completed in 47 milliseconds