Home
last modified time | relevance | path

Searched refs:scmadmUsage (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/avs/sdbc/
H A Dscmadm.c88 char scmadmUsage[USAGELEN]; variable
1356 (void) fprintf(stderr, "%s\n", scmadmUsage); in scmadm_lintmain()
1365 (void) strncat(scmadmUsage, f__, sizeof (scmadmUsage));
1368 (void) snprintf(fmt, sizeof (fmt), "%s%s", scmadmUsage, f__); \
1369 (void) snprintf(scmadmUsage, sizeof (scmadmUsage), fmt, a__);
1372 (void) snprintf(fmt, sizeof (fmt), "%s%s", scmadmUsage, f__); \
1373 (void) snprintf(scmadmUsage, sizeof (scmadmUsage), fmt, a__, b__);
1385 bzero(scmadmUsage, sizeof (scmadmUsage)); in buildusage()
1424 "SD_STATS_USAGE=%s", scmadmUsage); in buildusage()