Searched refs:ls_file (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sftp-common.h | 51 char *ls_file(const char *, const struct stat *, int, int,
|
| H A D | sftp-common.c | 220 ls_file(const char *name, const struct stat *st, int remote, int si_units, in ls_file() function
|
| H A D | sftp.c | 902 lname = ls_file(fname, &sb, 1, in do_ls_dir() 1063 lname = ls_file(fname, stp, 1, in do_globbed_ls()
|
| H A D | sftp-server.c | 1148 stats[count].long_name = ls_file(dp->d_name, &st, in process_readdir()
|
| /netbsd-src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdstate.c | 979 stp = LIST_NEXT(stp, ls_file); in nfsrv_dumplocks() 1038 stp = LIST_NEXT(stp, ls_file); in nfsrv_dumplocks() 1260 LIST_REMOVE(stp, ls_file); in nfsrv_freedeleg() 1314 LIST_REMOVE(stp, ls_file); in nfsrv_freeopen() 1904 LIST_FOREACH(tstp, &lfp->lf_open, ls_file) { in nfsrv_lockctrl() 1984 nstp = LIST_NEXT(tstp, ls_file); in nfsrv_lockctrl() 2376 LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) { in nfsrv_opencheck() 2403 LIST_FOREACH(stp, &lfp->lf_open, ls_file) { in nfsrv_opencheck() 2458 nstp = LIST_NEXT(stp, ls_file); in nfsrv_opencheck() 2635 LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) { in nfsrv_openctrl() [all …]
|
| /netbsd-src/sys/fs/nfs/common/ |
| H A D | nfsrvstate.h | 168 LIST_ENTRY(nfsstate) ls_file; /* Opens/Delegs for a file */
|