Searched refs:syml (Results 1 – 1 of 1) sorted by relevance
130 char *syml[2]; in di_prof_add_symlink() local132 syml[0] = (char *)linkname; /* 1st entry must be the symlink */ in di_prof_add_symlink()133 syml[1] = (char *)target; /* 2nd entry must be the target */ in di_prof_add_symlink()134 if (nvlist_add_string_array(nvl, SDEV_NVNAME_SYMLINK, syml, 2)) in di_prof_add_symlink()