Lines Matching refs:elt
1251 * int elt
1253 * This is the element type being sought. If elt is -1,
1258 * This is the ordinal Mth element of type elt being sought.
1263 * the Mth element of type Elt.
1267 ses_decode(char *b, int amt, uint8_t *ep, int elt, int elm, SesComStat *sp)
1275 if (elt == -1) {
1286 * Check to make sure that the Mth element is legal for type Elt.
1289 if (elm >= ep[elt])
1296 for (idx = 8, i = 0; i < elt; i++) {
1324 PRINTF("Get Elt 0x%x Elm 0x%x (idx %d)\n", elt, elm, idx-4);
1337 ses_encode(char *b, int amt, uint8_t *ep, int elt, int elm, SesComStat *sp)
1345 if (elt == -1) {
1358 * Check to make sure that the Mth element is legal for type Elt.
1361 if (elm >= ep[elt])
1368 for (idx = 8, i = 0; i < elt; i++) {
1398 PRINTF("Set Elt 0x%x Elm 0x%x (idx %d) with %x %x %x %x\n",
1399 elt, elm, idx, sp->comstatus, sp->comstat[0],