Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Ddosfs.h77 } DOS_DE; typedef
91 DOS_DE de; /* standard directory entry */
111 DOS_DE root;
116 DOS_DE de; /* directory entry */
H A Ddosfs.c112 static DOS_DE dot[2] = {
148 static int namede(DOS_FS *, const char *, DOS_DE **);
149 static int lookup(DOS_FS *, u_int, const char *, DOS_DE **);
151 static void cp_sfn(u_char *, DOS_DE *);
152 static off_t fsize(DOS_FS *, DOS_DE *);
306 DOS_DE *de; in dos_open()
638 namede(DOS_FS *fs, const char *path, DOS_DE **dep) in namede()
641 DOS_DE *de; in namede()
673 lookup(DOS_FS *fs, u_int clus, const char *name, DOS_DE **dep) in lookup()
790 cp_sfn(u_char *sfn, DOS_DE *de) in cp_sfn()
[all …]