Searched refs:tep (Results 1 – 2 of 2) sorted by relevance
434 struct entry *ep, *tep; in dumpsymtable() local465 tep = &temp; in dumpsymtable()469 memmove(tep, ep, (long)sizeof(struct entry)); in dumpsymtable()470 tep->e_name = (char *)stroff; in dumpsymtable()472 tep->e_parent = (struct entry *)ep->e_parent->e_index; in dumpsymtable()474 tep->e_links = in dumpsymtable()477 tep->e_sibling = in dumpsymtable()480 tep->e_entries = in dumpsymtable()483 tep->e_next = in dumpsymtable()485 (void) fwrite((char *)tep, sizeof(struct entry), 1, fd); in dumpsymtable()
4080 PTR_SGE_TRANSACTION32 tep; in mpt_fc_post_els() local4101 tep = (PTR_SGE_TRANSACTION32) &fc->SGL; in mpt_fc_post_els()4103 tep->ContextSize = 4; in mpt_fc_post_els()4104 tep->Flags = 0; in mpt_fc_post_els()4105 tep->TransactionContext[0] = htole32(ioindex); in mpt_fc_post_els()4107 se = (PTR_SGE_SIMPLE32) &tep->TransactionDetails[0]; in mpt_fc_post_els()