Searched refs:issysattr (Results 1 – 1 of 1) sorted by relevance
472 static int xblocks(int issysattr, off_t bytes, int ofile);473 static int xsfile(int issysattr, int ofd);3816 xblocks(int issysattr, off_t bytes, int ofile) in xblocks() argument3839 if (issysattr || (bytes <= TBLOCK)) { in xblocks()3894 if ((saveerrno == EPERM) && issysattr) { in xblocks()3940 xsfile(int issysattr, int ofd) in xsfile() argument3993 if (xblocks(issysattr, bytes, ofd) != 0) { in xsfile()4140 int issysattr; in dotable() local4154 issysattr = is_sysattr(bn); in dotable()4158 issysattr ? gettext("system ") : "", in dotable()