Lines Matching defs:buffer
28 validate_device_path(efi_char16_t *var_name, int match, u8 *buffer,
34 node = (struct efi_generic_dev_path *)buffer;
49 node = (struct efi_generic_dev_path *)(buffer + offset);
54 * of the buffer or we reached the end of the buffer without
61 validate_boot_order(efi_char16_t *var_name, int match, u8 *buffer,
72 validate_load_option(efi_char16_t *var_name, int match, u8 *buffer,
95 filepathlength = buffer[4] | buffer[5] << 8;
101 desclength = ucs2_strsize((efi_char16_t *)(buffer + 6), len - 6) + 2;
118 return validate_device_path(var_name, match, buffer + desclength + 6,
123 validate_uint16(efi_char16_t *var_name, int match, u8 *buffer,
134 validate_ascii_string(efi_char16_t *var_name, int match, u8 *buffer,
140 if (buffer[i] > 127)
143 if (buffer[i] == 0)
575 * @size: size of @data buffer
576 * @data: buffer to store variable data
598 * @size: size of @data buffer
599 * @data: buffer to store variable data
619 * @size: size of data buffer
620 * @data: buffer containing data to write