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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h64 ssize_t getxattr(const char *path, const char *name, void *value, size_t size, u_int32_t position, int options);
H A Dsysproto.h1892 int getxattr(struct proc *, struct getxattr_args *, user_ssize_t *);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile88 getxattr.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c52 /* make sure it is there using listxattr and getxattr */
64 my_result = getxattr( my_pathp, XATTR_TEST_NAME, &my_buffer[0], sizeof(my_buffer), 0, 0 );
66 printf( "getxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
71 printf( "getxattr did not get the correct attribute data \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c339 {AC(getxattr_args), 0, 0, (sy_call_t *)getxattr, munge_wwwwww, munge_dddddd, _SYSCALL_RET_SSIZE_T, 24}, /* 234 = getxattr */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6450 getxattr(proc_t p, struct getxattr_args *uap, user_ssize_t *retval) function

Completed in 39 milliseconds