Searched refs:lpathp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dufsops.c149 char *lpathp = lpath; local
163 while (*lpathp) {
165 r = (lpathp == lpath);
168 while (*lpathp == '/')
169 lpathp++; /* skip leading slashes */
170 q = lpathp;
177 if (r && (*lpathp == '\0'))
179 if ((inode = dlook(filep, lpathp)) != 0) {
193 lpathp = lpath;
195 bcopy(q, lpathp
[all...]
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c174 char *lpathp = lpath; local
186 while (*lpathp) {
188 r = (lpathp == lpath);
191 while (*lpathp == '/')
192 lpathp++; /* skip leading slashes */
193 q = lpathp;
200 if (r && (*lpathp == '\0'))
202 if ((inode = dlook(filep, lpathp)) != 0) {
220 lpathp = lpath;
222 bcopy(q, lpathp
[all...]

Completed in 58 milliseconds