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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h37 /* Options for setxattr calls */
68 int setxattr(const char *path, const char *name, const void *value, size_t size, u_int32_t position, int options);
H A Dsysproto.h1894 int setxattr(struct proc *, struct setxattr_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile166 setxattr.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c45 /* use setxattr to add an attribute to our test file */
46 my_err = setxattr( my_pathp, XATTR_TEST_NAME, &my_xattr_data[0], sizeof(my_xattr_data), 0, 0 );
48 printf( "setxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c341 {AC(setxattr_args), 0, 0, (sy_call_t *)setxattr, munge_wwwwww, munge_dddddd, _SYSCALL_RET_INT_T, 24}, /* 236 = setxattr */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6556 setxattr(proc_t p, struct setxattr_args *uap, int *retval) function

Completed in 52 milliseconds