Searched refs:arg2 (Results 101 - 125 of 471) sorted by relevance

1234567891011>>

/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Djs_calls.d49 this->name = copyinstr(arg2);
H A Drb_malloc.d51 self->file = basename(copyinstr(arg2));
H A Dfspaging.d97 (int)arg2, self->offset / 1024, self->vpath);
104 (int)arg2, self->offset / 1024, self->vpath);
120 probefunc == "fop_getpage" ? "R" : "W", (uint64_t)arg2,
H A Dsh_flowinfo.d76 this->delta, basename(copyinstr(arg0)), arg2, "func",
96 this->delta, basename(copyinstr(arg0)), arg2, "builtin",
116 this->delta, basename(copyinstr(arg0)), arg2, "cmd",
H A Dsh_pidcolors.d90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
110 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
121 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
130 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "cmd",
141 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "cmd",
H A Drb_calls.d50 @calls[basename(copyinstr(arg2)), "method", this->name] = count();
/freebsd-10-stable/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_calls.d49 this->name = copyinstr(arg2);
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_malloc.d51 self->file = basename(copyinstr(arg2));
/freebsd-10-stable/contrib/groff/src/preproc/refer/
H A Drefer.h73 const errarg &arg2 = empty_errarg,
/freebsd-10-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_sig.c56 u_int arg2; /* argument */ member in struct:ccsig
91 u_int sig, void *arg1, u_int arg2)
109 s->arg2 = arg2;
118 cc_user_sig(struct ccuser *user, enum user_sig sig, void *arg1, u_int arg2) argument
122 s = sig_alloc(user->cc, SIG_USER, user, 0, sig, arg1, arg2);
315 cc_user_sig_handle(s->target, s->sig, s->arg1, s->arg2);
317 cc_conn_sig_handle(s->target, s->sig, s->arg1, s->arg2);
90 sig_alloc(struct ccdata *cc, u_int type, void *target, u_int has_msg, u_int sig, void *arg1, u_int arg2) argument
/freebsd-10-stable/cddl/contrib/dtracetoolkit/FS/
H A Dfspaging.d97 (int)arg2, self->offset / 1024, self->vpath);
104 (int)arg2, self->offset / 1024, self->vpath);
120 probefunc == "fop_getpage" ? "R" : "W", (uint64_t)arg2,
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_flowinfo.d76 this->delta, basename(copyinstr(arg0)), arg2, "func",
96 this->delta, basename(copyinstr(arg0)), arg2, "builtin",
116 this->delta, basename(copyinstr(arg0)), arg2, "cmd",
H A Dsh_pidcolors.d90 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "func",
110 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
121 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "builtin",
130 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "cmd",
141 cpu, pid, this->delta, basename(copyinstr(arg0)), arg2, "cmd",
/freebsd-10-stable/cddl/lib/libdtrace/
H A Dnfs.d104 noi_curpath = (arg2 == 0 || ((vnode_t *)arg2)->v_path == NULL) ?
105 "<unknown>" : ((vnode_t *)arg2)->v_path;
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dbio_asn1.c115 static long asn1_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2);
359 static long asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2) argument
370 ex_func = arg2;
376 ex_func = arg2;
382 ex_func = arg2;
388 ex_func = arg2;
394 ctx->ex_arg = arg2;
398 *(void **)arg2 = ctx->ex_arg;
420 return BIO_ctrl(b->next_bio, cmd, arg1, arg2);
430 return BIO_ctrl(b->next_bio, cmd, arg1, arg2);
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dvalops.c206 value_cast (struct type *type, struct value *arg2) argument
215 if (VALUE_TYPE (arg2) == type)
216 return arg2;
220 COERCE_REF (arg2);
221 type2 = check_typedef (VALUE_TYPE (arg2));
247 VALUE_TYPE (arg2) = create_array_type ((struct type *) NULL,
249 return arg2;
255 arg2 = value_coerce_array (arg2);
258 arg2
882 struct value *arg2; local
921 struct value *arg2; local
2874 value_literal_complex(struct value *arg1, struct value *arg2, struct type *type) argument
[all...]
H A Dvalue.h355 extern struct value *value_concat (struct value *arg1, struct value *arg2);
357 extern struct value *value_binop (struct value *arg1, struct value *arg2,
360 extern struct value *value_add (struct value *arg1, struct value *arg2);
362 extern struct value *value_sub (struct value *arg1, struct value *arg2);
412 extern struct value *value_cast (struct type *type, struct value *arg2);
461 extern int value_equal (struct value *arg1, struct value *arg2);
463 extern int value_less (struct value *arg1, struct value *arg2);
471 extern struct value *value_x_binop (struct value *arg1, struct value *arg2,
483 struct value *arg2);
/freebsd-10-stable/lib/msun/tests/
H A Dnext_test.c61 #define testboth(arg1, arg2, ans, ex, prec) do { \
62 test##prec(nextafter##prec((arg1), (arg2)), (ans), (ex)); \
63 test##prec(nexttoward##prec((arg1), (arg2)), (ans), (ex)); \
65 #define testall(arg1, arg2, ans, ex) do { \
66 testboth((arg1), (arg2), (ans), (ex), ); \
67 testboth((arg1), (arg2), (ans), (ex), f); \
68 testboth((arg1), (arg2), (ans), (ex), l); \
/freebsd-10-stable/usr.bin/top/
H A Dmachine.c1233 compare_cpu(void *arg1, void *arg2) argument
1235 proc_compare(void *arg1, void *arg2)
1239 struct kinfo_proc *p2 = *(struct kinfo_proc **)arg2;
1283 compare_size(void *arg1, void *arg2) argument
1286 struct kinfo_proc *p2 = *(struct kinfo_proc **)arg2;
1301 compare_res(void *arg1, void *arg2) argument
1304 struct kinfo_proc *p2 = *(struct kinfo_proc **)arg2;
1319 compare_time(void *arg1, void *arg2) argument
1322 struct kinfo_proc *p2 = *(struct kinfo_proc **)arg2;
1337 compare_prio(void *arg1, void *arg2) argument
1354 compare_threads(void *arg1, void *arg2) argument
1372 compare_jid(const void *arg1, const void *arg2) argument
1393 compare_iototal(void *arg1, void *arg2) argument
1406 compare_ioread(void *arg1, void *arg2) argument
1419 compare_iowrite(void *arg1, void *arg2) argument
1432 compare_iofault(void *arg1, void *arg2) argument
1445 compare_vcsw(void *arg1, void *arg2) argument
1458 compare_ivcsw(void *arg1, void *arg2) argument
[all...]
/freebsd-10-stable/contrib/gcc/config/
H A Ddfp-bit.c107 decNumber arg1, arg2, res;
117 TO_INTERNAL (&b, &arg2);
120 op (&res, &arg1, &arg2, &context);
137 decNumber arg1, arg2, res;
147 TO_INTERNAL (&b, &arg2);
150 op (&res, &arg1, &arg2, &context);
534 decNumber arg1, arg2;
540 TO_INTERNAL (&b, &arg2);
541 return (decNumberIsNaN (&arg1) || decNumberIsNaN (&arg2));
106 decNumber arg1, arg2, res; local
136 decNumber arg1, arg2, res; local
532 decNumber arg1, arg2; local
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DHashing.h579 const T1 &arg1, const T2 &arg2, const T3 &arg3,
582 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5, arg6);
586 const T1 &arg1, const T2 &arg2, const T3 &arg3,
589 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5);
593 const T1 &arg1, const T2 &arg2, const T3 &arg3,
596 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4);
600 const T1 &arg1, const T2 &arg2, const T3 &arg3) {
602 return combine(length, buffer_ptr, buffer_end, arg2, arg3);
606 const T1 &arg1, const T2 &arg2) {
608 return combine(length, buffer_ptr, buffer_end, arg2);
578 combine(size_t length, char *buffer_ptr, char *buffer_end, const T1 &arg1, const T2 &arg2, const T3 &arg3, const T4 &arg4, const T5 &arg5, const T6 &arg6) argument
585 combine(size_t length, char *buffer_ptr, char *buffer_end, const T1 &arg1, const T2 &arg2, const T3 &arg3, const T4 &arg4, const T5 &arg5) argument
592 combine(size_t length, char *buffer_ptr, char *buffer_end, const T1 &arg1, const T2 &arg2, const T3 &arg3, const T4 &arg4) argument
599 combine(size_t length, char *buffer_ptr, char *buffer_end, const T1 &arg1, const T2 &arg2, const T3 &arg3) argument
605 combine(size_t length, char *buffer_ptr, char *buffer_end, const T1 &arg1, const T2 &arg2) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSettings.cpp41 CommandArgumentEntry arg2; local
57 arg2.push_back (value_arg);
61 m_arguments.push_back (arg2);
494 CommandArgumentEntry arg2; local
515 arg2.push_back (index_arg);
516 arg2.push_back (key_arg);
520 m_arguments.push_back (arg2);
614 CommandArgumentEntry arg2; local
637 arg2.push_back (index_arg);
638 arg2
742 CommandArgumentEntry arg2; local
866 CommandArgumentEntry arg2; local
990 CommandArgumentEntry arg2; local
[all...]
H A DCommandObjectLog.cpp62 CommandArgumentEntry arg2; local
76 arg2.push_back (category_arg);
80 m_arguments.push_back (arg2);
243 CommandArgumentEntry arg2; local
257 arg2.push_back (category_arg);
261 m_arguments.push_back (arg2);
/freebsd-10-stable/sys/netgraph/atm/uni/
H A Dng_uni_cust.h101 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
115 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
130 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
/freebsd-10-stable/sys/kern/
H A Dkern_loginclass.c221 void *arg2, void *arg3), void *arg2, void *arg3)
227 (callback)(lc->lc_racct, arg2, arg3);
220 loginclass_racct_foreach(void (*callback)(struct racct *racct, void *arg2, void *arg3), void *arg2, void *arg3) argument

Completed in 238 milliseconds

1234567891011>>