HomeSort by: relevance | last modified time | path
    Searched defs:adoswordn (Results 1 - 2 of 2) 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
adosfs.h 159 u_int32_t adoswordn(struct buf *, int);
161 #define adoswordn(bp,wn) (*((u_int32_t *)(bp)->b_data + (wn))) macro

Completed in 11 milliseconds