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

/freebsd-10.0-release/lib/libprocstat/
H A Dmsdosfs.c72 struct dosmount { struct
73 struct dosmount *next;
82 static struct dosmount *mounts;
83 struct dosmount *mnt;
102 if ((mnt = malloc(sizeof(struct dosmount))) == NULL) {

Completed in 66 milliseconds