Lines Matching defs:buffer
24 static struct calling_interface_buffer *buffer;
65 memcpy(buffer, input, size);
67 memcpy(input, buffer, size);
86 buffer->cmd_class = CLASS_TOKEN_READ;
87 buffer->cmd_select = SELECT_TOKEN_STD;
88 memset(buffer, 0, sizeof(struct calling_interface_buffer));
89 buffer->input[0] = wsmt->location;
90 buffer->output[0] = 99;
91 dell_smbios_smm_call(buffer);
92 if (buffer->output[0] == 99)
102 * Allocate buffer below 4GB for SMI data--only 32-bit physical addr
108 buffer = (void *)smi_buf.virt;