HomeSort by: relevance | last modified time | path
    Searched refs:d_fetchw (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
data.h 29 void d_fetchw(unsigned char **, short *);
record.c 83 d_fetchw(&pkey, (short *) &key->xkrFABN);
260 d_fetchw(&pdata, &data->u.dir.dirFlags);
261 d_fetchw(&pdata, (short *) &data->u.dir.dirVal);
267 d_fetchw(&pdata, &data->u.dir.dirUsrInfo.frRect.top);
268 d_fetchw(&pdata, &data->u.dir.dirUsrInfo.frRect.left);
269 d_fetchw(&pdata, &data->u.dir.dirUsrInfo.frRect.bottom);
270 d_fetchw(&pdata, &data->u.dir.dirUsrInfo.frRect.right);
271 d_fetchw(&pdata, &data->u.dir.dirUsrInfo.frFlags);
272 d_fetchw(&pdata, &data->u.dir.dirUsrInfo.frLocation.v);
273 d_fetchw(&pdata, &data->u.dir.dirUsrInfo.frLocation.h)
    [all...]
low.c 71 d_fetchw(&ptr, &rec.sbSig);
72 d_fetchw(&ptr, &rec.sbBlkSize);
74 d_fetchw(&ptr, &rec.sbDevType);
75 d_fetchw(&ptr, &rec.sbDevId);
77 d_fetchw(&ptr, &rec.sbDrvrCount);
79 d_fetchw(&ptr, &rec.ddSize);
80 d_fetchw(&ptr, &rec.ddType);
137 d_fetchw(&ptr, &map.pmSig);
138 d_fetchw(&ptr, &map.pmSigPad);
220 d_fetchw(&ptr, &mdb->drSigWord)
    [all...]
btree.c 65 d_fetchw(&ptr, (short *) &np->nd.ndNRecs);
66 d_fetchw(&ptr, &np->nd.ndResv2);
79 d_fetchw(&ptr, (short *) &np->roff[i]);
168 d_fetchw(&ptr, (short *) &bt->hdr.bthDepth);
173 d_fetchw(&ptr, (short *) &bt->hdr.bthNodeSize);
174 d_fetchw(&ptr, (short *) &bt->hdr.bthKeyLen);
data.c 152 void d_fetchw(unsigned char **ptr, short *dest) function

Completed in 23 milliseconds