Home
last modified time | relevance | path

Searched refs:fchownat (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dchown.c34 #pragma weak _fchownat = fchownat
36 fchownat(int fd, const char *name, uid_t uid, gid_t gid, int flags) in fchownat() function
48 return (fchownat(AT_FDCWD, name, uid, gid, 0)); in chown()
59 return (fchownat(AT_FDCWD, name, uid, gid, AT_SYMLINK_NOFOLLOW)); in lchown()
70 return (fchownat(filedes, NULL, uid, gid, 0)); in fchown()
/illumos-gate/usr/src/uts/common/syscall/
H A Dchown.c58 fchownat(int fd, char *path, uid_t uid, gid_t gid, int flag) in fchownat() function
85 return (fchownat(AT_FDCWD, path, uid, gid, 0)); in chown()
91 return (fchownat(AT_FDCWD, path, uid, gid, AT_SYMLINK_NOFOLLOW)); in lchown()
97 return (fchownat(fd, NULL, uid, gid, 0)); in fchown()
/illumos-gate/usr/src/man/man2/
H A DMakefile194 fchownat.2 \
296 fchownat.2 := LINKSRC = chown.2
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/
H A Dimplicit_dependencies.pretty1398 'fchownat',
1439 'fchownat',
1486 'fchownat',
2936 'fchownat',
3351 'fchownat',
3706 'fchownat',
4257 'fchownat',
4679 'fchownat',
5302 'fchownat',
5497 'fchownat',
[all …]
H A Dimplicit_dependencies_verbose.pretty402 {'call': 'fchownat',
1854 {'call': 'fchownat', 'reason': set([('inode', 'i_flags')])},
1939 {'call': 'fchownat',
4638 {'call': 'fchownat',
5617 {'call': 'fchownat',
6244 {'call': 'fchownat',
7090 {'call': 'fchownat',
8308 {'call': 'fchownat',
8476 {'call': 'fchownat',
9419 {'call': 'fchownat', 'reason': set([('inode', 'i_flags')])},
[all …]
/illumos-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum54 fchownat 56
/illumos-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum53 fchownat 56
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies.pretty401 'fchownat',
1181 'fchownat': set(['accept4',
1779 'fchownat',
1818 'fchownat',
1866 'fchownat',
5478 'fchownat',
5887 'fchownat',
7022 'fchownat',
8606 'fchownat',
8798 'fchownat',
[all …]
H A Dimplicit_dependencies685 'fchownat',
1470 'fchownat': set(['accept4',
2366 'fchownat',
2454 'fchownat',
2511 'fchownat',
6738 'fchownat',
7415 'fchownat',
8970 'fchownat',
10915 'fchownat',
11113 'fchownat',
[all …]
H A Dimplicit_dependencies_verbose.pretty477 {'call': 'fchownat',
2545 {'call': 'fchownat',
2629 {'call': 'fchownat',
8637 {'call': 'fchownat',
9538 {'call': 'fchownat',
10143 {'call': 'fchownat',
11033 {'call': 'fchownat',
11837 {'call': 'fchownat',
12057 {'call': 'fchownat',
13601 {'call': 'fchownat',
[all …]
H A Dimplicit_dependencies_verbose711 {'call': 'fchownat',
4254 {'call': 'fchownat',
4352 {'call': 'fchownat',
11571 {'call': 'fchownat',
12680 {'call': 'fchownat',
13312 {'call': 'fchownat',
14582 {'call': 'fchownat',
15886 {'call': 'fchownat',
16260 {'call': 'fchownat',
17859 {'call': 'fchownat',
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c77 int fchownat(int, char *, uid_t, gid_t, int);
503 /* 56 */ SYSENT_CI("fchownat", fchownat, 5),
878 /* 56 */ SYSENT_CI("fchownat", fchownat, 5),
/illumos-gate/usr/src/boot/include/
H A Dunistd.h431 int fchownat(int, const char *, uid_t, gid_t, int);
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c1486 if (fchownat(ff->ff_dirfd, newname, uid, gid, AT_SYMLINK_NOFOLLOW) != 0 || in fs_imknod()
1527 if (fchownat(ff->ff_dirfd, newname, uid, gid, AT_SYMLINK_NOFOLLOW) != 0 || in fs_imkfifo()
1627 if (fchownat(ff->ff_dirfd, newname, uid, gid, AT_SYMLINK_NOFOLLOW) != 0 || in fs_imksocket()
1683 if (fchownat(ff->ff_dirfd, newname, uid, gid, AT_SYMLINK_NOFOLLOW) != 0 || in fs_isymlink()
2157 if (fchownat(file->ff_dirfd, file->ff_name, l9stat->n_uid, in fs_wstat()
2667 if (fchownat(file->ff_dirfd, file->ff_name, uid, gid, in fs_setattr()
/illumos-gate/usr/src/head/
H A Dunistd.h576 extern int fchownat(int, const char *, uid_t, gid_t, int);
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg705 @ MSG_SYS_FCHOWNAT "[ fchownat ]" # 56
706 @ MSG_SYS_FCHOWNAT_ALT "fchownat"
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common280 fchownat
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c1856 if (fchownat(dirfd, ".", Rpw_p->pw_uid, in creat_spec()
1863 } else if ((fchownat(dirfd, ".", G_p->g_uid, in creat_spec()
5732 if (fchownat(dirfd, in openout()
5749 } else if ((fchownat(dirfd, get_component(nam_p), in openout()
6264 if (fchownat(dirfd, get_component(onam_p), in rstfiles()
6276 if ((fchownat(dirfd, get_component(onam_p), in rstfiles()
9715 fchownat(int fd, char *name, uid_t owner, gid_t group, int flag) in fchownat() function
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc75 link path=usr/share/man/man2/fchownat.2 target=chown.2
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c109 static int fchownat();
3176 if (fchownat(dirfd, ".", stbuf.st_uid, in doxtract()
4575 (void) fchownat(dirfd, name, duid, dgid, symflag); in resugname()
8540 fchownat(int fd, const char *name, uid_t owner, gid_t group, int flag) in fchownat() function
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt332 284:AUE_FCHOWNAT:fchownat(2):no
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1283 fchownat;