Searched refs:fgetxattr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h66 ssize_t fgetxattr(int fd, const char *name, void *value, size_t size, u_int32_t position, int options);
H A Dsysproto.h1893 int fgetxattr(struct proc *, struct fgetxattr_args *, user_ssize_t *);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile48 fgetxattr.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c108 /* make sure it is there using flistxattr and fgetxattr */
120 my_result = fgetxattr( my_fd, XATTR_TEST_NAME, &my_buffer[0], sizeof(my_buffer), 0, 0 );
122 printf( "fgetxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
127 printf( "fgetxattr did not get the correct attribute data \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c340 {AC(fgetxattr_args), 0, 0, (sy_call_t *)fgetxattr, munge_wwwwww, munge_dddddd, _SYSCALL_RET_SSIZE_T, 24}, /* 235 = fgetxattr */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6505 fgetxattr(proc_t p, struct fgetxattr_args *uap, user_ssize_t *retval) function

Completed in 56 milliseconds