Searched defs:xattr_linkp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c645 * xattr_linkp is identical to xattrp except that it is used for linked
654 static struct xattr_buf *xattr_linkp; variable in typeref:struct:xattr_buf
4741 xattr_linkp = NULL;
4820 if (xattr_linkp != NULL) {
4834 E_EXIT, xattr_linkp->h_names);
4838 xattr_linkp = NULL;
8798 xattr_linkp = (struct xattr_buf *)((int)xattrp + (int)comp_len);
8800 xattr_linkp = NULL;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c332 * xattr_linkp is a pointer to another xattr_buf structure that is
339 static struct xattr_buf *xattr_linkp; /* pointer to link info, if any */ variable in typeref:struct:xattr_buf
1640 xattr_linkp = NULL;
3003 xattr_linkp = NULL;
3061 xattr_linkp = NULL;
3377 if (xattrp && xattr_linkp) {
3398 namep, (xattr_linkp != NULL) ?
3400 (xattr_linkp != NULL) ?
3407 (xattr_linkp != NULL) ?
3409 (xattr_linkp !
[all...]

Completed in 91 milliseconds