Searched defs:dsk (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/stand/i386/common/ |
H A D | drv.h | 30 struct dsk { struct 40 int drvread(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk); argument
|
/freebsd-src/stand/efi/gptboot/ |
H A D | drv.h | 29 struct dsk { struct 35 int drvread(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk); argument
|
H A D | proto.c | 43 static struct dsk dsk; variable
|
/freebsd-src/stand/i386/boot2/ |
H A D | boot2.c | 91 static struct dsk { struct 99 } dsk; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 192 void Report(const VarDecl *V, DeadStoreKind dsk, in Report() 266 DeadStoreKind dsk, in CheckVarDecl() 286 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef() 351 DeadStoreKind dsk = Parents.isConsumedExpr(B) in observeStmt() local
|
/freebsd-src/stand/i386/isoboot/ |
H A D | isoboot.c | 80 static struct dsk dsk; variable
|
/freebsd-src/stand/i386/gptboot/ |
H A D | gptboot.c | 117 struct dsk dsk; member
|