Lines Matching defs:text_ptr
2235 unsigned char *text_in = cmd->text_in_ptr, *text_ptr;
2253 text_ptr = strchr(text_in, '=');
2254 BUG_ON(!text_ptr);
2255 if (!strncmp("=All", text_ptr, 5)) {
2257 } else if (!strncmp("=iqn.", text_ptr, 5) ||
2258 !strncmp("=eui.", text_ptr, 5)) {
2262 text_ptr);
3389 unsigned char *text_in = cmd->text_in_ptr, *text_ptr = NULL;
3404 text_ptr = strchr(text_in, '=');
3405 if (!text_ptr) {
3414 text_ptr += 1;
3420 strcmp(tiqn->tiqn, text_ptr)) {