solaris_attropen 1221 source3/lib/system.c static int solaris_attropen(const char *path, const char *attrpath, int oflag, mode_t mode);
solaris_attropen 1275 source3/lib/system.c 	int attrfd = solaris_attropen(path, name, O_RDONLY, 0);
solaris_attropen 1326 source3/lib/system.c 	int attrfd = solaris_attropen(path, name, O_RDONLY|AT_SYMLINK_NOFOLLOW, 0);
solaris_attropen 1571 source3/lib/system.c 	int attrdirfd = solaris_attropen(path, ".", O_RDONLY, 0);
solaris_attropen 1600 source3/lib/system.c 	int attrdirfd = solaris_attropen(path, ".", O_RDONLY|AT_SYMLINK_NOFOLLOW, 0);
solaris_attropen 1670 source3/lib/system.c 	int attrdirfd = solaris_attropen(path, ".", O_RDONLY, 0);
solaris_attropen 1707 source3/lib/system.c 	int attrdirfd = solaris_attropen(path, ".", O_RDONLY|AT_SYMLINK_NOFOLLOW, 0);
solaris_attropen 1811 source3/lib/system.c 	attrfd = solaris_attropen(path, name, myflags, (mode_t) SOLARIS_ATTRMODE);
solaris_attropen 1875 source3/lib/system.c 	attrfd = solaris_attropen(path, name, myflags, (mode_t) SOLARIS_ATTRMODE);