Searched refs:prototype (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-11-stable/sys/modules/dtrace/
H A DMakefile.inc10 -kldload prototype
20 -kldunload prototype
H A DMakefile11 prototype \
/freebsd-11-stable/contrib/top/
H A DMake.desc.X3 # This makefile is the prototype for "Make.desc", which is used by
/freebsd-11-stable/sys/modules/dtrace/prototype/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/dtrace/prototype/Makefile 319182 2017-05-30 04:11:12Z ngie $
7 KMOD= prototype
8 SRCS= prototype.c
/freebsd-11-stable/sys/cddl/dev/
H A Dprototype.c5 * $FreeBSD: stable/11/sys/cddl/dev/prototype.c 324282 2017-10-04 15:47:16Z markj $
30 .d_name = "prototype",
85 /* Create the /dev/dtrace/prototype entry. */
87 "dtrace/prototype");
89 if (dtrace_register("prototype", &prototype_attr, DTRACE_PRIV_USER,
141 DEV_MODULE(prototype, prototype_modevent, NULL);
142 MODULE_VERSION(prototype, 1);
143 MODULE_DEPEND(prototype, dtrace, 1, 1, 1);
144 MODULE_DEPEND(prototype, opensolaris, 1, 1, 1);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp24 Thread &thread, const Address &function, llvm::Type &prototype,
37 start_load_addr, prototype, args))
23 ThreadPlanCallFunctionUsingABI( Thread &thread, const Address &function, llvm::Type &prototype, llvm::Type &return_type, llvm::ArrayRef<ABI::CallArgument> args, const EvaluateExpressionOptions &options) argument
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk305 prototype = "typedef " ret " " mname "_t(";
306 printh(format_line(prototype argument_list ");",
307 line_width, length(prototype)));
321 prototype = "static __inline " ret " " umname "(";
322 printh(format_line(prototype argument_list ")",
323 line_width, length(prototype)));
/freebsd-11-stable/contrib/opie/
H A Dconfigure2070 /* Override any gcc2 internal prototype to avoid an error. */
2072 builtin and then its argument prototype would still apply. */
2117 /* Override any gcc2 internal prototype to avoid an error. */
2119 builtin and then its argument prototype would still apply. */
2207 /* Override any gcc2 internal prototype to avoid an error. */
2209 builtin and then its argument prototype would still apply. */
2297 /* Override any gcc2 internal prototype to avoid an error. */
2299 builtin and then its argument prototype would still apply. */
2338 /* Override any gcc2 internal prototype to avoid an error. */
2340 builtin and then its argument prototype woul
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h422 /// Compute the arguments required by the given formal prototype,
427 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, argument
429 if (!prototype->isVariadic()) return All;
431 if (prototype->hasExtParameterInfos())
433 prototype->getExtParameterInfos(),
438 return RequiredArgs(prototype->getNumParams() + additional);
441 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, argument
443 return forPrototypePlus(prototype.getTypePtr(), additional);
446 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { argument
447 return forPrototypePlus(prototype,
450 forPrototype(CanQual<FunctionProtoType> prototype) argument
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dbuildpkg.sh.in40 POST_PROTOTYPE_EDITS=./pkg-post-prototype-edit.sh
622 ## Next Build our prototype
623 echo "Building prototype file..."
643 find . | egrep -v "prototype|pkginfo|mk-proto.awk" | sort | \
644 pkgproto $PROTO_ARGS | ${AWK} -f mk-proto.awk > prototype
648 grep -v "^d none /usr/local ? ? ?$" prototype > prototype.new
649 mv prototype.new prototype
654 # local prototype tweek
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.h34 llvm::Type &prototype,
H A DABISysV_arc.cpp196 addr_t ra, llvm::Type &prototype,
239 // Make sure number of parameters matches prototype.
240 assert(!prototype.isFunctionVarArg());
241 assert(prototype.getFunctionNumParams() == args.size());
195 PrepareTrivialCall(Thread &thread, addr_t sp, addr_t pc, addr_t ra, llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.h31 llvm::Type &prototype,
H A DABISysV_hexagon.cpp1064 llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const {
1119 // make sure number of parameters matches prototype
1120 assert(prototype.getFunctionNumParams() == args.size());
1123 bool isVArg = prototype.isFunctionVarArg();
1062 PrepareTrivialCall( Thread &thread, lldb::addr_t sp, lldb::addr_t pc, lldb::addr_t ra, llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const argument
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure6373 /* Override any gcc2 internal prototype to avoid an error. */
6378 builtin and then its argument prototype would still apply. */
6433 /* Override any gcc2 internal prototype to avoid an error. */
6438 builtin and then its argument prototype would still apply. */
8694 /* Override any gcc2 internal prototype to avoid an error. */
8699 builtin and then its argument prototype would still apply. */
8868 /* Override any gcc2 internal prototype to avoid an error. */
8874 builtin and then its argument prototype would still apply. */
9055 /* Override any gcc2 internal prototype to avoid an error. */
9061 builtin and then its argument prototype woul
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h167 // prototype is modified, runtimes must return true, false otherwise.
168 virtual bool GetOverrideExprOptions(clang::TargetOptions &prototype) { argument
H A DABI.h62 llvm::Type &prototype,
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp507 static std::string generateFilename(char const *prototype, argument
511 for (int i = 0; prototype[i] != char(0); i++) {
512 char ch = prototype[i];
516 if (prototype[i] == char(0))
519 switch (prototype[i]) {
536 res += prototype[i];
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure1917 /* Override any GCC internal prototype to avoid an error.
1919 builtin and then its argument prototype would still apply. */
3906 /* Override any GCC internal prototype to avoid an error.
3908 builtin and then its argument prototype would still apply. */
4816 /* Override any GCC internal prototype to avoid an error.
4818 builtin and then its argument prototype would still apply. */
4853 /* Override any GCC internal prototype to avoid an error.
4855 builtin and then its argument prototype would still apply. */
4962 /* Override any GCC internal prototype to avoid an error.
4964 builtin and then its argument prototype woul
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1386 llvm::Type *prototype = val->getType(); local
1387 if (!prototype->isPointerTy()) {
1394 prototype = prototype->getPointerElementType();
1395 if (!(prototype->isFunctionTy() || prototype->isFunctionVarArg())) {
1472 exe_ctx.GetThreadRef(), funcAddr, *prototype, *returnType, args,
/freebsd-11-stable/contrib/libpcap/
H A Dconfigure1865 /* Override any GCC internal prototype to avoid an error.
1867 builtin and then its argument prototype would still apply. */
5323 /* Override any GCC internal prototype to avoid an error.
5325 builtin and then its argument prototype would still apply. */
5380 /* Override any GCC internal prototype to avoid an error.
5382 builtin and then its argument prototype would still apply. */
5428 /* Override any GCC internal prototype to avoid an error.
5430 builtin and then its argument prototype would still apply. */
5487 # if there's a declaration, it has a prototype, so that the API
5614 # if there's a declaration, it has a prototype, s
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.spec18 Labs. It is based on ideas and algorithms taken from a java prototype
/freebsd-11-stable/contrib/libreadline/
H A Dconfigure4068 /* Override any gcc2 internal prototype to avoid an error. */
4073 builtin and then its argument prototype would still apply. */
4123 /* Override any gcc2 internal prototype to avoid an error. */
4128 builtin and then its argument prototype would still apply. */
4195 /* Override any gcc2 internal prototype to avoid an error. */
4200 builtin and then its argument prototype would still apply. */
4250 /* Override any gcc2 internal prototype to avoid an error. */
4255 builtin and then its argument prototype would still apply. */
4344 /* Override any gcc2 internal prototype to avoid an error. */
4350 builtin and then its argument prototype woul
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure3818 /* Override any gcc2 internal prototype to avoid an error. */
3824 builtin and then its argument prototype would still apply. */
3924 /* Override any gcc2 internal prototype to avoid an error. */
3930 builtin and then its argument prototype would still apply. */
4029 /* Override any gcc2 internal prototype to avoid an error. */
4035 builtin and then its argument prototype would still apply. */
4135 /* Override any gcc2 internal prototype to avoid an error. */
4141 builtin and then its argument prototype would still apply. */
4239 /* Override any gcc2 internal prototype to avoid an error. */
4245 builtin and then its argument prototype woul
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure1708 /* Override any GCC internal prototype to avoid an error.
1710 builtin and then its argument prototype would still apply. */
4998 /* Override any GCC internal prototype to avoid an error.
5000 builtin and then its argument prototype would still apply. */
5058 /* Override any GCC internal prototype to avoid an error.
5060 builtin and then its argument prototype would still apply. */
5483 /* Override any GCC internal prototype to avoid an error.
5485 builtin and then its argument prototype would still apply. */
5672 /* Override any GCC internal prototype to avoid an error.
5674 builtin and then its argument prototype woul
[all...]

Completed in 410 milliseconds

123