Home
last modified time | relevance | path

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

/freebsd/lib/libprocstat/
H A Dmsdosfs.c75 struct dosmount { struct
76 struct dosmount *next; argument
85 static struct dosmount *mounts; in msdosfs_filestat() argument
86 struct dosmount *mnt; in msdosfs_filestat()
105 if ((mnt = malloc(sizeof(struct dosmount))) == NULL) { in msdosfs_filestat()