Home
last modified time | relevance | path

Searched refs:TCMU_CONFIG_LEN (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_user.c95 #define TCMU_CONFIG_LEN 256 macro
169 char dev_config[TCMU_CONFIG_LEN];
2596 TCMU_CONFIG_LEN) == 0) { in tcmu_set_configfs_dev_params()
2813 if (!len || len > TCMU_CONFIG_LEN - 1) in tcmu_dev_config_store()
2823 strscpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store()
2830 strscpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store()