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

12

/freebsd-13-stable/sys/modules/dtrace/prototype/
H A DMakefile7 KMOD= prototype
8 SRCS= prototype.c
/freebsd-13-stable/sys/modules/dtrace/
H A DMakefile.inc10 -kldload prototype
20 -kldunload prototype
H A DMakefile12 prototype \
/freebsd-13-stable/sys/cddl/dev/
H A Dprototype.c30 .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-13-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-13-stable/contrib/kyua/model/
H A Dtest_program.cpp329 model::test_program prototype; member in struct:model::test_program_builder::impl
345 prototype(prototype_),
432 return test_program(_pimpl->prototype.interface_name(),
433 _pimpl->prototype.relative_path(),
434 _pimpl->prototype.root(),
435 _pimpl->prototype.test_suite_name(),
/freebsd-13-stable/sys/tools/
H A Dmakeobjops.awk307 prototype = "typedef " ret " " mname "_t(";
308 printh(format_line(prototype argument_list ");",
309 line_width, length(prototype)));
323 prototype = "static __inline " ret " " umname "(";
324 printh(format_line(prototype argument_list ")",
325 line_width, length(prototype)));
/freebsd-13-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-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h433 /// Compute the arguments required by the given formal prototype,
438 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, argument
440 if (!prototype->isVariadic()) return All;
442 if (prototype->hasExtParameterInfos())
444 prototype->getExtParameterInfos(),
449 return RequiredArgs(prototype->getNumParams() + additional);
452 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, argument
454 return forPrototypePlus(prototype.getTypePtr(), additional);
457 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { argument
458 return forPrototypePlus(prototype,
461 forPrototype(CanQual<FunctionProtoType> prototype) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.h31 llvm::Type &prototype,
H A DABISysV_hexagon.cpp1066 llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const {
1121 // make sure number of parameters matches prototype
1122 assert(prototype.getFunctionNumParams() == args.size());
1125 bool isVArg = prototype.isFunctionVarArg();
1064 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-13-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-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.h34 llvm::Type &prototype,
H A DABISysV_arc.cpp198 addr_t ra, llvm::Type &prototype,
241 // Make sure number of parameters matches prototype.
242 assert(!prototype.isFunctionVarArg());
243 assert(prototype.getFunctionNumParams() == args.size());
197 PrepareTrivialCall(Thread &thread, addr_t sp, addr_t pc, addr_t ra, llvm::Type &prototype, llvm::ArrayRef<ABI::CallArgument> args) const argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h62 llvm::Type &prototype,
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacpixf.h449 #define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \
450 ACPI_EXTERNAL_RETURN_UINT32(prototype)
462 #define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \
463 static ACPI_INLINE prototype {return(0);}
/freebsd-13-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-13-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-13-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-13-stable/contrib/dialog/
H A Dconfigure6790 /* Override any gcc2 internal prototype to avoid an error. */
6795 builtin and then its argument prototype would still apply. */
6972 /* Override any gcc2 internal prototype to avoid an error. */
6977 builtin and then its argument prototype would still apply. */
7311 /* Override any gcc2 internal prototype to avoid an error. */
7316 builtin and then its argument prototype would still apply. */
9162 /* Override any gcc2 internal prototype to avoid an error. */
9167 builtin and then its argument prototype would still apply. */
9802 /* Override any gcc2 internal prototype to avoid an error. */
9807 builtin and then its argument prototype woul
[all...]
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound.spec18 Labs. It is based on ideas and algorithms taken from a java prototype
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1385 llvm::Type *prototype = val->getType(); local
1386 if (!prototype->isPointerTy()) {
1393 prototype = prototype->getPointerElementType();
1394 if (!(prototype->isFunctionTy() || prototype->isFunctionVarArg())) {
1471 exe_ctx.GetThreadRef(), funcAddr, *prototype, *returnType, args,
/freebsd-13-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...]
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure1780 /* Override any GCC internal prototype to avoid an error.
1782 builtin and then its argument prototype would still apply. */
12358 /* Override any GCC internal prototype to avoid an error.
12360 builtin and then its argument prototype would still apply. */
12419 /* Override any GCC internal prototype to avoid an error.
12421 builtin and then its argument prototype would still apply. */
12462 /* Override any GCC internal prototype to avoid an error.
12464 builtin and then its argument prototype would still apply. */
12501 /* Override any GCC internal prototype to avoid an error.
12503 builtin and then its argument prototype woul
[all...]
/freebsd-13-stable/contrib/subversion/
H A Dconfigure2242 /* Override any GCC internal prototype to avoid an error.
2244 builtin and then its argument prototype would still apply. */
5576 /* Override any GCC internal prototype to avoid an error.
5578 builtin and then its argument prototype would still apply. */
5736 /* Override any GCC internal prototype to avoid an error.
5738 builtin and then its argument prototype would still apply. */
5794 /* Override any GCC internal prototype to avoid an error.
5796 builtin and then its argument prototype would still apply. */
6237 /* Override any GCC internal prototype to avoid an error.
6239 builtin and then its argument prototype woul
[all...]

Completed in 346 milliseconds

12