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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c292 * that the sym_link component parsing is done, we will use the same
344 char *sym_link; local
355 sym_link = kmem_alloc(MAXPATHLEN + 1, KM_SLEEP);
358 * If there is an original string put it into sym_link[], otherwise
359 * initialize sym_link[] to the empty string.
361 if (hdp->sym_link != (char *)NULL) {
362 sym_link_len = (int)strlen(strcpy(sym_link, hdp->sym_link));
364 sym_link[0] = '\0';
375 (size_t)RRIP_COMP_NAME_LEN(comp_ptr), (uchar_t *)sym_link,
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h58 char *sym_link; /* path of sym link for readlink() */ member in struct:hs_direntry

Completed in 52 milliseconds