Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/libsa/
HDdosfs.h77 } DOS_DE; typedef
91 DOS_DE de; /* standard directory entry */
111 DOS_DE root;
116 DOS_DE de; /* directory entry */
HDdosfs.c111 static DOS_DE dot[2] = {
147 static int namede(DOS_FS *, const char *, DOS_DE **);
148 static int lookup(DOS_FS *, u_int, const char *, DOS_DE **);
150 static void cp_sfn(u_char *, DOS_DE *);
151 static off_t fsize(DOS_FS *, DOS_DE *);
305 DOS_DE *de; in dos_open()
631 namede(DOS_FS *fs, const char *path, DOS_DE **dep) in namede()
634 DOS_DE *de; in namede()
666 lookup(DOS_FS *fs, u_int clus, const char *name, DOS_DE **dep) in lookup()
783 cp_sfn(u_char *sfn, DOS_DE *de) in cp_sfn()
[all …]