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

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c65 char *dtrans = NULL; variable
582 dtrans = g_string_free(script, FALSE);
584 if (dtrans != NULL && strlen(dtrans) == 0) {
585 free(dtrans);
586 dtrans = NULL;
803 if (dtrans != NULL) {
804 if (fwrite(dtrans, strlen(dtrans), 1, fp) != 1) {
836 if (dtrans !
[all...]

Completed in 248 milliseconds