Home
last modified time | relevance | path

Searched defs:OPT (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-src/sbin/nvmecontrol/
H A Dselftest.c112 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Ddevlist.c60 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Dtelemetry.c61 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Dsanitize.c69 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Dperftest.c73 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Dformat.c74 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Didentify.c268 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Dpower.c180 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Dreconnect.c134 #define OPT( global() macro
[all...]
H A Ddiscover.c275 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Dfirmware.c69 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Dconnect.c233 #define OPT( global() macro
[all...]
H A Dresv.c53 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Dlogpage.c77 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
H A Dns.c59 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
/freebsd-src/contrib/ntp/ntpdc/
H A Dntpdc.h19 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
/freebsd-src/usr.bin/vgrind/
H A Dregexp.c124 #define OPT 1 macro
/freebsd-src/contrib/ntp/ntpq/
H A Dntpq.h54 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h215 const ObjCObjectPointerType *OPT) { in CorrectTypo()
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dverify_user.c177 #define OPT(V, D) ((vopt && (vopt->V)) ? (vopt->V) : (D)) in verify_user_opt_int() macro
/freebsd-src/contrib/file/src/
H A Dfile.c114 #define OPT(shortname, longname, opt, def, doc) \ macro
773 #define OPT( help() macro
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp654 if (const auto *OPT = getAs<ObjCObjectPointerType>()) getPointeeType() local
710 const auto *OPT = getAs<ObjCObjectPointerType>(); isObjCIdOrObjectKindOfType() local
733 const auto *OPT = getAs<ObjCObjectPointerType>(); isObjCClassOrClassKindOfType() local
1771 if (const auto *OPT = getAs<ObjCObjectPointerType>()) { getAsObjCQualifiedIdType() local
1781 if (const auto *OPT = getAs<ObjCObjectPointerType>()) { getAsObjCQualifiedClassType() local
1797 if (const auto *OPT = getAs<ObjCObjectPointerType>()) { getAsObjCInterfacePointerType() local
4705 if (const auto *OPT = getAs<PointerType>()) isObjCIndirectLifetimeType() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp326 const ObjCObjectPointerType *OPT) { in CorrectTypo() argument
H A DSemaExprObjC.cpp1961 LookupMethodInQualifiedType(Selector Sel,const ObjCObjectPointerType * OPT,bool Instance) LookupMethodInQualifiedType() argument
1976 HandleExprPropertyRefExpr(const ObjCObjectPointerType * OPT,Expr * BaseExpr,SourceLocation OpLoc,DeclarationName MemberName,SourceLocation MemberLoc,SourceLocation SuperLoc,QualType SuperType,bool Super) HandleExprPropertyRefExpr() argument
2510 const auto *OPT = ReceiverType->getAs<ObjCObjectPointerType>(); checkFoundationAPI() local
3348 if (const auto *OPT = ReceiverType->getAs<ObjCObjectPointerType>()) { BuildInstanceMessage() local
[all...]
/freebsd-src/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c50 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro

12