ebuf 2432 dev/pci/if_san_xilinx.c struct xilinx_rx_buffer *buf, *ebuf; ebuf 2435 dev/pci/if_san_xilinx.c ebuf = sc->wp_rx_buffers + MAX_RX_BUF; ebuf 2443 dev/pci/if_san_xilinx.c if (++buf == ebuf) ebuf 236 dev/raidframe/rf_evenodd_dagfuncs.c rf_RegularESubroutine(RF_DagNode_t *node, char *ebuf) ebuf 249 dev/raidframe/rf_evenodd_dagfuncs.c RF_ASSERT(node->params[i + 1].p != ebuf); ebuf 254 dev/raidframe/rf_evenodd_dagfuncs.c destbuf = ebuf + rf_RaidAddressToByte(raidPtr, suoffset); ebuf 292 dev/raidframe/rf_evenodd_dagfuncs.c rf_DegrESubroutine(RF_DagNode_t *node, char *ebuf) ebuf 306 dev/raidframe/rf_evenodd_dagfuncs.c RF_ASSERT(node->params[i + 1].p != ebuf); ebuf 311 dev/raidframe/rf_evenodd_dagfuncs.c destbuf = ebuf + rf_RaidAddressToByte(raidPtr, suoffset - failedSUOffset); ebuf 503 dev/raidframe/rf_evenodd_dagfuncs.c RF_RowCol_t *fcol, char *pbuf, char *ebuf) ebuf 552 dev/raidframe/rf_evenodd_dagfuncs.c ebuf_current = ((short *) ebuf) + i * shortsPerEU + k; ebuf 555 dev/raidframe/rf_evenodd_dagfuncs.c ebuf_current = ((long *) ebuf) + i * longsPerEU + k; ebuf 628 dev/raidframe/rf_evenodd_dagfuncs.c ebuf_current = (short *) ebuf + shortsPerEU * erow; ebuf 632 dev/raidframe/rf_evenodd_dagfuncs.c ebuf_current = (long *) ebuf + longsPerEU * erow; ebuf 728 dev/raidframe/rf_evenodd_dagfuncs.c char **buf, *ebuf, *pbuf, *dest[2]; ebuf 902 dev/raidframe/rf_evenodd_dagfuncs.c ebuf = epda->bufPtr + rf_RaidAddressToByte(raidPtr, ebuf 908 dev/raidframe/rf_evenodd_dagfuncs.c rf_doubleEOdecode(raidPtr, buf, dest, fcol, pbuf, ebuf); ebuf 967 dev/raidframe/rf_evenodd_dagfuncs.c char *ebuf, *pbuf, *dest[2], *olddata[2]; ebuf 1005 dev/raidframe/rf_evenodd_dagfuncs.c ebuf = epda->bufPtr; ebuf 1040 dev/raidframe/rf_evenodd_dagfuncs.c rf_doubleEOdecode(raidPtr, buf, dest, fcol, pbuf, ebuf); ebuf 1046 dev/raidframe/rf_evenodd_dagfuncs.c ebuf += bytesPerSector; ebuf 40 lib/libsa/strerror.c static char ebuf[64]; ebuf 72 lib/libsa/strerror.c snprintf(ebuf, sizeof ebuf, "Unknown error: code %d", err); ebuf 73 lib/libsa/strerror.c return ebuf;