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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_panic.h103 char uf_fsname[MAXMNTLEN]; /* for post-unmount errors */
H A Dufs_fs.h145 * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in
151 #define MAXMNTLEN 512 macro
324 char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
/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.h116 * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in
122 #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/head/rpcsvc/
H A Dufs_prot.x49 string fs_name<MAXMNTLEN>;
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h116 * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in
119 #define MAXMNTLEN 468 macro
321 u_char fs_fsmnt[MAXMNTLEN]; /* name mounted on */
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c1382 bcopy(f->uf_ufsvfsp->vfs_fs->fs_fsmnt, f->uf_fsname, MAXMNTLEN);
H A Dufs_vfsops.c717 (void) strncpy(fspt->fs_fsmnt, fsp->fs_fsmnt, MAXMNTLEN);

Completed in 83 milliseconds