Searched refs:REPORTDEV_BUFSIZE (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | sysiosbus.c | 1463 #define REPORTDEV_BUFSIZE 1024 in sbus_ctlops() macro 1470 msgbuf = kmem_zalloc(REPORTDEV_BUFSIZE, KM_SLEEP); in sbus_ctlops() 1473 f_len = snprintf(msgbuf, REPORTDEV_BUFSIZE, in sbus_ctlops() 1485 REPORTDEV_BUFSIZE - len, " and "); in sbus_ctlops() 1489 f_len += snprintf(msgbuf + len, REPORTDEV_BUFSIZE - len, in sbus_ctlops() 1500 REPORTDEV_BUFSIZE - len, ","); in sbus_ctlops() 1512 REPORTDEV_BUFSIZE - len, in sbus_ctlops() 1516 REPORTDEV_BUFSIZE - len, " SBus level %d ", in sbus_ctlops() 1520 f_len += snprintf(msgbuf + len, REPORTDEV_BUFSIZE - len, in sbus_ctlops() 1525 if (f_len + 1 >= REPORTDEV_BUFSIZE) { in sbus_ctlops() [all …]
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | rootnex.h | 45 #define REPORTDEV_BUFSIZE 1024 macro
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | rootnex.c | 745 buf = kmem_alloc(REPORTDEV_BUFSIZE, KM_SLEEP); in rootnex_ctl_reportdev() 746 f_len += snprintf(buf, REPORTDEV_BUFSIZE, in rootnex_ctl_reportdev() 755 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() 765 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 770 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 775 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 786 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 791 f_len += snprintf(buf + len, REPORTDEV_BUFSIZE - len, in rootnex_ctl_reportdev() 796 if (f_len + 1 >= REPORTDEV_BUFSIZE) { in rootnex_ctl_reportdev() [all …]
|