Searched defs:g_root (Results 1 - 2 of 2) sorted by relevance

/illumos-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 : "");
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c52 char *g_root; variable
1069 g_root ? g_root : "", ltp->lt_logname);
1245 g_root = optarg;
1353 g_root ? g_root : "", pfx, sfx);
1361 } else if (g_root != NULL) {
1366 if ((g_msg = fmd_msg_init(g_root, FMD_MSG_VERSION)) == NULL)

Completed in 73 milliseconds