Searched refs:string_length (Results 1 - 5 of 5) sorted by relevance

/drivers/acpi/acpica/
H A Dexconvrt.c403 u32 string_length = 0; local
424 string_length = ACPI_MAX_DECIMAL_DIGITS;
432 string_length = ACPI_MUL_2(acpi_gbl_integer_byte_width);
441 acpi_ut_create_string_object((acpi_size) string_length);
450 string_length =
457 return_desc->string.length = string_length;
458 new_buf[string_length] = 0;
479 string_length += 4;
481 string_length += 3;
483 string_length
[all...]
H A Drscalc.c111 * (string_length includes the NULL terminator) plus the size of the
115 return ((acpi_rs_length) (resource_source->string_length + 1));
141 u32 string_length = 0; local
161 string_length =
169 return ((u32) ACPI_ROUND_UP_TO_NATIVE_WORD(string_length));
323 resource_source.string_length +
341 string_length +
H A Drsutils.c369 resource_source->string_length =
380 resource_source->string_length = 0;
416 if (resource_source->string_length) {
436 ((acpi_rsdesc_size) resource_source->string_length + 1);
H A Drsserial.c124 ACPI_RS_OFFSET(data.gpio.resource_source.string_length),
206 ACPI_RS_OFFSET(data.common_serial_bus.resource_source.string_length),
292 ACPI_RS_OFFSET(data.common_serial_bus.resource_source.string_length),
394 ACPI_RS_OFFSET(data.common_serial_bus.resource_source.string_length),
/drivers/staging/wlags49_h2/
H A Dwl_profile.c351 int string_length = 0; local
419 string_length = strlen(value);
420 if (string_length > PARM_MAX_NAME_LEN) {
422 string_length = PARM_MAX_NAME_LEN;
425 memcpy(lp->NetworkName, value, string_length);
432 string_length = strlen(value);
433 if (string_length > MAX_LINE_SIZE)
436 memcpy(lp->fw_image_filename, value, string_length);
453 string_length = strlen(value);
454 if (string_length > sizeo
[all...]

Completed in 154 milliseconds