Searched defs:open_attr_dir (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c4052 * then recursively call open_attr_dir() to open the attribute's
4057 * then recursively call open_attr_dir() to open the attribute's
4087 open_attr_dir(char *attrname, char *dirp, int cwd, char *attr_parent, function
4096 * open_attr_dir() was recursively called (input combination number 4),
4156 * (i.e., <attr>/<sys_attr>), then recursively call open_attr_dir() to
4160 return (open_attr_dir(attrname, attr_parent, *attr_parentfd,
4216 * open_attr_dir() to open the attribute directory of either
4223 (void) open_attr_dir(G_p->g_attrnam_p, Fullnam_p,
8934 * call open_attr_dir() to open the attribute directory
8940 (void) open_attr_dir(G_
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c2807 * then recursively call open_attr_dir() to open the attribute's
2812 * then recursively call open_attr_dir() to open the attribute's
2841 open_attr_dir(char *attrname, char *dirp, int cwd, attr_data_t *attrinfo) function
2849 * open_attr_dir() was recursively called (input combination number 4),
2915 * recursively call open_attr_dir() to open the attribute directory
2919 return (open_attr_dir(attrname, attrinfo->attr_parent,
3043 ((rc = open_attr_dir(comp, dirp, cwd,

Completed in 97 milliseconds