Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c1398 char *xattrname; in restore_xattr_hdr() local
1428 xattrname = xbuf->h_names + strlen(xbuf->h_names) + 1; in restore_xattr_hdr()
1433 fd = attropen(name, xattrname, O_CREAT | O_RDWR, 0755); in restore_xattr_hdr()
1437 name, xattrname, errno); in restore_xattr_hdr()
1441 (void) strlcpy(local_commands->tc_file_name, xattrname, in restore_xattr_hdr()
1452 fname, xattrname); in restore_xattr_hdr()
1463 xattrname, acls->acl_attr.st_size, acls->acl_attr.st_mode, in restore_xattr_hdr()
1476 if ((actual_size < size) && sysattr_rw(xattrname)) { in restore_xattr_hdr()
1481 error, xattrname); in restore_xattr_hdr()