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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dattrat.c146 xattr_openat(int basefd, xattr_view_t view, int mode) argument
167 xattrfd = openat(basefd, xattrname, oflag);
236 fgetattr(int basefd, xattr_view_t view, nvlist_t **response) argument
240 if ((xattrfd = xattr_openat(basefd, view, O_XATTR)) < 0)
251 fsetattr(int basefd, xattr_view_t view, nvlist_t *request) argument
255 if ((xattrfd = xattr_openat(basefd, view, O_RDWR | O_XATTR)) < 0)
265 getattrat(int basefd, xattr_view_t view, const char *name, nvlist_t **response) argument
269 if ((namefd = __openattrdirat(basefd, name)) < 0)
288 setattrat(int basefd, xattr_view_t view, const char *name, nvlist_t *request) argument
292 if ((namefd = __openattrdirat(basefd, nam
[all...]

Completed in 57 milliseconds