HomeSort by: relevance | last modified time | path
    Searched defs:sbl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/stand/xxboot/
readufs_ffs.c 34 int *sbl; local in function:try_ffs
41 for (sbl = sblocs; ; sbl++) {
42 if (*sbl == -1)
45 RAW_READ(&buf, (daddr_t) btodb(*sbl), SBLOCKSIZE);
49 printf("FFS: sblk: pos %d magic 0x%x\n", btodb(*sbl), magic);
54 if (*sbl == SBLOCK_UFS2)
60 if (*sbl != buf.sblk.fs_sblockloc)
  /src/sys/arch/x68k/stand/boot_ufs/
readufs_ffs.c 36 const int *sbl; local in function:try_ffs
43 for (sbl = sblocs; ; sbl++) {
44 if (*sbl == -1)
47 RAW_READ(&buf, (daddr_t) btodb(*sbl), SBLOCKSIZE);
51 printf("FFS: sblk: pos %d magic 0x%x\n", btodb(*sbl), magic);
56 if (*sbl == SBLOCK_UFS2)
62 if (*sbl != buf.sblk.fs_sblockloc)
  /src/sys/dev/usb/
umassvar.h 200 umass_cbi_sbl_t sbl; /* status block */ member in struct:umass_softc

Completed in 14 milliseconds