Searched refs:SE_DEV_ALIAS_LEN (Results 1 – 2 of 2) sorted by relevance
854 #define SE_DEV_ALIAS_LEN 512 /* must be less than PAGE_SIZE */ macro855 unsigned char dev_alias[SE_DEV_ALIAS_LEN];
2221 if (count > (SE_DEV_ALIAS_LEN-1)) { in target_dev_alias_store()2224 SE_DEV_ALIAS_LEN-1); in target_dev_alias_store()2228 read_bytes = snprintf(&dev->dev_alias[0], SE_DEV_ALIAS_LEN, "%s", page); in target_dev_alias_store()
Completed in 15 milliseconds