Home
last modified time | relevance | path

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

/src/lib/libprocstat/
H A Dmsdosfs.c66 struct dosmount { struct
67 struct dosmount *next; argument
76 static struct dosmount *mounts; in msdosfs_filestat() argument
77 struct dosmount *mnt; in msdosfs_filestat()
96 if ((mnt = malloc(sizeof(struct dosmount))) == NULL) { in msdosfs_filestat()