Lines Matching defs:entry

1094 	DUMP_TABLE_ENTRY entry,
1106 b = (uint8_t)entry.un.PortBlock.un.s.sid;
1111 w = entry.un.PortBlock.un.s.bc;
1120 w = entry.un.PortBlock.un.s.addr;
1133 w = entry.un.PortBlock.un.s.bc;
1142 w = entry.un.PortBlock.un.s.addr;
1168 DUMP_TABLE_ENTRY entry,
1180 b = (uint8_t)entry.un.PortStruct.un.s.sid;
1184 b = (uint8_t)entry.un.PortStruct.un.s.length;
1189 w = entry.un.PortStruct.un.s.count;
1196 w = entry.un.PortStruct.un.s.addr;
1209 w = entry.un.PortStruct.un.s.count;
1216 w = entry.un.PortStruct.un.s.addr;
2381 DUMP_TABLE_ENTRY entry;
2418 "Unable to read dump table entry. "\
2426 entry.un.PortBlock.un.w[0] = mb->un.varWords[4];
2428 switch (entry.un.PortBlock.un.s.sid) {
2494 DUMP_TABLE_ENTRY entry;
2559 "Unable to read dump table entry. "\
2577 entry.un.PortBlock.un.w[0] = mb->un.varWords[4];
2580 switch (entry.un.PortBlock.un.s.sid) {
2584 entry.un.PortBlock.un.w[0]);
2594 entry.un.PortBlock.un.w[0]);
2603 entry.un.PortBlock.un.w[0]);
2612 entry.un.PortBlock.un.w[0]);
2619 entry.un.PortBlock.un.w[1] = mb->un.varWords[5];
2623 entry.un.PortBlock.un.w[0],
2624 entry.un.PortBlock.un.w[1]);
2667 DUMP_TABLE_ENTRY entry;
2696 entry.un.PortBlock.un.w[0] = *pDumpTable++;
2698 switch (entry.un.PortBlock.un.s.sid) {
2724 entry.un.PortBlock.un.w[1] = *pDumpTable++;
2727 if (entry.un.PortBlock.un.w[1] == 0x3E0000) {
2734 if ((entry.un.PortBlock.un.s.addr & 0x80000000) != 0) {
2736 (entry.un.PortBlock.un.s.
2743 "Unable to read dump table entry. "\
2753 entry.un.PortBlock.un.s.addr =
2758 byteCount = entry.un.PortBlock.un.s.bc;
2759 if (entry.un.PortBlock.un.s.sid & SID_MULT_ELEM) {
2760 if (entry.un.PortStruct.un.s.count == 0) {
2763 entry.un.PortStruct.un.s.length;
2766 entry.un.PortStruct.un.s.count *
2767 entry.un.PortStruct.un.s.length;
2785 portAddr = entry.un.PortBlock.un.s.addr;
2800 "Unable to read dump table entry."\
2816 if (entry.un.PortBlock.un.s.
2820 pBuf, byteCount, entry, fSwap);
2824 pBuf, byteCount, entry, fSwap);
3349 /* check the head entry to determine whether */
3464 /* check the head entry to determine whether the */