Searched refs:args (Results 226 - 250 of 1590) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DError.cpp60 va_list args; local
61 va_start (args, format);
63 SetErrorStringWithVarArg (format, args);
64 va_end (args);
194 va_list args; local
195 va_start (args, format);
196 ::vasprintf (&arg_msg, format, args);
197 va_end (args);
235 va_list args; local
236 va_start (args, forma
334 va_list args; local
348 SetErrorStringWithVarArg(const char *format, va_list args) argument
[all...]
/freebsd-10-stable/crypto/heimdal/lib/ipc/
H A Dtc.c48 static struct getargs args[] = { variable in typeref:struct:getargs
53 static int num_args = sizeof(args) / sizeof(args[0]);
58 arg_printusage (args, num_args, NULL, "");
109 if (getarg(args, num_args, argc, argv, &optidx))
H A Dts.c46 static struct getargs args[] = { variable in typeref:struct:getargs
51 static int num_args = sizeof(args) / sizeof(args[0]);
56 arg_printusage (args, num_args, NULL, "");
82 if (getarg(args, num_args, argc, argv, &optidx))
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
H A Dtest_pw_quality.c44 static struct getargs args[] = { variable in typeref:struct:getargs
50 int num_args = sizeof(args) / sizeof(args[0]);
61 krb5_program_setup(&context, argc, argv, args, num_args, NULL);
64 krb5_std_usage(0, args, num_args);
/freebsd-10-stable/sys/dev/cpuctl/
H A Dcpuctl.c76 static int update_intel(int cpu, cpuctl_update_args_t *args,
78 static int update_amd(int cpu, cpuctl_update_args_t *args, struct thread *td);
79 static int update_via(int cpu, cpuctl_update_args_t *args,
294 cpuctl_cpuid_args_t args = { local
304 ret = cpuctl_do_cpuid(cpu, &args, td);
307 ((uint32_t *)vendor)[0] = args.data[1];
308 ((uint32_t *)vendor)[1] = args.data[3];
309 ((uint32_t *)vendor)[2] = args.data[2];
323 update_intel(int cpu, cpuctl_update_args_t *args, struct thread *td) argument
332 if (args
396 update_amd(int cpu, cpuctl_update_args_t *args, struct thread *td) argument
430 update_via(int cpu, cpuctl_update_args_t *args, struct thread *td) argument
[all...]
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_socket.c698 linux_socket(struct thread *td, struct linux_socket_args *args) argument
707 bsd_args.protocol = args->protocol;
708 bsd_args.type = args->type & LINUX_SOCK_TYPE_MASK;
711 retval_socket = linux_set_socket_flags(args->type & ~LINUX_SOCK_TYPE_MASK,
715 bsd_args.domain = linux_to_bsd_domain(args->domain);
755 linux_bind(struct thread *td, struct linux_bind_args *args) argument
760 error = linux_getsockaddr(&sa, PTRIN(args->name),
761 args->namelen);
765 error = kern_bind(td, args->s, sa);
767 if (error == EADDRNOTAVAIL && args
773 linux_connect(struct thread *td, struct linux_connect_args *args) argument
817 linux_listen(struct thread *td, struct linux_listen_args *args) argument
881 linux_accept(struct thread *td, struct linux_accept_args *args) argument
889 linux_accept4(struct thread *td, struct linux_accept4_args *args) argument
897 linux_getsockname(struct thread *td, struct linux_getsockname_args *args) argument
918 linux_getpeername(struct thread *td, struct linux_getpeername_args *args) argument
938 linux_socketpair(struct thread *td, struct linux_socketpair_args *args) argument
982 linux_send(struct thread *td, struct linux_send_args *args) argument
1010 linux_recv(struct thread *td, struct linux_recv_args *args) argument
1032 linux_sendto(struct thread *td, struct linux_sendto_args *args) argument
1054 linux_recvfrom(struct thread *td, struct linux_recvfrom_args *args) argument
1238 linux_sendmsg(struct thread *td, struct linux_sendmsg_args *args) argument
1246 linux_sendmmsg(struct thread *td, struct linux_sendmmsg_args *args) argument
1457 linux_recvmsg(struct thread *td, struct linux_recvmsg_args *args) argument
1466 linux_recvmmsg(struct thread *td, struct linux_recvmmsg_args *args) argument
1526 linux_shutdown(struct thread *td, struct linux_shutdown_args *args) argument
1539 linux_setsockopt(struct thread *td, struct linux_setsockopt_args *args) argument
1607 linux_getsockopt(struct thread *td, struct linux_getsockopt_args *args) argument
1725 linux_socketcall(struct thread *td, struct linux_socketcall_args *args) argument
[all...]
H A Dlinux_futex.c749 linux_sys_futex(struct thread *td, struct linux_sys_futex_args *args) argument
759 LIN_SDT_PROBE2(futex, linux_sys_futex, entry, td, args);
761 if (args->op & LINUX_FUTEX_PRIVATE_FLAG) {
763 args->op &= ~LINUX_FUTEX_PRIVATE_FLAG;
773 clockrt = args->op & LINUX_FUTEX_CLOCK_REALTIME;
774 args->op = args->op & ~LINUX_FUTEX_CLOCK_REALTIME;
775 if (clockrt && args->op != LINUX_FUTEX_WAIT_BITSET &&
776 args->op != LINUX_FUTEX_WAIT_REQUEUE_PI) {
786 switch (args
1123 linux_set_robust_list(struct thread *td, struct linux_set_robust_list_args *args) argument
1143 linux_get_robust_list(struct thread *td, struct linux_get_robust_list_args *args) argument
[all...]
/freebsd-10-stable/usr.sbin/mfiutil/
H A Dmfi_evt.c376 pdrive_location(&detail->args.cdb_sense.pd)
378 simple_hex(detail->args.cdb_sense.cdb,
379 detail->args.cdb_sense.cdb_len, ":");
381 simple_hex(detail->args.cdb_sense.sense,
382 detail->args.cdb_sense.sense_len, ":");
387 printf("VOL %s event: ", volume_name(fd, &detail->args.ld));
390 printf("VOL %s", volume_name(fd, &detail->args.ld_count.ld));
393 (long long)detail->args.ld_count.count);
398 printf("VOL %s", volume_name(fd, &detail->args.ld_count.ld));
401 (long long)detail->args
[all...]
/freebsd-10-stable/lib/libstand/
H A Dnfs.c226 struct args { struct
229 } *args; local
236 struct args d;
249 args = &sdata.d;
252 bzero(args, sizeof(*args));
254 if (len > sizeof(args->path))
255 len = sizeof(args->path);
256 args->len = htonl(len);
257 bcopy(path, args
293 struct args { struct
297 } *args; local
400 struct nfs_read_args *args; local
768 struct nfs_readdir_args *args; local
837 struct args { struct
840 } *args; local
896 struct args { struct
900 } *args; local
965 struct args { struct
968 } *args; local
1029 struct args { struct
1032 } *args; local
1425 struct args { struct
1428 } *args; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp39 Args args(value);
40 const size_t argc = args.GetArgumentCount();
52 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
62 ConstString a(args.GetArgumentAtIndex(i));
63 ConstString b(args.GetArgumentAtIndex(i+1));
95 ConstString a(args.GetArgumentAtIndex(i));
96 ConstString b(args.GetArgumentAtIndex(i+1));
108 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX);
120 ConstString a(args.GetArgumentAtIndex(i));
121 ConstString b(args
[all...]
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgetarg.h92 getarg(struct getargs *args, size_t num_args,
96 arg_printusage (struct getargs *args,
102 arg_printusage_i18n (struct getargs *args,
/freebsd-10-stable/sys/kgssapi/
H A Dgss_release_cred.c47 struct release_cred_args args; local
57 args.cred = (*cred_handle)->handle;
62 stat = gssd_release_cred_1(&args, &res, cl);
H A Dgss_accept_sec_context.c58 struct accept_sec_context_args args; local
72 args.ctx = ctx->handle;
74 args.ctx = 0;
76 args.cred = acceptor_cred_handle->handle;
78 args.cred = 0;
79 args.input_token = *input_token;
80 args.input_chan_bindings = input_chan_bindings;
83 stat = gssd_accept_sec_context_1(&args, &res, cl);
/freebsd-10-stable/sys/mips/include/
H A Dmd_var.h65 #define MIPS_DEBUG_PRINT(fmt, args...) printf("%s: " fmt "\n" , __FUNCTION__ , ## args)
67 #define MIPS_DEBUG_PRINT(fmt, args...)
/freebsd-10-stable/usr.sbin/bluetooth/btpand/
H A Devent.h74 #define event_log_err(fmt, args...) syslog(LOG_ERR, fmt, ##args)
75 #define event_log_info(fmt, args...) syslog(LOG_INFO, fmt, ##args)
76 #define event_log_notice(fmt, args...) syslog(LOG_NOTICE, fmt, ##args)
77 #define event_log_debug(fmt, args...) syslog(LOG_DEBUG, fmt, ##args)
129 #define event_log_err(fmt, args...)
130 #define event_log_info(fmt, args
[all...]
/freebsd-10-stable/contrib/unbound/util/
H A Dlog.c192 const char *format, va_list args)
204 vsnprintf(message, sizeof(message), format, args);
277 va_list args; local
278 va_start(args, format);
279 log_vmsg(LOG_INFO, "info", format, args);
280 va_end(args);
290 va_list args; local
291 va_start(args, format);
292 log_vmsg(LOG_ERR, "error", format, args);
293 va_end(args);
191 log_vmsg(int pri, const char* type, const char *format, va_list args) argument
303 va_list args; local
316 va_list args; local
331 va_list args; local
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A DReplace.cs122 /// <param name="args">
130 string[] args
136 if (args == null)
142 if (args.Length != 3)
155 Regex regEx = new Regex(args[0]);
156 string replacement = args[1];
163 if (!bool.TryParse(args[2], out matchingOnly))
/freebsd-10-stable/contrib/netbsd-tests/fs/hfs/
H A Dt_pathconvert.c35 struct hfs_args args; local
50 memset(&args, 0, sizeof args);
51 args.fspec = __UNCONST(FAKEBLK);
56 RL(rump_sys_mount(MOUNT_HFS, "/mp", 0, &args, sizeof args));
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dbitesize.d68 this->size = args[0]->b_bcount;
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Disk/
H A Dbitesize.d68 this->size = args[0]->b_bcount;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.argsnotcached.d39 /args[0] == (void *)&genunix`schedpaging/
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.execfail.ENOENT.ksh40 /curpsinfo->pr_ppid == $child && args[0] == "$badexec"/
46 /self->exec && args[0] == ENOENT/
H A Dtst.exitcore.ksh46 execargs == "$longsleep" && args[0] == CLD_DUMPED/
53 execargs == "$longsleep" && args[0] != CLD_DUMPED/
/freebsd-10-stable/contrib/apr-util/include/
H A Dapr_optional.h48 * @param args The function arguments (including brackets)
50 #define APR_DECLARE_OPTIONAL_FN(ret,name,args) \
51 typedef ret (APR_OPTIONAL_FN_TYPE(name)) args
/freebsd-10-stable/contrib/flex/
H A Dscanopt.h52 #define PROTO(args) args

Completed in 295 milliseconds

1234567891011>>