Lines Matching +full:data +full:- +full:path
21 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
52 .Fn extattr_delete_file "const char *path" "int attrnamespace" "const char *attrname"
54 .Fn extattr_delete_link "const char *path" "int attrnamespace" "const char *attrname"
56 .Fn extattr_get_fd "int fd" "int attrnamespace" "const char *attrname" "void *data" "size_t nbytes"
58 .Fn extattr_get_file "const char *path" "int attrnamespace" "const char *attrname" "void *data" "si…
60 .Fn extattr_get_link "const char *path" "int attrnamespace" "const char *attrname" "void *data" "si…
62 .Fn extattr_list_fd "int fd" "int attrnamespace" "void *data" "size_t nbytes"
64 .Fn extattr_list_file "const char *path" "int attrnamespace" "void *data" "size_t nbytes"
66 .Fn extattr_list_link "const char *path" "int attrnamespace" "void *data" "size_t nbytes"
68 .Fn extattr_set_fd "int fd" "int attrnamespace" "const char *attrname" "const void *data" "size_t n…
70 .Fn extattr_set_file "const char *path" "int attrnamespace" "const char *attrname" "const void *dat…
72 .Fn extattr_set_link "const char *path" "int attrnamespace" "const char *attrname" "const void *dat…
74 Named extended attributes are meta-data associated with vnodes
84 .Fa data
89 system call sets the value of the specified extended attribute to the data
91 .Fa data .
106 .Fa data
116 .Fa data
123 then the size of defined extended attribute data will be returned, rather
125 data without performing a read.
147 functions take a path.
157 .Bl -tag -width attrnamespace
167 Additionally, the format of the data in
168 .Fa data
169 is attribute-specific.
187 .Fa data ,
190 .Fa data
202 If any of the calls are unsuccessful, the value \-1 is returned
207 .Rv -std extattr_delete_file
212 .Bl -tag -width Er
220 .Fa data
236 .Bl -tag -width Er
249 .Bl -tag -width Er
253 A component of the path prefix is not a directory.
256 or an entire path name exceeded 1023 characters.
258 A component of the path name that must exist does not exist.
260 Search permission is denied for a component of the path prefix.