Home
last modified time | relevance | path

Searched refs:smallbuf (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/psm/promif/ieee1275/common/
H A Dprom_io.c151 static char smallbuf[256]; in prom_write() local
181 if (len > sizeof (smallbuf)) { in prom_write()
211 if (len <= sizeof (smallbuf)) { in prom_write()
212 promplat_bcopy(buf, smallbuf, len); in prom_write()
213 buf = smallbuf; in prom_write()
/titanic_50/usr/src/cmd/hal/utils/
H A Dcdutils.c214 uchar_t smallbuf[8]; in get_current_profile() local
226 if (get_configuration(fd, 0, 8, &smallbuf[0])) { in get_current_profile()
227 buflen = GET32(smallbuf) + 4; in get_current_profile()
246 uchar_t smallbuf[8]; in walk_profiles() local
258 if (get_configuration(fd, 0, 8, &smallbuf[0])) { in walk_profiles()
259 buflen = GET32(smallbuf) + 4; in walk_profiles()