Lines Matching refs:snprintf
350 snprintf(rp->slab_name, SLAB_NAME_SZ, "mon_text_%p", rp); in mon_text_open()
398 ptr.cnt += snprintf(ptr.pbuf + ptr.cnt, ptr.limit - ptr.cnt, in mon_text_read_t()
434 ptr.cnt += snprintf(ptr.pbuf + ptr.cnt, ptr.limit - ptr.cnt, in mon_text_read_u()
488 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_head_t()
506 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_head_u()
517 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_statset()
525 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_statset()
528 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_statset()
536 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_intstat()
544 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isostat()
547 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isostat()
560 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isodesc()
569 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_isodesc()
582 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_data()
588 p->cnt += snprintf(p->pbuf + p->cnt, in mon_text_read_data()
592 p->cnt += snprintf(p->pbuf + p->cnt, in mon_text_read_data()
596 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_data()
599 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, in mon_text_read_data()
603 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt, "\n"); in mon_text_read_data()
678 rc = snprintf(name, NAMESZ, "%dt", busnum); in mon_text_add()
688 rc = snprintf(name, NAMESZ, "%du", busnum); in mon_text_add()
696 rc = snprintf(name, NAMESZ, "%ds", busnum); in mon_text_add()