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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h70 int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options);
H A Dsysproto.h1895 int fsetxattr(struct proc *, struct fsetxattr_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile55 fsetxattr.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c101 /* use fsetxattr to add an attribute to our test file */
102 my_err = fsetxattr( my_fd, XATTR_TEST_NAME, &my_xattr_data[0], sizeof(my_xattr_data), 0, 0 );
104 printf( "fsetxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c342 {AC(fsetxattr_args), 0, 0, (sy_call_t *)fsetxattr, munge_wwwwww, munge_dddddd, _SYSCALL_RET_INT_T, 24}, /* 237 = fsetxattr */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6610 fsetxattr(proc_t p, struct fsetxattr_args *uap, int *retval) function

Completed in 71 milliseconds