Searched refs:rtype (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-current/include/ssp/
H A Dssp.h72 #define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos) \
73 rtype __ssp_real_(fun) args __RENAME(symbol); \
74 __ssp_inline rtype fun args __RENAME(__ssp_protected_ ## fun); \
75 __ssp_inline rtype fun args { \
81 #define __ssp_redirect(rtype, fun, args, call) \
82 __ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos)
83 #define __ssp_redirect0(rtype, fun, args, call) \
84 __ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos0)
/freebsd-current/usr.sbin/rpcbind/
H A Drpcb_stat.c60 rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc) argument
62 switch (rtype + 2) {
79 inf[rtype].info[proc]++;
83 rpcbs_set(rpcvers_t rtype, bool_t success) argument
85 if ((rtype >= RPCBVERS_STAT) || (success == FALSE))
87 inf[rtype].setinfo++;
91 rpcbs_unset(rpcvers_t rtype, bool_t success) argument
93 if ((rtype >= RPCBVERS_STAT) || (success == FALSE))
95 inf[rtype].unsetinfo++;
99 rpcbs_getaddr(rpcvers_t rtype, rpcprog_ argument
143 rpcbs_rmtcall(rpcvers_t rtype, rpcproc_t rpcbproc, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl) argument
[all...]
/freebsd-current/usr.sbin/kldxref/
H A Def_arm.c50 GElf_Size rtype, symidx; local
59 rtype = GELF_R_TYPE(rel->r_info);
66 rtype = GELF_R_TYPE(rela->r_info);
79 switch (rtype) {
89 warnx("unhandled relocation type %d", (int)rtype);
H A Def_i386.c49 GElf_Size rtype, symidx; local
58 rtype = GELF_R_TYPE(rel->r_info);
65 rtype = GELF_R_TYPE(rela->r_info);
78 switch (rtype) {
92 warnx("unhandled relocation type %d", (int)rtype);
H A Def_amd64.c49 GElf_Size rtype, symidx; local
58 rtype = GELF_R_TYPE(rel->r_info);
65 rtype = GELF_R_TYPE(rela->r_info);
77 switch (rtype) {
88 switch (rtype) {
108 warnx("unhandled relocation type %d", (int)rtype);
H A Def_powerpc.c49 GElf_Size rtype, symidx; local
57 rtype = GELF_R_TYPE(rela->r_info);
67 switch (rtype) {
90 warnx("unhandled relocation type %d", (int)rtype);
H A Def_riscv.c52 GElf_Size rtype, symidx; local
60 rtype = GELF_R_TYPE(rela->r_info);
70 switch (rtype) {
80 warnx("unhandled relocation type %d", (int)rtype);
H A Def_aarch64.c47 GElf_Size rtype, symidx; local
55 rtype = GELF_R_TYPE(rela->r_info);
65 switch (rtype) {
75 warnx("unhandled relocation type %d", (int)rtype);
H A Def_mips.c52 GElf_Size rtype, symidx; local
61 rtype = GELF_R_TYPE(rel->r_info);
68 rtype = GELF_R_TYPE(rela->r_info);
92 switch (rtype) {
108 warnx("unhandled relocation type %d", (int)rtype);
/freebsd-current/stand/common/
H A Dreloc_elf.c55 Elf_Size rtype; local
68 rtype = ELF_R_TYPE(rel->r_info);
79 rtype = ELF_R_TYPE(rela->r_info);
107 switch (rtype) {
126 printf("\nunhandled relocation type %u\n", (u_int)rtype);
133 Elf_Size rtype, symidx;
143 rtype = ELF_R_TYPE(rel->r_info);
152 rtype = ELF_R_TYPE(rela->r_info);
171 switch (rtype) {
187 printf("\nunhandled relocation type %u\n", (u_int)rtype);
[all...]
/freebsd-current/sys/dev/acpica/
H A Dacpi_timer.c125 int rid, rtype; local
142 rtype = SYS_RES_MEMORY;
145 rtype = SYS_RES_IOPORT;
153 if (bus_set_resource(dev, rtype, rid, rstart, rlen))
155 (rtype == SYS_RES_IOPORT) ? "port" : "mem", rstart, rlen);
163 int i, j, rid, rtype; local
172 rtype = SYS_RES_MEMORY;
175 rtype = SYS_RES_IOPORT;
181 acpi_timer_reg = bus_alloc_resource_any(dev, rtype, &rid, RF_ACTIVE);
184 (rtype
235 int rid, rtype; local
[all...]
/freebsd-current/sys/riscv/riscv/
H A Delf_machdep.c293 Elf_Size rtype, symidx; local
311 rtype = ELF_R_TYPE(rela->r_info);
320 switch (rtype) {
333 (local ? 'l' : 'g'), reloctype_to_str(rtype),
346 (local ? 'l' : 'g'), reloctype_to_str(rtype),
355 (local ? 'l' : 'g'), reloctype_to_str(rtype),
377 (local ? 'l' : 'g'), reloctype_to_str(rtype),
407 (local ? 'l' : 'g'), reloctype_to_str(rtype),
423 (local ? 'l' : 'g'), reloctype_to_str(rtype),
438 (local ? 'l' : 'g'), reloctype_to_str(rtype),
[all...]
/freebsd-current/contrib/ntp/libntp/
H A Dntp_worker.c162 blocking_work_req rtype,
176 req_hdr.rtype = rtype;
222 resp->rtype = req->rtype;
253 (*resp->done_func)(resp->rtype, resp->context,
314 switch (req->rtype) {
326 msyslog(LOG_ERR, "unknown req %d to blocking worker", req->rtype);
161 queue_blocking_request( blocking_work_req rtype, void * req, size_t reqsize, blocking_work_callback done_func, void * context ) argument
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocset.h137 #define setprocset(psp, op, ltype, lid, rtype, rid) \
141 (psp)->p_ridtype = (rtype); \
/freebsd-current/tests/sys/netinet/
H A Digmp.py57 if r.rtype != 4:
60 if r.rtype != 3:
/freebsd-current/sys/i386/i386/
H A Delf_machdep.c179 Elf_Word rtype, symidx; local
189 rtype = ELF_R_TYPE(rel->r_info);
196 rtype = ELF_R_TYPE(rela->r_info);
204 if (rtype == R_386_RELATIVE) { /* A + B */
212 switch (rtype) {
265 "symbol index %d\n", rtype, symidx);
/freebsd-current/sys/arm/arm/
H A Delf_machdep.c190 Elf_Word rtype, symidx; local
200 rtype = ELF_R_TYPE(rel->r_info);
207 rtype = ELF_R_TYPE(rela->r_info);
215 if (rtype == R_ARM_RELATIVE) { /* A + B */
223 switch (rtype) {
256 "symbol index %d\n", rtype, symidx);
/freebsd-current/sys/arm64/arm64/
H A Delf_machdep.c184 Elf_Word rtype, symidx; local
194 rtype = ELF_R_TYPE(rel->r_info);
201 rtype = ELF_R_TYPE(rela->r_info);
211 if (rtype != R_AARCH64_IRELATIVE)
216 if (rtype == R_AARCH64_RELATIVE)
222 switch (rtype) {
264 "symbol index %d\n", rtype, symidx);
/freebsd-current/sbin/nvmecontrol/
H A Dresv.c70 uint8_t rtype; member in struct:acquire_options
76 .rtype = 0,
86 OPT("rtype", 't', arg_uint8, acquire_opt, rtype,
157 uint8_t rtype; member in struct:release_options
162 .rtype = 0,
170 OPT("rtype", 't', arg_uint8, release_opt, rtype,
257 (acquire_opt.rtype << 8));
334 (release_opt.rtype <<
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c390 ctf_id_t rtype; local
399 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR ||
400 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) {
409 ctf_type_encoding(ctfp, rtype, &e) != CTF_ERR && CTF_IS_CHAR(e)) {
607 ctf_id_t rtype; local
609 if ((rtype = ctf_type_resolve(ctfp, id)) == CTF_ERR ||
610 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR ||
629 dt_printfuncs[kind - 1](rtype, off, pap);
651 ctf_id_t rtype; local
662 if ((rtype
[all...]
/freebsd-current/usr.sbin/moused/
H A Dmoused.c387 int rtype; /* MOUSE_PROTO_XXX */ member in struct:rodentparam
414 .rtype = MOUSE_PROTO_UNKNOWN,
797 rodent.rtype = MOUSE_PROTO_UNKNOWN;
804 rodent.rtype = i;
844 switch(rodent.rtype) {
883 r_name(rodent.rtype), r_model(rodent.hw.model));
889 printf("%s\n", r_name(rodent.rtype));
896 r_name(rodent.rtype), r_model(rodent.hw.model));
1331 if (rodent.rtype == MOUSE_PROTO_X10MOUSEREM)
1483 if (rodent.rtype !
[all...]
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_udma_debug.h122 * @param rtype udma ring type
125 enum al_udma_ring_type rtype);
/freebsd-current/crypto/openssh/
H A Dserverloop.c764 char *rtype = NULL; local
776 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 ||
779 debug_f("rtype %s want_reply %d", rtype, want_reply);
782 if (strcmp(rtype, "tcpip-forward") == 0) {
810 } else if (strcmp(rtype, "cancel-tcpip-forward") == 0) {
821 } else if (strcmp(rtype, "streamlocal-forward@openssh.com") == 0) {
840 } else if (strcmp(rtype, "cancel-streamlocal-forward@openssh.com") == 0) {
847 } else if (strcmp(rtype, "no-more-sessions@openssh.com") == 0) {
850 } else if (strcmp(rtype, "hostkey
874 char *rtype = NULL; local
[all...]
/freebsd-current/sys/amd64/amd64/
H A Delf_machdep.c283 Elf_Size rtype, symidx; local
292 rtype = ELF_R_TYPE(rel->r_info);
295 switch (rtype) {
310 rtype = ELF_R_TYPE(rela->r_info);
320 if (rtype != R_X86_64_IRELATIVE)
324 switch (rtype) {
393 "symbol index %ld\n", rtype, symidx);
/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c706 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) argument
710 if (ltype < rtype)
712 else if (ltype > rtype)
723 if (LCTF_TYPE_ISPARENT(rfp, rtype) && rfp->ctf_parent != NULL)
743 ctf_file_t *rfp, ctf_id_t rtype)
750 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0)
756 rtype = ctf_type_resolve(rfp, rtype);
757 rkind = ctf_type_kind(rfp, rtype);
761 (rtp = ctf_lookup_by_id(&rfp, rtype))
742 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) argument
[all...]

Completed in 188 milliseconds

123