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

/freebsd-13-stable/crypto/openssh/
H A Dsftp-common.h50 char *ls_file(const char *, const struct stat *, int, int);
H A Dsftp-common.c215 ls_file(const char *name, const struct stat *st, int remote, int si_units) function
H A Dsftp.c875 lname = ls_file(fname, &sb, 1,
1009 lname = ls_file(fname, g.gl_statv[i], 1,
H A Dsftp-server.c1070 stats[count].long_name = ls_file(dp->d_name, &st, 0, 0);
/freebsd-13-stable/sys/fs/nfs/
H A Dnfsrvstate.h205 LIST_ENTRY(nfsstate) ls_file; /* Opens/Delegs for a file */ member in struct:nfsstate
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1112 stp = LIST_NEXT(stp, ls_file);
1187 stp = LIST_NEXT(stp, ls_file);
1409 LIST_REMOVE(stp, ls_file);
1465 LIST_REMOVE(stp, ls_file);
2063 LIST_FOREACH(tstp, &lfp->lf_open, ls_file) {
2143 nstp = LIST_NEXT(tstp, ls_file);
2535 LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
2562 LIST_FOREACH(stp, &lfp->lf_open, ls_file) {
2617 nstp = LIST_NEXT(stp, ls_file);
2797 LIST_FOREACH(stp, &lfp->lf_deleg, ls_file) {
[all...]

Completed in 72 milliseconds