Searched defs:fs_cs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h132 * the ``fs_cs'' macro to work (see below).
219 struct csum *fs_csp[MAXCSBUFS]; /* list of fs_cs info buffers */
267 #define fs_cs(fs, indx) \ macro
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h175 * the ``fs_cs'' macro to work (see below).
333 union { /* fs_cs (csum) info */
428 #define fs_cs(fs, indx) fs_u.fs_csp[(indx)] macro
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h327 void *fs_ocsp[NOCSPTRS]; /* padding; was list of fs_cs buffers */
467 #define fs_cs(fs, indx) fs_csp[indx] macro

Completed in 91 milliseconds