Searched refs:REPORTDEV_BUFSIZE (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/sun4u/io/ |
| H A D | sysiosbus.c | 1418 #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() 1475 f_len += snprintf(msgbuf + len, REPORTDEV_BUFSIZE - len, in sbus_ctlops() 1480 if (f_len + 1 >= REPORTDEV_BUFSIZE) { in sbus_ctlops() [all …]
|
| /illumos-gate/usr/src/uts/i86pc/sys/ |
| H A D | rootnex.h | 45 #define REPORTDEV_BUFSIZE 1024 macro
|
| /illumos-gate/usr/src/uts/i86pc/io/ |
| H A D | rootnex.c | 733 buf = kmem_alloc(REPORTDEV_BUFSIZE, KM_SLEEP); in rootnex_ctl_reportdev() 734 f_len += snprintf(buf, REPORTDEV_BUFSIZE, in rootnex_ctl_reportdev() 743 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 746 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 753 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 758 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 763 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 774 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 779 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 784 if (f_len + 1 >= REPORTDEV_BUFSIZE) { in rootnex_ctl_reportdev() [all …]
|