Searched refs:args (Results 951 - 975 of 1668) sorted by relevance

<<31323334353637383940>>

/freebsd-11.0-release/sys/dev/sfxge/
H A Dsfxge.h58 #define DBGPRINT(dev, fmt, args...) \
59 device_printf(dev, "%s: " fmt "\n", __func__, ## args)
61 #define DBGPRINT(dev, fmt, args...)
/freebsd-11.0-release/sys/arm/samsung/exynos/
H A Dexynos5_i2c.c95 #define DPRINTF(fmt, args...) \
96 printf(fmt, ##args)
98 #define DPRINTF(fmt, args...)
/freebsd-11.0-release/sys/boot/common/
H A Dbcache.c47 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
49 # define DEBUG(fmt, args...)
/freebsd-11.0-release/sys/boot/i386/libi386/
H A Dbioscd.c62 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
64 # define DEBUG(fmt, args...)
438 * to engage in a hack where we pass -C to the boot args if we are
/freebsd-11.0-release/sys/boot/pc98/libpc98/
H A Dbioscd.c61 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
63 # define DEBUG(fmt, args...)
/freebsd-11.0-release/sys/arm/freescale/vybrid/
H A Dvf_i2c.c89 #define vf_i2c_dbg(_sc, fmt, args...) \
90 device_printf((_sc)->dev, fmt, ##args)
92 #define vf_i2c_dbg(_sc, fmt, args...)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp404 llvm::ArrayRef<llvm::Value *> args(arg_array, 1);
407 args,
500 ArrayRef<llvm::Value*> args(arg_array, 2);
503 args,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp320 Host::SystemLog (SystemLogType type, const char *format, va_list args) argument
322 vfprintf (stderr, format, args);
330 va_list args; local
331 va_start (args, format);
332 SystemLog (type, format, args);
333 va_end (args);
552 Host::RunShellCommand(const Args &args, argument
567 launch_info.GetArguments().AppendArguments(args);
581 launch_info.SetArguments(args, first_arg_is_executable);
H A DXML.cpp54 va_list args; local
55 va_start (args, format);
56 document->m_errors.PrintfVarArg(format, args);
58 va_end (args);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h192 std::vector<lldb::addr_t> &args,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h110 ConnectRemote(Args& args) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h110 ConnectRemote(Args& args) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h497 operator ()(std::initializer_list<PyObject*> args);
500 operator ()(std::initializer_list<PythonObject> args);
504 operator ()(const Arg &arg, Args... args) argument
506 return operator()({ arg, args... });
H A DScriptInterpreterPython.h102 const char* args,
108 const char* args,
233 const char* args,
241 const char* args,
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py122 options, args = getopt.getopt(sys.argv[1:],"hi:w:")
H A Dp2p_find.py133 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:")
H A Dp2p_flush.py122 options, args = getopt.getopt(sys.argv[1:],"hi:w:")
H A Dp2p_listen.py123 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:")
H A Dp2p_stop_find.py127 options, args = getopt.getopt(sys.argv[1:],"ht:i:w:")
/freebsd-11.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c159 va_list args; local
165 va_start(args, format);
166 needed = vsnprintf(buffer, sizeof(buffer), format, args);
167 va_end(args);
/freebsd-11.0-release/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl872 undef @args;
896 push @args,$arg;
903 if ($#args>=0) {
908 $insn = $opcode->out($#args>=1?$args[$#args]->size():$sz);
909 @args = map($_->out($sz),@args);
910 printf "\t%s\t%s",$insn,join(",",@args);
913 foreach (@args) {
[all...]
/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Drcsgen.c325 va_list args; local
329 vararg_start(args, question);
330 fvfprintf(stderr, question, args);
331 va_end(args);
/freebsd-11.0-release/include/rpc/
H A Drpcb_prot.x187 opaque args<>; /* argument */
195 % * opaque arguments in the "args" structure. xdr_rpcb_rmtcallargs() needs to
196 % * be passed the XDR routine that knows the args' structure. This routine
198 % * the application being called already knows the args structure. So we use a
200 % * includes the args' XDR routine.
209 % } args;
210 % xdrproc_t xdr_args; /* encodes args */
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.h208 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp76 for (auto &Arg : F.args()) {

Completed in 109 milliseconds

<<31323334353637383940>>