Searched refs:tep (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sbin/restore/
H A Dsymtab.c440 struct entry *ep, *tep; local
471 tep = &temp;
475 memmove(tep, ep, (long)sizeof(struct entry));
476 tep->e_name = (char *)stroff;
478 tep->e_parent = (struct entry *)ep->e_parent->e_index;
480 tep->e_links =
483 tep->e_sibling =
486 tep->e_entries =
489 tep->e_next =
491 (void) fwrite((char *)tep, sizeo
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dreadelf.c4933 struct ia64_unw_table_entry *tep;
4971 tep = aux->table;
4972 for (tp = table; tp < table + size; tp += 3 * eh_addr_size, ++tep)
4974 tep->start.section = SHN_UNDEF;
4975 tep->end.section = SHN_UNDEF;
4976 tep->info.section = SHN_UNDEF;
4979 tep->start.offset = byte_get ((unsigned char *) tp + 0, 4);
4980 tep->end.offset = byte_get ((unsigned char *) tp + 4, 4);
4981 tep->info.offset = byte_get ((unsigned char *) tp + 8, 4);
4985 tep
4930 struct ia64_unw_table_entry *tep; local
5311 struct hppa_unw_table_entry *tep; local
[all...]
/freebsd-10.0-release/sys/dev/mpt/
H A Dmpt_cam.c4156 PTR_SGE_TRANSACTION32 tep; local
4177 tep = (PTR_SGE_TRANSACTION32) &fc->SGL;
4179 tep->ContextSize = 4;
4180 tep->Flags = 0;
4181 tep->TransactionContext[0] = htole32(ioindex);
4183 se = (PTR_SGE_SIMPLE32) &tep->TransactionDetails[0];

Completed in 106 milliseconds