Home
last modified time | relevance | path

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

/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c516 char *dlep, *flep; in linprocfs_domtab() local
530 error = vn_fullpath_global(vp, &dlep, &flep); in linprocfs_domtab()
534 lep_len = strlen(dlep); in linprocfs_domtab()
551 if (strncmp(mntto, dlep, lep_len) == 0 && mntto[lep_len] == '/') in linprocfs_domtab()
571 char *dlep, *flep; in linprocfs_doprocmountinfo() local
584 error = vn_fullpath_global(vp, &dlep, &flep); in linprocfs_doprocmountinfo()
588 lep_len = strlen(dlep); in linprocfs_doprocmountinfo()
603 if (strncmp(mntto, dlep, lep_len) == 0 && mntto[lep_len] == '/') in linprocfs_doprocmountinfo()