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

/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.h79 } DOS_DE; typedef in typeref:struct:__anon60
93 DOS_DE de; /* standard directory entry */
111 DOS_DE root;
116 DOS_DE de; /* directory entry */
H A Ddosfs.c100 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 *);
256 DOS_DE *de;
560 namede(DOS_FS *fs, const char *path, DOS_DE **dep)
563 DOS_DE *de;
595 lookup(DOS_FS *fs, u_int clus, const char *name, DOS_DE **dep)
705 cp_sfn(u_char *sfn, DOS_DE *d
[all...]

Completed in 59 milliseconds