Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dufs.h18 #define MAXMNTLEN 512 macro
144 char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
H A Dfs.h122 #define MAXMNTLEN 512 macro
213 char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
H A Dufs2.h205 #define MAXMNTLEN 512 macro
305 grub_u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_panic.h101 char uf_fsname[MAXMNTLEN]; /* for post-unmount errors */
H A Dufs_fs.h149 #define MAXMNTLEN 512 macro
322 char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
/illumos-gate/usr/src/head/rpcsvc/
H A Dufs_prot.x47 string fs_name<MAXMNTLEN>;
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h119 #define MAXMNTLEN 468 macro
321 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c719 (void) strncpy(fspt->fs_fsmnt, fsp->fs_fsmnt, MAXMNTLEN); in remountfs()
H A Dufs_panic.c1381 bcopy(f->uf_ufsvfsp->vfs_fs->fs_fsmnt, f->uf_fsname, MAXMNTLEN); in sf_init()