Lines Matching refs:btinfo_residual
61 struct btinfo_residual btinfo_residual;
97 btinfo_residual.common.next = sizeof(btinfo_residual);
98 btinfo_residual.common.type = BTINFO_RESIDUAL;
101 btinfo_residual.addr = (void *)&residual;
104 btinfo_residual.addr = 0;
132 memcpy(p, (void *)&btinfo_residual, sizeof(btinfo_residual));
133 p += sizeof(btinfo_residual);