hppa_lifdir
struct hppa_lifdir *p;
struct hppa_lifdir lifdir[HPPA_LIF_NUMDIR];
struct hppa_lifdir *f_ld; /* lif dir pointer */
struct hppa_lifdir *f_rd; /* lif dir pointer for readdir */
struct hppa_lifdir *dp;
fp->f_ld = (struct hppa_lifdir *)(fp->f_buf + HPPA_LIF_DIRSTART);
sizeof(struct hppa_lifdir);
struct hppa_lifdir *lifd = (struct hppa_lifdir *)(buf + HPPA_LIF_DIRSTART);
#define HPPA_LIF_DIRSIZE (HPPA_LIF_NUMDIR * sizeof(struct hppa_lifdir))