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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2443 calc_maxwrite(int ofd, int rw_sysattr, off_t bytes, size_t blocksize) argument
2449 if (rw_sysattr || bytes < blocksize) {
2469 * rw_sysattr - Flag indicating if a file is an extended
2486 data_copy(int ifd, int ofd, int rw_sysattr, off_t bytes, argument
2497 maxwrite = calc_maxwrite(ofd, rw_sysattr, bytes, blocksize);
2508 data_copy_with_holes(int ifd, int ofd, int rw_sysattr, off_t bytes, argument
2520 maxwrite = calc_maxwrite(ofd, rw_sysattr, bytes, blocksize);
3857 * rw_sysattr - on return, flag will indicate if attrname is a
3862 int *rw_sysattr)
3869 *rw_sysattr
3861 verify_attr(char *attrname, char *attrparent, int arc_rwsysattr, int *rw_sysattr) argument
4087 open_attr_dir(char *attrname, char *dirp, int cwd, char *attr_parent, int *attr_parentfd, int *rw_sysattr) argument
4211 int rw_sysattr; local
8238 int rw_sysattr = 0; local
8929 int rw_sysattr; local
9297 int rw_sysattr = 0; local
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c1734 int *rw_sysattr)
1741 *rw_sysattr = 0;
1744 *rw_sysattr = (attr_supported == _RW_SATTR);
1751 if (*rw_sysattr = is_sysattr(attrname)) {
1763 if (*rw_sysattr && !arc_rwsysattr) {
1782 if (*rw_sysattr || (Hiddendir &&
1792 if (!*rw_sysattr || (attrparent != NULL)) {
1843 int rw_sysattr = 0; local
1863 rw_sysattr = attrinfo->attr_rw_sysattr;
1913 rw_sysattr
1733 verify_attr(char *attrname, char *attrparent, int arc_rwsysattr, int *rw_sysattr) argument
2940 int rw_sysattr; local
5869 fill_in_attr_info(char *attr, char *longname, char *attrparent, int atparentfd, int rw_sysattr, attr_data_t **attrinfo) argument
7837 int rw_sysattr = 0; local
[all...]

Completed in 75 milliseconds