Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-common.h51 char *ls_file(const char *, const struct stat *, int, int,
H A Dsftp-common.c220 ls_file(const char *name, const struct stat *st, int remote, int si_units, in ls_file() function
H A Dsftp.c902 lname = ls_file(fname, &sb, 1, in do_ls_dir()
1063 lname = ls_file(fname, stp, 1, in do_globbed_ls()
H A Dsftp-server.c1148 stats[count].long_name = ls_file(dp->d_name, &st, in process_readdir()
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c979 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 Dnfsrvstate.h168 LIST_ENTRY(nfsstate) ls_file; /* Opens/Delegs for a file */