Lines Matching refs:Beg
7260 unsigned int Beg = pAC->Pnmi.TrapQueueBeg; in GetTrapEntry() local
7275 if (Beg >= Size) { in GetTrapEntry()
7281 NeededSpace = Beg + Size; in GetTrapEntry()
7320 BufPad = Beg; in GetTrapEntry()
7321 Beg = SK_PNMI_TRAP_QUEUE_LEN - Size; in GetTrapEntry()
7324 Beg = Beg - Size; in GetTrapEntry()
7329 pAC->Pnmi.TrapQueueBeg = Beg; in GetTrapEntry()
7335 *(pBuf + Beg + Size - 1) = (char)Size; in GetTrapEntry()
7336 *(pBuf + Beg) = (char)Size; in GetTrapEntry()
7338 SK_PNMI_STORE_U32(pBuf + Beg + 1, Val32); in GetTrapEntry()
7339 SK_PNMI_STORE_U32(pBuf + Beg + 1 + sizeof(SK_U32), TrapId); in GetTrapEntry()
7341 SK_PNMI_STORE_U64(pBuf + Beg + 1 + 2 * sizeof(SK_U32), Val64); in GetTrapEntry()
7343 return (pBuf + Beg); in GetTrapEntry()