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

/freebsd-10.0-release/lib/libprocstat/
H A Dmsdosfs.c82 static struct dosmount *mounts; local
97 for (mnt = mounts; mnt; mnt = mnt->next)
113 mnt->next = mounts;
114 mounts = mnt;
/freebsd-10.0-release/contrib/wpa/src/utils/
H A Dwpa_debug.c126 int mounts, trace_fd; local
131 mounts = open("/proc/mounts", O_RDONLY);
132 if (mounts < 0) {
133 printf("no /proc/mounts\n");
137 buflen = read(mounts, buf, sizeof(buf) - 1);
138 close(mounts);
140 printf("failed to read /proc/mounts\n");

Completed in 114 milliseconds