ACPI_NAMESEG_SIZE  105 drivers/acpi/acpi_configfs.c 	return sprintf(str, "%.*s\n", ACPI_NAMESEG_SIZE, h->signature);
ACPI_NAMESEG_SIZE  166 drivers/acpi/acpi_configfs.c 	return sprintf(str, "%.*s\n", ACPI_NAMESEG_SIZE, h->asl_compiler_id);
ACPI_NAMESEG_SIZE  296 drivers/acpi/acpica/aclocal.h 	char name[ACPI_NAMESEG_SIZE];
ACPI_NAMESEG_SIZE  373 drivers/acpi/acpica/aclocal.h 	char name[ACPI_NAMESEG_SIZE];
ACPI_NAMESEG_SIZE  357 drivers/acpi/acpica/dbnames.c 	if (strlen(name_arg) > ACPI_NAMESEG_SIZE) {
ACPI_NAMESEG_SIZE  295 drivers/acpi/acpica/evgpeinit.c 	char name[ACPI_NAMESEG_SIZE + 1];
ACPI_NAMESEG_SIZE  313 drivers/acpi/acpica/evgpeinit.c 	name[ACPI_NAMESEG_SIZE] = 0;
ACPI_NAMESEG_SIZE   56 drivers/acpi/acpica/exnames.c 		size_needed = 1 + (ACPI_NAMESEG_SIZE * num_name_segs) + 2 + 1;
ACPI_NAMESEG_SIZE   59 drivers/acpi/acpica/exnames.c 		    prefix_count + (ACPI_NAMESEG_SIZE * num_name_segs) + 2 + 1;
ACPI_NAMESEG_SIZE  144 drivers/acpi/acpica/exnames.c 	     (index < ACPI_NAMESEG_SIZE)
ACPI_NAMESEG_SIZE  718 drivers/acpi/acpica/nsaccess.c 		path += ACPI_NAMESEG_SIZE;
ACPI_NAMESEG_SIZE   73 drivers/acpi/acpica/nsdump.c 		pathname += ACPI_NAMESEG_SIZE;
ACPI_NAMESEG_SIZE  108 drivers/acpi/acpica/nsnames.c 	((char *)buffer->pointer)[ACPI_NAMESEG_SIZE] = 0;
ACPI_NAMESEG_SIZE  197 drivers/acpi/acpica/nsnames.c 	char name[ACPI_NAMESEG_SIZE];
ACPI_NAMESEG_SIZE  445 drivers/acpi/acpica/nsnames.c 		for (i = 0; (i < ACPI_NAMESEG_SIZE) && *input_path; i++) {
ACPI_NAMESEG_SIZE   28 drivers/acpi/acpica/nsrepair2.c 	char name[ACPI_NAMESEG_SIZE];
ACPI_NAMESEG_SIZE  181 drivers/acpi/acpica/nsutils.c 	info->length = (ACPI_NAMESEG_SIZE * info->num_segments) +
ACPI_NAMESEG_SIZE  252 drivers/acpi/acpica/nsutils.c 		for (i = 0; i < ACPI_NAMESEG_SIZE; i++) {
ACPI_NAMESEG_SIZE  277 drivers/acpi/acpica/nsutils.c 		result += ACPI_NAMESEG_SIZE;
ACPI_NAMESEG_SIZE  496 drivers/acpi/acpica/nsutils.c 			j += ACPI_NAMESEG_SIZE;
ACPI_NAMESEG_SIZE  497 drivers/acpi/acpica/nsutils.c 			names_index += ACPI_NAMESEG_SIZE;
ACPI_NAMESEG_SIZE  153 drivers/acpi/acpica/psargs.c 		end += 1 + (2 * ACPI_NAMESEG_SIZE);
ACPI_NAMESEG_SIZE  160 drivers/acpi/acpica/psargs.c 		end += 2 + (*(end + 1) * ACPI_NAMESEG_SIZE);
ACPI_NAMESEG_SIZE  167 drivers/acpi/acpica/psargs.c 		end += ACPI_NAMESEG_SIZE;
ACPI_NAMESEG_SIZE  525 drivers/acpi/acpica/psargs.c 		parser_state->aml += ACPI_NAMESEG_SIZE;
ACPI_NAMESEG_SIZE   68 drivers/acpi/acpica/tbfind.c 			   header.signature, ACPI_NAMESEG_SIZE)) {
ACPI_NAMESEG_SIZE   97 drivers/acpi/acpica/tbfind.c 		     header.signature, ACPI_NAMESEG_SIZE) && (!oem_id[0]
ACPI_NAMESEG_SIZE   72 drivers/acpi/acpica/tbprint.c 	acpi_tb_fix_string(out_header->signature, ACPI_NAMESEG_SIZE);
ACPI_NAMESEG_SIZE   75 drivers/acpi/acpica/tbprint.c 	acpi_tb_fix_string(out_header->asl_compiler_id, ACPI_NAMESEG_SIZE);
ACPI_NAMESEG_SIZE   33 drivers/acpi/acpica/utascii.c 	for (i = 0; i < ACPI_NAMESEG_SIZE; i++) {
ACPI_NAMESEG_SIZE  152 drivers/acpi/acpica/utstring.c 	for (i = 0; i < ACPI_NAMESEG_SIZE; i++) {
ACPI_NAMESEG_SIZE  629 drivers/acpi/property.c 		if (!strncmp(name, childname, ACPI_NAMESEG_SIZE))
ACPI_NAMESEG_SIZE  330 drivers/acpi/sysfs.c 	char name[ACPI_NAMESEG_SIZE];
ACPI_NAMESEG_SIZE  332 drivers/acpi/sysfs.c 	char filename[ACPI_NAMESEG_SIZE+ACPI_INST_SIZE];
ACPI_NAMESEG_SIZE  386 drivers/acpi/sysfs.c 	table_attr->filename[ACPI_NAMESEG_SIZE] = '\0';
ACPI_NAMESEG_SIZE  423 drivers/firmware/iscsi_ibft.c 		str += sprintf_string(str, ACPI_NAMESEG_SIZE,
ACPI_NAMESEG_SIZE  223 drivers/thermal/intel/int340x_thermal/acpi_thermal_rel.c 		memcpy(name, buffer.pointer, ACPI_NAMESEG_SIZE);
ACPI_NAMESEG_SIZE   69 include/acpi/actbl.h 	char signature[ACPI_NAMESEG_SIZE];	/* ASCII table signature */
ACPI_NAMESEG_SIZE   76 include/acpi/actbl.h 	char asl_compiler_id[ACPI_NAMESEG_SIZE];	/* ASCII ASL compiler vendor ID */
ACPI_NAMESEG_SIZE  521 include/acpi/actypes.h #define ACPI_COMPARE_NAMESEG(a,b)       (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_CAST_PTR (char, (b)), ACPI_NAMESEG_SIZE))
ACPI_NAMESEG_SIZE  522 include/acpi/actypes.h #define ACPI_COPY_NAMESEG(dest,src)     (strncpy (ACPI_CAST_PTR (char, (dest)), ACPI_CAST_PTR (char, (src)), ACPI_NAMESEG_SIZE))
ACPI_NAMESEG_SIZE  532 include/acpi/actypes.h 	 strnlen (a, ACPI_NAMESEG_SIZE) == ACPI_NAMESEG_SIZE)
ACPI_NAMESEG_SIZE   22 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 	char signature[ACPI_NAMESEG_SIZE];
ACPI_NAMESEG_SIZE  998 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 	char temp_name[ACPI_NAMESEG_SIZE];
ACPI_NAMESEG_SIZE 1161 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 	if (strlen(filename) < ACPI_NAMESEG_SIZE) {
ACPI_NAMESEG_SIZE 1167 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 	if (isdigit((int)filename[ACPI_NAMESEG_SIZE])) {
ACPI_NAMESEG_SIZE 1168 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 		sscanf(&filename[ACPI_NAMESEG_SIZE], "%u", instance);
ACPI_NAMESEG_SIZE 1169 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 	} else if (strlen(filename) != ACPI_NAMESEG_SIZE) {
ACPI_NAMESEG_SIZE 1314 tools/power/acpi/os_specific/service_layers/oslinuxtbl.c 	char temp_name[ACPI_NAMESEG_SIZE];
ACPI_NAMESEG_SIZE  292 tools/power/acpi/tools/acpidump/apdump.c 	char local_signature[ACPI_NAMESEG_SIZE + 1];
ACPI_NAMESEG_SIZE  299 tools/power/acpi/tools/acpidump/apdump.c 	if (strlen(signature) != ACPI_NAMESEG_SIZE) {
ACPI_NAMESEG_SIZE  106 tools/power/acpi/tools/acpidump/apfiles.c 	char filename[ACPI_NAMESEG_SIZE + 16];
ACPI_NAMESEG_SIZE  128 tools/power/acpi/tools/acpidump/apfiles.c 	filename[ACPI_NAMESEG_SIZE] = 0;