Lines Matching defs:buffer

77 /* 4.00.02  - Fix problem with PT DCDB with no buffer                        */
134 /* 6.11.xx - Get VersionInfo buffer off the stack ! DDTS 60401 */
161 * ioctlsize - Initial size of the IOCTL buffer
353 static int ips_ioctlsize = IPS_IOCTL_SIZE; /* Size of the ioctl buffer */
1403 static char buffer[256];
1414 bp = &buffer[0];
1415 memset(bp, 0, sizeof (buffer));
1430 ips_write_info(struct Scsi_Host *host, char *buffer, int length)
1500 char *buffer;
1504 buffer = kmap_local_page(sg_page(sg)) + sg->offset;
1505 if (buffer && buffer[0] == 'C' && buffer[1] == 'O' &&
1506 buffer[2] == 'P' && buffer[3] == 'P') {
1507 kunmap_local(buffer);
1511 kunmap_local(buffer);
1522 /* allocate a buffer large enough for the ioctl data if the ioctl buffer */
1533 /* there is no buffer or it's not big enough, allocate a new one */
1602 * used for the size of the buffer.
1670 /* avoid allocating a huge buffer per adapter ( which can fail ). */
1687 printk(KERN_WARNING "Unable to allocate a flash buffer\n");
2238 uint8_t *buffer;
2328 buffer = ha->ioctl_data;
2330 memset(buffer, 0, 0x1000);
2360 if ((buffer[0xC0] == 0x55) && (buffer[0xC1] == 0xAA)) {
2361 major = buffer[0x1ff + 0xC0]; /* Offset 0x1ff after the header (0xc0) */
2362 minor = buffer[0x1fe + 0xC0]; /* Offset 0x1fe after the header (0xc0) */
2363 subminor = buffer[0x1fd + 0xC0]; /* Offset 0x1fd after the header (0xc0) */
3430 /* Copy data from a struct scsi_cmnd to a new, linear buffer */
6238 ips_program_bios(ips_ha_t * ha, char *buffer, uint32_t buffersize,
6259 outb(buffer[i], ha->io_addr + IPS_REG_FLDP);
6329 ips_program_bios_memio(ips_ha_t * ha, char *buffer, uint32_t buffersize,
6350 writeb(buffer[i], ha->mem_ptr + IPS_REG_FLDP);
6420 ips_verify_bios(ips_ha_t * ha, char *buffer, uint32_t buffersize,
6469 ips_verify_bios_memio(ips_ha_t * ha, char *buffer, uint32_t buffersize,
6991 /* the ioctl buffer is now used during adapter initialization, so its