not_zero          415 drivers/target/target_core_iblock.c 	unsigned char *buf, *not_zero;
not_zero          425 drivers/target/target_core_iblock.c 	not_zero = memchr_inv(buf, 0x00, cmd->data_length);
not_zero          428 drivers/target/target_core_iblock.c 	if (not_zero)