| /freebsd-14-stable/usr.sbin/rpcbind/ |
| HD | rpcb_stat.c | 62 rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc) in rpcbs_procinfo() argument 64 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 88 if ((rtype >= RPCBVERS_STAT) || (success == FALSE)) in rpcbs_set() 90 inf[rtype].setinfo++; in rpcbs_set() 95 rpcbs_unset(rpcvers_t rtype, bool_t success) in rpcbs_unset() argument 97 if ((rtype >= RPCBVERS_STAT) || (success == FALSE)) in rpcbs_unset() 99 inf[rtype].unsetinfo++; in rpcbs_unset() 104 rpcbs_getaddr(rpcvers_t rtype, rpcprog_t prog, rpcvers_t vers, char *netid, in rpcbs_getaddr() argument [all …]
|
| /freebsd-14-stable/sys/dev/acpica/ |
| HD | acpi_timer.c | 125 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() 155 (rtype == SYS_RES_IOPORT) ? "port" : "mem", 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() 180 acpi_timer_reg = bus_alloc_resource_any(dev, rtype, &rid, RF_ACTIVE); in acpi_timer_probe() 183 (rtype == SYS_RES_IOPORT) ? "port" : "mem", in acpi_timer_probe() [all …]
|
| /freebsd-14-stable/stand/common/ |
| HD | reloc_elf.c | 55 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-stable/sys/riscv/riscv/ |
| HD | elf_machdep.c | 294 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-stable/usr.sbin/kldxref/ |
| HD | ef_amd64.c | 49 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()
|
| HD | ef_arm.c | 50 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()
|
| HD | ef_i386.c | 49 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()
|
| HD | ef_mips.c | 52 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()
|
| HD | ef_riscv.c | 52 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()
|
| HD | ef_aarch64.c | 47 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()
|
| HD | ef_powerpc.c | 49 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-stable/contrib/ntp/libntp/ |
| HD | ntp_worker.c | 162 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-stable/sys/arm64/arm64/ |
| HD | elf_machdep.c | 180 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-stable/crypto/openssh/ |
| HD | serverloop.c | 731 char *rtype = NULL; in server_input_global_request() local 743 if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 || in server_input_global_request() 746 debug_f("rtype %s want_reply %d", rtype, want_reply); in server_input_global_request() 749 if (strcmp(rtype, "tcpip-forward") == 0) { in server_input_global_request() 775 } else if (strcmp(rtype, "cancel-tcpip-forward") == 0) { in server_input_global_request() 786 } else if (strcmp(rtype, "streamlocal-forward@openssh.com") == 0) { in server_input_global_request() 804 } else if (strcmp(rtype, "cancel-streamlocal-forward@openssh.com") == 0) { in server_input_global_request() 811 } else if (strcmp(rtype, "no-more-sessions@openssh.com") == 0) { in server_input_global_request() 814 } else if (strcmp(rtype, "hostkeys-prove-00@openssh.com") == 0) { in server_input_global_request() 828 free(rtype); in server_input_global_request() [all …]
|
| HD | ssh-sk-client.c | 143 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()
|
| HD | ssh-sk-helper.c | 280 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-stable/usr.sbin/moused/ |
| HD | moused.c | 388 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() 884 r_name(rodent.rtype), r_model(rodent.hw.model)); in main() 890 printf("%s\n", r_name(rodent.rtype)); in main() 897 r_name(rodent.rtype), r_model(rodent.hw.model)); in main() 1332 if (rodent.rtype == MOUSE_PROTO_X10MOUSEREM) in cleanup() 1484 if (rodent.rtype != MOUSE_PROTO_UNKNOWN) in r_identify() [all …]
|
| /freebsd-14-stable/sys/i386/i386/ |
| HD | elf_machdep.c | 179 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-stable/sys/arm/arm/ |
| HD | elf_machdep.c | 191 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-stable/sbin/nvmecontrol/ |
| HD | resv.c | 71 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-stable/sys/amd64/amd64/ |
| HD | elf_machdep.c | 286 Elf_Size rtype, symidx; in elf_reloc_internal() local 295 rtype = ELF_R_TYPE(rel->r_info); in elf_reloc_internal() 298 switch (rtype) { in elf_reloc_internal() 313 rtype = ELF_R_TYPE(rela->r_info); in elf_reloc_internal() 323 if (rtype != R_X86_64_IRELATIVE) in elf_reloc_internal() 327 switch (rtype) { in elf_reloc_internal() 396 "symbol index %ld\n", rtype, symidx); in elf_reloc_internal()
|
| /freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | procset.h | 137 #define setprocset(psp, op, ltype, lid, rtype, rid) \ argument 141 (psp)->p_ridtype = (rtype); \
|
| /freebsd-14-stable/sys/powerpc/powerpc/ |
| HD | elf32_machdep.c | 243 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()
|
| HD | elf64_machdep.c | 330 Elf_Word rtype, symidx; in elf_reloc_internal() local 342 rtype = ELF_R_TYPE(rela->r_info); in elf_reloc_internal() 349 switch (rtype) { in elf_reloc_internal() 384 "symbol index %d\n", (int)rtype, symidx); in elf_reloc_internal()
|
| /freebsd-14-stable/contrib/lib9p/pytest/ |
| HD | client.py | 102 def getconf(conf, section, name, default=None, rtype=str): argument 139 if rtype is str: 141 if rtype is int: 143 if rtype is float: 145 if rtype is bool: 153 '{3!r}'.format(where, name, result, rtype))
|