Home
last modified time | relevance | path

Searched refs:xattrname (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dattrat.c148 const char *xattrname; in xattr_openat() local
166 xattrname = view_to_name(view); in xattr_openat()
167 xattrfd = openat(basefd, xattrname, oflag); in xattr_openat()
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c1399 char *xattrname; in restore_xattr_hdr() local
1429 xattrname = xbuf->h_names + strlen(xbuf->h_names) + 1; in restore_xattr_hdr()
1434 fd = attropen(name, xattrname, O_CREAT | O_RDWR, 0755); in restore_xattr_hdr()
1438 name, xattrname, errno); in restore_xattr_hdr()
1442 (void) strlcpy(local_commands->tc_file_name, xattrname, in restore_xattr_hdr()
1453 fname, xattrname); in restore_xattr_hdr()
1464 xattrname, acls->acl_attr.st_size, acls->acl_attr.st_mode, in restore_xattr_hdr()
1477 if ((actual_size < size) && sysattr_rw(xattrname)) { in restore_xattr_hdr()
1482 error, xattrname); in restore_xattr_hdr()