Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_configfs.c152 #define MAX_PORTAL_LEN 256 macro
164 char buf[MAX_PORTAL_LEN + 1] = { }; in lio_target_call_addnptotpg()
166 if (strlen(name) > MAX_PORTAL_LEN) { in lio_target_call_addnptotpg()
168 (int)strlen(name), MAX_PORTAL_LEN); in lio_target_call_addnptotpg()
171 snprintf(buf, MAX_PORTAL_LEN + 1, "%s", name); in lio_target_call_addnptotpg()