tmpbuf 2610 dev/pci/if_de.c unsigned char tmpbuf[8]; tmpbuf 2768 dev/pci/if_de.c tmpbuf[0] = sc->tulip_rombuf[15]; tmpbuf[1] = sc->tulip_rombuf[14]; tmpbuf 2769 dev/pci/if_de.c tmpbuf[2] = sc->tulip_rombuf[13]; tmpbuf[3] = sc->tulip_rombuf[12]; tmpbuf 2770 dev/pci/if_de.c tmpbuf[4] = sc->tulip_rombuf[11]; tmpbuf[5] = sc->tulip_rombuf[10]; tmpbuf 2771 dev/pci/if_de.c tmpbuf[6] = sc->tulip_rombuf[9]; tmpbuf[7] = sc->tulip_rombuf[8]; tmpbuf 2772 dev/pci/if_de.c if (bcmp(&sc->tulip_rombuf[0], tmpbuf, 8) != 0) tmpbuf 944 dev/vnd.c char *tmpbuf; tmpbuf 949 dev/vnd.c tmpbuf = malloc(DEV_BSIZE, M_TEMP, M_WAITOK); tmpbuf 952 dev/vnd.c aiov.iov_base = tmpbuf; tmpbuf 964 dev/vnd.c free(tmpbuf, M_TEMP);