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

  /src/sys/fs/adosfs/
adutil.c 66 if (adoswordn(bp, 0) != BPT_SHORT) {
69 bp->b_blkno / (amp->bsize / DEV_BSIZE), adoswordn(bp,0));
77 switch (adoswordn(bp, amp->nwords - 1)) {
94 bp->b_blkno / (amp->bsize / DEV_BSIZE), adoswordn(bp, amp->nwords - 1));
179 adoswordn(struct buf *bp, int wn) function in typeref:typename:u_int32_t
advfsops.c 236 amp->dostype = adoswordn(bp, 0);
424 ap->mtimev.days = adoswordn(bp, ap->nwords - 10);
425 ap->mtimev.mins = adoswordn(bp, ap->nwords - 9);
426 ap->mtimev.ticks = adoswordn(bp, ap->nwords - 8);
427 ap->created.days = adoswordn(bp, ap->nwords - 7);
428 ap->created.mins = adoswordn(bp, ap->nwords - 6);
429 ap->created.ticks = adoswordn(bp, ap->nwords - 5);
438 ap->fsize = adoswordn(bp, ap->nwords - 47);
505 ap->tab[i] = adoswordn(bp, i + 6);
511 ap->pblock = adoswordn(bp, ap->nwords - 3)
    [all...]
adosfs.h 159 u_int32_t adoswordn(struct buf *, int);
161 #define adoswordn(bp,wn) (*((u_int32_t *)(bp)->b_data + (wn))) macro
advnops.c 285 else if (adoswordn(bp, 0) != BPT_DATA) {
487 nb = adoswordn(flbp, ap->nwords - 2);
496 if (flblkoff < adoswordn(flbp, 2 /* ADBI_NBLKTABENT */)) {
498 *bnp = adoswordn(flbp, flblkoff) * ap->amp->bsize / DEV_BSIZE;

Completed in 12 milliseconds