Searched refs:MAX_STRING (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/iscsi/
H A Discsi_text.c45 #define MAX_STRING 255 /* Maximum length of parameter value */ macro
205 uint8_t password[MAX_STRING + 1]; /* authentication secret */
206 uint8_t target_password[MAX_STRING + 1]; /* target authentication secret */
207 uint8_t user_name[MAX_STRING + 1]; /* authentication user ID */
208 uint8_t temp_buf[MAX_STRING + 1]; /* scratch buffer */
507 if (strlen(buf) > MAX_STRING)
553 if (strlen(buf) > MAX_STRING) {
554 DEBOUT(("get_parameter: key name > MAX_STRING\n"));
1294 copyinstr(par->password, state->password, MAX_STRING, &sz);
1297 MAX_STRING,
[all...]

Completed in 160 milliseconds