Searched refs:uarg (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c10 systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args) argument
12 int64_t *iarg = (int64_t *) uarg;
38 uarg[1] = (intptr_t) p->buf; /* void * */
39 uarg[2] = p->nbyte; /* size_t */
47 uarg[1] = (intptr_t) p->buf; /* const void * */
48 uarg[2] = p->nbyte; /* size_t */
55 uarg[0] = (intptr_t) p->path; /* char * */
72 uarg[1] = (intptr_t) p->status; /* int * */
74 uarg[3] = (intptr_t) p->rusage; /* struct rusage32 * */
81 uarg[
[all...]
/freebsd-11-stable/sys/kern/
H A Dsystrace_args.c10 systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args) argument
12 int64_t *iarg = (int64_t *) uarg;
35 uarg[1] = (intptr_t) p->buf; /* void * */
36 uarg[2] = p->nbyte; /* size_t */
44 uarg[1] = (intptr_t) p->buf; /* const void * */
45 uarg[2] = p->nbyte; /* size_t */
52 uarg[0] = (intptr_t) p->path; /* char * */
69 uarg[1] = (intptr_t) p->status; /* int * */
71 uarg[3] = (intptr_t) p->rusage; /* struct rusage * */
78 uarg[
[all...]
/freebsd-11-stable/sys/compat/cloudabi32/
H A Dcloudabi32_systrace_args.c10 systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args) argument
12 int64_t *iarg = (int64_t *) uarg;
32 uarg[0] = (intptr_t) p->condvar; /* cloudabi_condvar_t * */
77 uarg[1] = (intptr_t) p->iovs; /* const cloudabi32_iovec_t * */
78 uarg[2] = p->iovs_len; /* size_t */
87 uarg[1] = (intptr_t) p->iovs; /* const cloudabi32_ciovec_t * */
88 uarg[2] = p->iovs_len; /* size_t */
97 uarg[1] = (intptr_t) p->iovs; /* const cloudabi32_iovec_t * */
98 uarg[2] = p->iovs_len; /* size_t */
123 uarg[
[all...]
/freebsd-11-stable/sys/compat/cloudabi64/
H A Dcloudabi64_systrace_args.c10 systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args) argument
12 int64_t *iarg = (int64_t *) uarg;
32 uarg[0] = (intptr_t) p->condvar; /* cloudabi_condvar_t * */
77 uarg[1] = (intptr_t) p->iovs; /* const cloudabi64_iovec_t * */
78 uarg[2] = p->iovs_len; /* size_t */
87 uarg[1] = (intptr_t) p->iovs; /* const cloudabi64_ciovec_t * */
88 uarg[2] = p->iovs_len; /* size_t */
97 uarg[1] = (intptr_t) p->iovs; /* const cloudabi64_iovec_t * */
98 uarg[2] = p->iovs_len; /* size_t */
123 uarg[
[all...]
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c10 systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args) argument
12 int64_t *iarg = (int64_t *) uarg;
19 uarg[1] = (intptr_t) p->buf; /* char * */
20 uarg[2] = p->nbyte; /* u_int */
28 uarg[1] = (intptr_t) p->buf; /* char * */
29 uarg[2] = p->nbyte; /* u_int */
36 uarg[0] = (intptr_t) p->path; /* char * */
52 uarg[0] = (intptr_t) p->path; /* char * */
53 uarg[1] = (intptr_t) p->buf; /* struct l_newstat * */
61 uarg[
[all...]
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_systrace_args.c10 systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args) argument
12 int64_t *iarg = (int64_t *) uarg;
31 uarg[1] = (intptr_t) p->buf; /* char * */
32 uarg[2] = p->nbyte; /* u_int */
40 uarg[1] = (intptr_t) p->buf; /* char * */
41 uarg[2] = p->nbyte; /* u_int */
48 uarg[0] = (intptr_t) p->path; /* char * */
65 uarg[1] = (intptr_t) p->status; /* l_int * */
73 uarg[0] = (intptr_t) p->path; /* char * */
81 uarg[
[all...]
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c10 systrace_args(int sysnum, void *params, uint64_t *uarg, int *n_args) argument
12 int64_t *iarg = (int64_t *) uarg;
31 uarg[1] = (intptr_t) p->buf; /* char * */
32 uarg[2] = p->nbyte; /* u_int */
40 uarg[1] = (intptr_t) p->buf; /* char * */
41 uarg[2] = p->nbyte; /* u_int */
48 uarg[0] = (intptr_t) p->path; /* char * */
65 uarg[1] = (intptr_t) p->status; /* l_int * */
73 uarg[0] = (intptr_t) p->path; /* char * */
81 uarg[
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_dump.c59 void *uarg; /* user supplied argument */ member in struct:dump
76 d->ret = d->func(d->cc, d->uarg, d->buf);
97 d->ret = d->func(d->cc, d->uarg, d->buf);
300 cc_dump(struct ccdata *cc, size_t maxsiz, cc_dump_f func, void *uarg) argument
308 d.uarg = uarg;
330 d.ret = d.func(d.cc, d.uarg, d.buf);
H A Dcc_port.c67 cc_port_create(struct ccdata *cc, void *uarg, u_int portno) argument
82 port->uarg = uarg;
367 cc->funcs->send_uni_glob(port, port->uarg,
617 port->cc->funcs->send_uni_glob(port, port->uarg,
689 port->cc->funcs->send_uni_glob(port, port->uarg,
H A Dcc_user.c81 user->cc->funcs->send_user(user, user->uarg, op, arg, len);
87 user->cc->funcs->respond_user(user, user->uarg,
94 user->cc->funcs->respond_user(user, user->uarg,
107 cc_user_create(struct ccdata *cc, void *uarg, const char *name) argument
117 user->uarg = uarg;
H A Dccpriv.h118 void *uarg; /* hook to UNI protocol */ member in struct:ccport
484 void *uarg; /* the hook (if any) */ member in struct:ccuser
H A Dcc_conn.c153 conn->port->cc->funcs->send_uni(conn, conn->port->uarg, op,
/freebsd-11-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c431 send_dump(struct ccdata *data, void *uarg, const char *buf) argument
434 struct ccnode *priv = uarg;
1004 ng_ccatm_send_user(struct ccuser *user, void *uarg, u_int op, argument
1007 struct cchook *hd = uarg;
1026 ng_ccatm_respond_user(struct ccuser *user, void *uarg, int err, u_int data, argument
1029 struct cchook *hd = uarg;
1098 * Uarg is the port's uarg.
1101 ng_ccatm_send_uni(struct ccconn *conn, void *uarg, u_int op, u_int cookie, argument
1104 struct cchook *hd = uarg;
1126 ng_ccatm_send_uni_glob(struct ccport *port, void *uarg, u_in argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dsys-types.h18 struct uarg;
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_atm/
H A Datm_sys.c103 ng_ID_t node, void *uarg)
105 struct atmif_priv *aif = uarg;
102 handle_atm_message(const struct ng_mesg *mesg, const char *path __unused, ng_ID_t node, void *uarg) argument
/freebsd-11-stable/contrib/gcc/config/
H A Dfp-bit.c1352 USItype uarg;
1363 uarg = (-arg_a);
1366 uarg = arg_a;
1368 in.fraction.ll = uarg;
1369 shift = clzusi (uarg) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_tx.c248 hatm_load_txbuf(void *uarg, bus_dma_segment_t *segs, int nseg, argument
251 struct load_txbuf_arg *arg = uarg;
/freebsd-11-stable/sys/netgraph/atm/uni/
H A Dng_uni.c259 uni_do_status(struct uni *uni, void *uarg, void *sbuf, const char *fmt, ...) argument
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_tx.c559 patm_load_txbuf(void *uarg, bus_dma_segment_t *segs, int nseg, argument
562 struct txarg *a= uarg;
/freebsd-11-stable/sys/dev/en/
H A Dmidway.c520 en_txdma_load(void *uarg, bus_dma_segment_t *segs, int nseg, bus_size_t mapsize, argument
523 struct txarg *tx = uarg;
1982 en_rxdma_load(void *uarg, bus_dma_segment_t *segs, int nseg, argument
1985 struct rxarg *rx = uarg;
2540 en_dmaprobe_load(void *uarg, bus_dma_segment_t *segs, int nseg, int error) argument
2543 *(bus_addr_t *)uarg = segs[0].ds_addr;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c10914 uint64_t uarg, uint64_t arg)
10926 act->dtad_uarg = uarg;
13152 dtrace_dof_copyin(uintptr_t uarg, int *errp)
13161 if (copyin((void *)uarg, &hdr, sizeof (hdr)) != 0) {
13185 if (copyin((void *)uarg, dof, hdr.dofh_loadsz) != 0 ||
13197 dtrace_dof_copyin_proc(struct proc *p, uintptr_t uarg, int *errp)
13210 if (proc_readmem(td, p, uarg, &hdr, sizeof(hdr)) != sizeof(hdr)) {
13235 if (proc_readmem(td, p, uarg, dof, loadsz) != loadsz ||

Completed in 224 milliseconds