ACPIID_LEN
char acpiid[ACPIID_LEN + 1] = { }; /* size with NULL terminator */
if (strlen(addr) > ACPIID_LEN)
if (strlen(str) > ACPIID_LEN)