Home
last modified time | relevance | path

Searched refs:e_entries (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c321 np->e_sibling = ep->e_entries; in addentry()
322 ep->e_entries = np; in addentry()
359 if (ep->e_entries != NIL) in freeentry()
403 ep->e_sibling = np->e_entries; in moveentry()
404 np->e_entries = ep; in moveentry()
439 } else if (np->e_entries == ep) { in removeentry()
440 np->e_entries = ep->e_sibling; in removeentry()
604 if (ep->e_entries != NIL) in dumpsymtable()
605 tep->e_entries = in dumpsymtable()
805 if (ep->e_entries != NIL) in initsymtable()
[all …]
H A Drestore.c518 for (np = ep->e_entries; np != NIL; np = np->e_sibling) { in findunreflinks()
532 for (np = ep->e_entries; np != NIL; np = np->e_sibling) { in findunreflinks()
567 if (ep->e_entries != NIL) { in removeoldnodes()
923 for (np = ep->e_entries; np != NIL; np = np->e_sibling) { in removexattrs()
H A Dutilities.c192 if (ep->e_entries != NIL) in removenode()
387 if (ep->e_entries != NIL) in badentry()
389 myname(ep->e_entries)); in badentry()
H A Drestore.h102 struct entry *e_entries; /* for directories, their entries */ member