Home
last modified time | relevance | path

Searched defs:dsk (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/stand/i386/common/
H A Ddrv.h32 struct dsk { struct
42 int drvread(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk); argument
/freebsd-13.1/stand/efi/gptboot/
H A Ddrv.h31 struct dsk { struct
37 int drvread(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk); argument
H A Dproto.c46 static struct dsk dsk; variable
/freebsd-13.1/stand/i386/boot2/
H A Dboot2.c94 static struct dsk { struct
102 } dsk; argument
/freebsd-13.1/stand/mips/beri/boot2/
H A Dboot2.c121 static struct dsk { struct
130 } dsk; argument
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp195 void Report(const VarDecl *V, DeadStoreKind dsk, in Report()
269 DeadStoreKind dsk, in CheckVarDecl()
289 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef()
355 DeadStoreKind dsk = Parents.isConsumedExpr(B) in observeStmt() local
/freebsd-13.1/stand/i386/isoboot/
H A Disoboot.c83 static struct dsk dsk; variable
/freebsd-13.1/stand/i386/gptboot/
H A Dgptboot.c120 struct dsk dsk; member