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

/freebsd-13-stable/lib/libprocstat/
H A Dmsdosfs.c74 struct dosmount { struct
75 struct dosmount *next;
84 static struct dosmount *mounts;
85 struct dosmount *mnt;
104 if ((mnt = malloc(sizeof(struct dosmount))) == NULL) {

Completed in 101 milliseconds