Searched refs:tentry (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_anon_rcm.c168 ip_status_t *tlist, *tentry; local
371 tentry = tlist;
374 if (tentry->flags & IP_FLAG_DELETE) {
375 if (tentry->flags & IP_FLAG_REG) {
378 tentry->device);
380 tentry->device, 0) != 0) {
385 (void) deletereg(tentry);
386 } else if (!(tentry->flags & IP_FLAG_IGNORE)) {
392 if (!(tentry->flags & IP_FLAG_CL) &&
393 !(tentry
562 ip_status_t *tlist, *tentry; local
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c583 struct entry temp, *tentry; local
647 tentry = NIL;
649 tentry = (struct entry *)entry[i]->e_index;
650 (void) fwrite((char *)&tentry, sizeof (tentry), 1, fp);

Completed in 46 milliseconds