Home
last modified time | relevance | path

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

123

/freebsd-14.2/usr.sbin/rpcbind/
H A Drpcb_stat.c64 switch (rtype + 2) { in rpcbs_procinfo()
81 inf[rtype].info[proc]++; in rpcbs_procinfo()
86 rpcbs_set(rpcvers_t rtype, bool_t success) in rpcbs_set() argument
90 inf[rtype].setinfo++; in rpcbs_set()
99 inf[rtype].unsetinfo++; in rpcbs_unset()
110 if (rtype >= RPCBVERS_STAT) in rpcbs_getaddr()
143 al->next = inf[rtype].addrinfo; in rpcbs_getaddr()
144 inf[rtype].addrinfo = al; in rpcbs_getaddr()
154 if (rtype >= RPCBVERS_STAT) in rpcbs_rmtcall()
195 rl->next = inf[rtype].rmtinfo; in rpcbs_rmtcall()
[all …]
/freebsd-14.2/sys/dev/acpica/
H A Dacpi_timer.c125 int rid, rtype; in acpi_timer_identify() local
142 rtype = SYS_RES_MEMORY; in acpi_timer_identify()
145 rtype = SYS_RES_IOPORT; in acpi_timer_identify()
153 if (bus_set_resource(dev, rtype, rid, rstart, rlen)) in acpi_timer_identify()
162 int i, j, rid, rtype; in acpi_timer_probe() local
171 rtype = SYS_RES_MEMORY; in acpi_timer_probe()
174 rtype = SYS_RES_IOPORT; in acpi_timer_probe()
183 (rtype == SYS_RES_IOPORT) ? "port" : "mem", in acpi_timer_probe()
233 int rid, rtype; in acpi_timer_attach() local
239 rtype = SYS_RES_MEMORY; in acpi_timer_attach()
[all …]
/freebsd-14.2/stand/common/
H A Dreloc_elf.c55 Elf_Size rtype; in __elfN() local
68 rtype = ELF_R_TYPE(rel->r_info); in __elfN()
79 rtype = ELF_R_TYPE(rela->r_info); in __elfN()
107 switch (rtype) { in __elfN()
126 printf("\nunhandled relocation type %u\n", (u_int)rtype); in __elfN()
133 Elf_Size rtype, symidx; in __elfN()
143 rtype = ELF_R_TYPE(rel->r_info); in __elfN()
152 rtype = ELF_R_TYPE(rela->r_info); in __elfN()
171 switch (rtype) { in __elfN()
187 printf("\nunhandled relocation type %u\n", (u_int)rtype); in __elfN()
/freebsd-14.2/usr.sbin/kldxref/
H A Def_amd64.c49 GElf_Size rtype, symidx; in ef_amd64_reloc() local
58 rtype = GELF_R_TYPE(rel->r_info); in ef_amd64_reloc()
65 rtype = GELF_R_TYPE(rela->r_info); in ef_amd64_reloc()
77 switch (rtype) { in ef_amd64_reloc()
88 switch (rtype) { in ef_amd64_reloc()
108 warnx("unhandled relocation type %d", (int)rtype); in ef_amd64_reloc()
H A Def_arm.c50 GElf_Size rtype, symidx; in ef_arm_reloc() local
59 rtype = GELF_R_TYPE(rel->r_info); in ef_arm_reloc()
66 rtype = GELF_R_TYPE(rela->r_info); in ef_arm_reloc()
79 switch (rtype) { in ef_arm_reloc()
89 warnx("unhandled relocation type %d", (int)rtype); in ef_arm_reloc()
H A Def_i386.c49 GElf_Size rtype, symidx; in ef_i386_reloc() local
58 rtype = GELF_R_TYPE(rel->r_info); in ef_i386_reloc()
65 rtype = GELF_R_TYPE(rela->r_info); in ef_i386_reloc()
78 switch (rtype) { in ef_i386_reloc()
92 warnx("unhandled relocation type %d", (int)rtype); in ef_i386_reloc()
H A Def_mips.c52 GElf_Size rtype, symidx; in ef_mips_reloc() local
61 rtype = GELF_R_TYPE(rel->r_info); in ef_mips_reloc()
68 rtype = GELF_R_TYPE(rela->r_info); in ef_mips_reloc()
92 switch (rtype) { in ef_mips_reloc()
108 warnx("unhandled relocation type %d", (int)rtype); in ef_mips_reloc()
H A Def_aarch64.c47 GElf_Size rtype, symidx; in ef_aarch64_reloc() local
55 rtype = GELF_R_TYPE(rela->r_info); in ef_aarch64_reloc()
65 switch (rtype) { in ef_aarch64_reloc()
75 warnx("unhandled relocation type %d", (int)rtype); in ef_aarch64_reloc()
H A Def_riscv.c52 GElf_Size rtype, symidx; in ef_riscv_reloc() local
60 rtype = GELF_R_TYPE(rela->r_info); in ef_riscv_reloc()
70 switch (rtype) { in ef_riscv_reloc()
80 warnx("unhandled relocation type %d", (int)rtype); in ef_riscv_reloc()
H A Def_powerpc.c49 GElf_Size rtype, symidx; in ef_ppc_reloc() local
57 rtype = GELF_R_TYPE(rela->r_info); in ef_ppc_reloc()
67 switch (rtype) { in ef_ppc_reloc()
90 warnx("unhandled relocation type %d", (int)rtype); in ef_ppc_reloc()
/freebsd-14.2/sys/riscv/riscv/
H A Delf_machdep.c294 Elf_Size rtype, symidx; in elf_reloc_internal() local
312 rtype = ELF_R_TYPE(rela->r_info); in elf_reloc_internal()
321 switch (rtype) { in elf_reloc_internal()
334 (local ? 'l' : 'g'), reloctype_to_str(rtype), in elf_reloc_internal()
347 (local ? 'l' : 'g'), reloctype_to_str(rtype), in elf_reloc_internal()
356 (local ? 'l' : 'g'), reloctype_to_str(rtype), in elf_reloc_internal()
378 (local ? 'l' : 'g'), reloctype_to_str(rtype), in elf_reloc_internal()
408 (local ? 'l' : 'g'), reloctype_to_str(rtype), in elf_reloc_internal()
424 (local ? 'l' : 'g'), reloctype_to_str(rtype), in elf_reloc_internal()
439 (local ? 'l' : 'g'), reloctype_to_str(rtype), in elf_reloc_internal()
[all …]
/freebsd-14.2/contrib/ntp/libntp/
H A Dntp_worker.c162 blocking_work_req rtype, in queue_blocking_request() argument
176 req_hdr.rtype = rtype; in queue_blocking_request()
222 resp->rtype = req->rtype; in queue_blocking_response()
253 (*resp->done_func)(resp->rtype, resp->context, in process_blocking_resp()
314 switch (req->rtype) { in blocking_child_common()
326 msyslog(LOG_ERR, "unknown req %d to blocking worker", req->rtype); in blocking_child_common()
/freebsd-14.2/sys/arm64/arm64/
H A Delf_machdep.c180 Elf_Word rtype, symidx; in elf_reloc_internal() local
190 rtype = ELF_R_TYPE(rel->r_info); in elf_reloc_internal()
197 rtype = ELF_R_TYPE(rela->r_info); in elf_reloc_internal()
207 if (rtype != R_AARCH64_IRELATIVE) in elf_reloc_internal()
212 if (rtype == R_AARCH64_RELATIVE) in elf_reloc_internal()
218 switch (rtype) { in elf_reloc_internal()
260 "symbol index %d\n", rtype, symidx); in elf_reloc_internal()
/freebsd-14.2/sys/i386/i386/
H A Delf_machdep.c179 Elf_Word rtype, symidx; in elf_reloc_internal() local
189 rtype = ELF_R_TYPE(rel->r_info); in elf_reloc_internal()
196 rtype = ELF_R_TYPE(rela->r_info); in elf_reloc_internal()
204 if (rtype == R_386_RELATIVE) { /* A + B */ in elf_reloc_internal()
212 switch (rtype) { in elf_reloc_internal()
265 "symbol index %d\n", rtype, symidx); in elf_reloc_internal()
/freebsd-14.2/sys/arm/arm/
H A Delf_machdep.c191 Elf_Word rtype, symidx; in elf_reloc_internal() local
201 rtype = ELF_R_TYPE(rel->r_info); in elf_reloc_internal()
208 rtype = ELF_R_TYPE(rela->r_info); in elf_reloc_internal()
216 if (rtype == R_ARM_RELATIVE) { /* A + B */ in elf_reloc_internal()
224 switch (rtype) { in elf_reloc_internal()
257 "symbol index %d\n", rtype, symidx); in elf_reloc_internal()
/freebsd-14.2/usr.sbin/moused/
H A Dmoused.c388 int rtype; /* MOUSE_PROTO_XXX */ member
415 .rtype = MOUSE_PROTO_UNKNOWN,
798 rodent.rtype = MOUSE_PROTO_UNKNOWN; in main()
805 rodent.rtype = i; in main()
845 switch(rodent.rtype) { in main()
1516 return (rodent.rtype); in r_identify()
1518 return (rodent.rtype); in r_identify()
1553 return (rodent.rtype); in r_identify()
1632 switch (rodent.rtype) { in r_init()
1962 switch (rodent.rtype) { in r_protocol()
[all …]
/freebsd-14.2/crypto/openssh/
H A Dserverloop.c764 char *rtype = NULL; in server_input_global_request() local
776 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in server_input_global_request()
779 debug_f("rtype %s want_reply %d", rtype, want_reply); in server_input_global_request()
782 if (strcmp(rtype, "tcpip-forward") == 0) { in server_input_global_request()
864 free(rtype); in server_input_global_request()
874 char *rtype = NULL; in server_input_channel_req() local
879 (r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in server_input_channel_req()
884 id, rtype, want_reply); in server_input_channel_req()
890 if (!strcmp(rtype, "[email protected]")) { in server_input_channel_req()
896 success = session_input_channel_req(ssh, c, rtype); in server_input_channel_req()
[all …]
H A Dssh-sk-client.c143 u_int rtype, rerr; in client_converse() local
184 if ((r = sshbuf_get_u32(resp, &rtype)) != 0) { in client_converse()
188 if (rtype == SSH_SK_HELPER_ERROR) { in client_converse()
200 } else if (rtype != type) { in client_converse()
202 "expecting %u", rtype, type); in client_converse()
H A Dssh-sk-helper.c280 u_int rtype, ll = 0; in main() local
327 if ((r = sshbuf_get_u32(req, &rtype)) != 0 || in main()
335 switch (rtype) { in main()
346 fatal("%s: unsupported request type %u", __progname, rtype); in main()
/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c390 ctf_id_t rtype; in dt_print_array() local
399 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR || in dt_print_array()
400 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR) { in dt_print_array()
607 ctf_id_t rtype; in dt_format_member() local
609 if ((rtype = ctf_type_resolve(ctfp, id)) == CTF_ERR || in dt_format_member()
610 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR || in dt_format_member()
629 dt_printfuncs[kind - 1](rtype, off, pap); in dt_format_member()
651 ctf_id_t rtype; in dt_print_member() local
662 if ((rtype = ctf_type_resolve(ctfp, id)) == CTF_ERR || in dt_print_member()
663 (kind = ctf_type_kind(ctfp, rtype)) == CTF_ERR || in dt_print_member()
[all …]
/freebsd-14.2/sbin/nvmecontrol/
H A Dresv.c71 uint8_t rtype; member
77 .rtype = 0,
87 OPT("rtype", 't', arg_uint8, acquire_opt, rtype,
158 uint8_t rtype; member
163 .rtype = 0,
171 OPT("rtype", 't', arg_uint8, release_opt, rtype,
258 (acquire_opt.rtype << 8)); in resvacquire()
335 (release_opt.rtype << 8)); in resvrelease()
408 printf("Reservation Type: %u\n", s->rtype); in resvreport()
/freebsd-14.2/sys/amd64/amd64/
H A Delf_machdep.c284 Elf_Size rtype, symidx; in elf_reloc_internal() local
293 rtype = ELF_R_TYPE(rel->r_info); in elf_reloc_internal()
296 switch (rtype) { in elf_reloc_internal()
311 rtype = ELF_R_TYPE(rela->r_info); in elf_reloc_internal()
321 if (rtype != R_X86_64_IRELATIVE) in elf_reloc_internal()
325 switch (rtype) { in elf_reloc_internal()
394 "symbol index %ld\n", rtype, symidx); in elf_reloc_internal()
/freebsd-14.2/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c710 if (ltype < rtype) in ctf_type_cmp()
712 else if (ltype > rtype) in ctf_type_cmp()
723 if (LCTF_TYPE_ISPARENT(rfp, rtype) && rfp->ctf_parent != NULL) in ctf_type_cmp()
743 ctf_file_t *rfp, ctf_id_t rtype) in ctf_type_compat() argument
750 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0) in ctf_type_compat()
756 rtype = ctf_type_resolve(rfp, rtype); in ctf_type_compat()
757 rkind = ctf_type_kind(rfp, rtype); in ctf_type_compat()
761 (rtp = ctf_lookup_by_id(&rfp, rtype)) == NULL || in ctf_type_compat()
769 ctf_type_encoding(rfp, rtype, &re) == 0 && in ctf_type_compat()
773 rfp, ctf_type_reference(rfp, rtype))); in ctf_type_compat()
[all …]
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocset.h137 #define setprocset(psp, op, ltype, lid, rtype, rid) \ argument
141 (psp)->p_ridtype = (rtype); \
/freebsd-14.2/sys/powerpc/powerpc/
H A Delf32_machdep.c243 Elf_Word rtype, symidx; in elf_reloc_internal() local
256 rtype = ELF_R_TYPE(rela->r_info); in elf_reloc_internal()
263 switch (rtype) { in elf_reloc_internal()
332 "symbol index %d\n", (int)rtype, symidx); in elf_reloc_internal()

123