| /src/sys/dev/acpi/ |
| apei_erst.c | 289 char attrbuf[128]; local 292 snprintb(attrbuf, sizeof(attrbuf), "\177\020" 299 nrecords, logbytes, logaddr, attrbuf);
|
| /src/usr.bin/config/ |
| mkmakefile.c | 385 struct attr **attrbuf; variable in typeref:struct:attr 393 attrbuf = emalloc(nattrs * sizeof(*attrbuf)); 397 qsort(attrbuf, attridx, sizeof(struct attr *), attrcmp); 401 fprintf(fp, "\t%s.ko \\\n", attrbuf[i]->a_name); 404 free(attrbuf); 417 attrbuf[attridx++] = a; 421 attrbuf = erealloc(attrbuf, nattrs * sizeof(*attrbuf)); [all...] |
| /src/sys/arch/x68k/dev/ |
| itevar.h | 81 u_char *attrbuf; member in struct:ite_softc 138 (ip->attrbuf + ((y) * ip->cols) + (x)) 141 memset(ip->attrbuf + ((sy) * ip->cols) + (sx), 0, (h) * (w)) 144 memcpy(ip->attrbuf + ((dy) * ip->cols) + (dx), \ 145 ip->attrbuf + ((sy) * ip->cols) + (sx), \
|