Lines Matching defs:buffer
36 validate_device_path(efi_char16_t *var_name, int match, u8 *buffer,
42 node = (struct efi_generic_dev_path *)buffer;
57 node = (struct efi_generic_dev_path *)(buffer + offset);
62 * of the buffer or we reached the end of the buffer without
69 validate_boot_order(efi_char16_t *var_name, int match, u8 *buffer,
80 validate_load_option(efi_char16_t *var_name, int match, u8 *buffer,
103 filepathlength = buffer[4] | buffer[5] << 8;
109 desclength = ucs2_strsize((efi_char16_t *)(buffer + 6), len - 6) + 2;
126 return validate_device_path(var_name, match, buffer + desclength + 6,
131 validate_uint16(efi_char16_t *var_name, int match, u8 *buffer,
142 validate_ascii_string(efi_char16_t *var_name, int match, u8 *buffer,
148 if (buffer[i] > 127)
151 if (buffer[i] == 0)
634 * @size: size of @data buffer
635 * @data: buffer containing variable data
725 * @name: buffer containing the variable name
729 * @size: size of @data buffer
730 * @data: buffer containing variable data
879 * @size: size of @data buffer
880 * @data: buffer to store variable data
906 * @size: size of @data buffer
907 * @data: buffer to store variable data
935 * @size: size of data buffer
936 * @data: buffer containing data to write