Searched refs:dt_sprintf_buf (Results 1 – 4 of 4) sorted by relevance
1621 if (dtp->dt_sprintf_buf != NULL) in dtrace_sprintf()1622 free(dtp->dt_sprintf_buf); in dtrace_sprintf()1624 if ((dtp->dt_sprintf_buf = malloc(size)) == NULL) in dtrace_sprintf()1627 bzero(dtp->dt_sprintf_buf, size); in dtrace_sprintf()1634 free(dtp->dt_sprintf_buf); in dtrace_sprintf()1657 if (system(dtp->dt_sprintf_buf) == -1) in dtrace_system()1687 assert(strcmp(dtp->dt_sprintf_buf, DT_FREOPEN_RESTORE) == 0); in dtrace_freopen()1704 filename = dtp->dt_sprintf_buf; in dtrace_freopen()1790 assert(strcmp(dtp->dt_sprintf_buf, DT_FREOPEN_RESTORE) == 0); in dtrace_freopen()1814 if ((nfp = fopen(dtp->dt_sprintf_buf, "a")) == NULL) { in dtrace_freopen()[all …]
618 assert(dtp->dt_sprintf_buf != NULL); in dt_printf()620 buf = &dtp->dt_sprintf_buf[len = strlen(dtp->dt_sprintf_buf)]; in dt_printf()
351 char *dt_sprintf_buf; /* buffer for dtrace_sprintf() */ member
3386 xo_emit("{:message/%s}", dtp->dt_sprintf_buf); in dt_consume_cpu()