Lines Matching defs:other
585 char *other;
588 other = kmalloc(LMC_OTHER_SIZE, GFP_KERNEL);
590 if (!msg || !other)
618 decode_register(other, LMC_OTHER_SIZE, lmc_errors,
627 0, -1, -1, -1, msg, other);
632 0, -1, -1, -1, msg, other);
641 kfree(other);
1116 char *other;
1119 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL);
1121 if (!msg || !other)
1133 decode_register(other, OCX_OTHER_SIZE,
1136 strlcat(msg, other, OCX_MESSAGE_SIZE);
1140 snprintf(other, OCX_OTHER_SIZE,
1145 strlcat(msg, other, OCX_MESSAGE_SIZE);
1147 decode_register(other, OCX_OTHER_SIZE,
1150 strlcat(msg, other, OCX_MESSAGE_SIZE);
1162 kfree(other);
1197 char *other;
1200 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL);
1202 if (!msg || !other)
1217 decode_register(other, OCX_OTHER_SIZE,
1220 strlcat(msg, other, OCX_MESSAGE_SIZE);
1232 kfree(other);
1857 char *other;
1860 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL);
1862 if (!msg || !other)
1897 decode_register(other, L2C_OTHER_SIZE, l2_errors, ctx->reg_int);
1899 strlcat(msg, other, L2C_MESSAGE_SIZE);
1912 kfree(other);