Home
last modified time | relevance | path

Searched defs:xad (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c29 typedef struct xad { struct
33 } xad_t; argument
257 static xad_t xad; in next_extent() local
295 xad_t *xad; in xfs_dabread() local
489 xad_t *xad; in xfs_read() local
H A Djfs.h403 typedef struct xad { struct
414 #define offsetXAD(xad) (((s64)((xad)->off1)) << 32 | ((xad)->off2)) argument
415 #define addressXAD(xad) (((s64)((xad)->addr1)) << 32 | ((xad)->addr2)) argument
416 #define lengthXAD(xad) ((xad)->len) argument
439 xad_t xad[XTPAGEMAXSLOT]; /* 16 * maxentry: xad array */ member
H A Dfsys_jfs.c43 xad_t *xad; member
111 xad_t *xad; in di_read() local
230 xad_t *xad; in jfs_read() local