Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysiosbus.c1418 #define REPORTDEV_BUFSIZE 1024 in sbus_ctlops() macro
1425 msgbuf = kmem_zalloc(REPORTDEV_BUFSIZE, KM_SLEEP); in sbus_ctlops()
1428 f_len = snprintf(msgbuf, REPORTDEV_BUFSIZE, in sbus_ctlops()
1440 REPORTDEV_BUFSIZE - len, " and "); in sbus_ctlops()
1444 f_len += snprintf(msgbuf + len, REPORTDEV_BUFSIZE - len, in sbus_ctlops()
1455 REPORTDEV_BUFSIZE - len, ","); in sbus_ctlops()
1467 REPORTDEV_BUFSIZE - len, in sbus_ctlops()
1471 REPORTDEV_BUFSIZE - len, " SBus level %d ", in sbus_ctlops()
1480 if (f_len + 1 >= REPORTDEV_BUFSIZE) { in sbus_ctlops()
1487 kmem_free(msgbuf, REPORTDEV_BUFSIZE); in sbus_ctlops()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Drootnex.h45 #define REPORTDEV_BUFSIZE 1024 macro
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c735 buf = kmem_alloc(REPORTDEV_BUFSIZE, KM_SLEEP); in rootnex_ctl_reportdev()
736 f_len += snprintf(buf, REPORTDEV_BUFSIZE, in rootnex_ctl_reportdev()
745 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
748 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
755 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
760 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
765 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
776 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
781 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev()
786 if (f_len + 1 >= REPORTDEV_BUFSIZE) { in rootnex_ctl_reportdev()
[all …]