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

/openbsd-current/sbin/scan_ffs/
H A Dscan_ffs.c75 static char lastmount[MAXMNTLEN];
82 memset(lastmount, 0, MAXMNTLEN);
120 memcpy(lastmount, sb->fs_fsmnt, MAXMNTLEN);
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs.h84 * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in
87 #define MAXMNTLEN 512 macro
166 u_char e2fs_fsmnt[MAXMNTLEN]; /* name mounted on */
/openbsd-current/sys/ufs/ffs/
H A Dfs.h106 * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in
109 #define MAXMNTLEN 468 macro
259 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */

Completed in 83 milliseconds