| /freebsd/crypto/krb5/src/lib/gssapi/spnego/ |
| H A D | negoex_trace.c | 93 char *typestr; in negoex_trace_message() local 96 typestr = "INITIATOR_NEGO"; in negoex_trace_message() 98 typestr = "ACCEPTOR_NEGO"; in negoex_trace_message() 100 typestr = "INITIATOR_META_DATA"; in negoex_trace_message() 102 typestr = "ACCEPTOR_META_DATA"; in negoex_trace_message() 104 typestr = "CHALLENGE"; in negoex_trace_message() 106 typestr = "AP_REQUEST"; in negoex_trace_message() 108 typestr = "VERIFY"; in negoex_trace_message() 110 typestr = "ALERT"; in negoex_trace_message() 112 typestr = "UNKNOWN"; in negoex_trace_message() [all …]
|
| H A D | negoex_util.c | 120 typestr(enum message_type type) in typestr() function 206 typestr(msg->type), info); in trace_received_message() 220 TRACE_NEGOEX_OUTGOING(ctx->kctx, ctx->negoex_seqnum - 1, typestr(type), in trace_outgoing_message() 621 TRACE_NEGOEX_OUTGOING(ctx->kctx, seqnum, typestr(type), in negoex_add_nego_message()
|
| /freebsd/stand/common/ |
| H A D | ls.c | 49 static char typestr[] = "?fc?d?b? ?l?s?w"; variable 94 typestr[sb.st_mode >> 12], in command_ls() 98 typestr[sb.st_mode >> 12], path); in command_ls() 131 typestr[d->d_type? d->d_type:sb.st_mode >> 12], in command_ls() 135 typestr[d->d_type? d->d_type:sb.st_mode >> 12], d->d_name); in command_ls()
|
| H A D | module.c | 113 char *typestr; in command_load() local 126 typestr = NULL; in command_load() 154 typestr = optarg; in command_load() 170 if ((argc != 2) || (typestr == NULL) || (*typestr == 0)) { in command_load() 176 if (strncmp(typestr, "manifest", 8) == 0) { in command_load() 182 if (strncmp(typestr, "pass_manifest", 13) == 0) { in command_load() 190 fp = file_findfile(argv[1], typestr); in command_load() 197 if (file_loadraw(argv[1], typestr, 1) != NULL) in command_load() 201 if (strcmp("mfs_root", typestr) == 0) in command_load() 238 char typestr[80]; in command_load_geli() local [all …]
|
| /freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
| H A D | dtfs_vfsops.c | 122 dtfs_domount(struct puffs_usermount *pu, const char *typestr) in dtfs_domount() argument 147 if (!typestr) { in dtfs_domount() 151 if (strncmp(rtypes[i].tstr, typestr, in dtfs_domount() 153 if (rtypes[i].pfunc(pu, typestr, in dtfs_domount() 156 "\"%s\"\n", typestr); in dtfs_domount() 163 fprintf(stderr, "no maching type for %s\n", typestr); in dtfs_domount()
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | zpool_import_missing_002_pos.ksh | 108 [ -n "$vdtype" ] && typestr="$vdtype" || typestr="stripe" 111 log_note "*** Testing $typestr tvd guid $guid opts '${opts}'"
|
| H A D | zpool_import_missing_001_pos.ksh | 126 [ -n "$vdtype" ] && typestr="$vdtype" || typestr="stripe" 131 log_note "*** Testing $typestr tvd guid $guid opts '${opts}'"
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_sysevent.c | 50 char typestr[128]; in log_sysevent() local 216 snprintf(typestr, sizeof (typestr), "misc.fs.zfs.%s", type + 8); in log_sysevent() 217 type = typestr; in log_sysevent()
|
| /freebsd/contrib/libpcap/ |
| H A D | gencode.c | 5075 const char *typestr; in gen_host() local 5078 typestr = "net"; in gen_host() 5080 typestr = "host"; in gen_host() 5099 bpf_error(cstate, "link-layer modifier applied to %s", typestr); in gen_host() 5111 bpf_error(cstate, "'sctp' modifier applied to %s", typestr); in gen_host() 5114 bpf_error(cstate, "'tcp' modifier applied to %s", typestr); in gen_host() 5117 bpf_error(cstate, "'udp' modifier applied to %s", typestr); in gen_host() 5120 bpf_error(cstate, "'icmp' modifier applied to %s", typestr); in gen_host() 5123 bpf_error(cstate, "'igmp' modifier applied to %s", typestr); in gen_host() 5126 bpf_error(cstate, "'igrp' modifier applied to %s", typestr); in gen_host() [all …]
|
| /freebsd/sys/arm/arm/ |
| H A D | debug_monitor.c | 618 const char *typestr; in dbg_setup_xpoint() local 629 typestr = is_bkpt ? "breakpoint" : "watchpoint"; in dbg_setup_xpoint() 649 typestr, dbg_watchpoint_num); in dbg_setup_xpoint() 671 db_printf("Unsupported address size for %s: %zu\n", typestr, in dbg_setup_xpoint() 695 typestr, conf->access); in dbg_setup_xpoint()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-ppp.c | 415 const char *typestr; in handle_ctrl_proto() local 423 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto); in handle_ctrl_proto() 424 ND_PRINT("%s, ", typestr); in handle_ctrl_proto() 585 ND_PRINT("[|%s]", typestr); in handle_ctrl_proto() 1574 const char *typestr; in ppp_print() local 1575 typestr = tok2str(ppptype2str, "unknown", proto); in ppp_print() 1577 typestr, in ppp_print() 1580 if (*typestr == 'u') /* "unknown" */ in ppp_print()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | k5-trace.h | 300 #define TRACE_NEGOEX_INCOMING(c, seqnum, typestr, info) \ argument 301 TRACE(c, "NegoEx received [{int}]{str}: {str}", (int)seqnum, typestr, info) 302 #define TRACE_NEGOEX_OUTGOING(c, seqnum, typestr, info) \ argument 303 TRACE(c, "NegoEx sending [{int}]{str}: {str}", (int)seqnum, typestr, info)
|
| /freebsd/contrib/unbound/services/ |
| H A D | authzone.c | 4802 char typestr[32]; in log_rrlist_position() local 4810 (void)sldns_wire2str_type_buf(rr_type, typestr, sizeof(typestr)); in log_rrlist_position() 4812 str, typestr); in log_rrlist_position() 7848 char typestr[32]; in zonemd_dnssec_verify_rrset() local 7849 typestr[0]=0; in zonemd_dnssec_verify_rrset() 7850 sldns_wire2str_type_buf(rrset->type, typestr, sizeof(typestr)); in zonemd_dnssec_verify_rrset() 7852 "zonemd: verify %s RRset with DNSKEY", typestr); in zonemd_dnssec_verify_rrset() 8292 char* reason = NULL, *ds_bogus = NULL, *typestr="DNSKEY"; in auth_zonemd_dnskey_lookup_callback() local 8308 typestr = "DS"; in auth_zonemd_dnskey_lookup_callback() 8320 "zonemd lookup of %s was bogus: %s", typestr, reason); in auth_zonemd_dnskey_lookup_callback() [all …]
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | apps.c | 1940 char *typestr = bp; in parse_name() local 1954 opt_getprog(), typestr, desc); in parse_name() 1981 nid = OBJ_txt2nid(typestr); in parse_name() 1985 opt_getprog(), desc, typestr); in parse_name() 1995 opt_getprog(), desc, typestr); in parse_name() 2004 opt_getprog(), desc, typestr, valstr); in parse_name()
|
| /freebsd/sys/dev/sound/pci/hda/ |
| H A D | hdaa.c | 1604 const char *typestr; in hdaa_widget_postprocess() local 1609 typestr = "audio output"; in hdaa_widget_postprocess() 1612 typestr = "audio input"; in hdaa_widget_postprocess() 1615 typestr = "audio mixer"; in hdaa_widget_postprocess() 1618 typestr = "audio selector"; in hdaa_widget_postprocess() 1621 typestr = "pin"; in hdaa_widget_postprocess() 1624 typestr = "power widget"; in hdaa_widget_postprocess() 1627 typestr = "volume widget"; in hdaa_widget_postprocess() 1630 typestr = "beep widget"; in hdaa_widget_postprocess() 1633 typestr in hdaa_widget_postprocess() [all...] |
| /freebsd/sys/arm/mv/ |
| H A D | mv_common.c | 380 mv_fdt_is_type(phandle_t node, const char *typestr) in mv_fdt_is_type() argument 391 if (strncasecmp(type, typestr, FDT_TYPE_LEN) == 0) in mv_fdt_is_type()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrFPU.td | 258 class CEQS_FT<string typestr, RegisterClass RC, InstrItinClass Itin, 261 !strconcat("c.$cond.", typestr, "\t$fs, $ft"), 263 !strconcat("c.$cond.", typestr)>, HARDFLOAT {
|
| /freebsd/crypto/openssl/test/ |
| H A D | tls-provider.c | 1818 const void *key, const char *typestr, const char *pemname, in key2any_encode() argument 1825 int type = OBJ_sn2nid(typestr); in key2any_encode()
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 16199 char *strtab, *typestr; local 16362 typestr = strtab + probe->dofpr_nargv; 16370 typesz = strlen(typestr) + 1; 16377 typestr += typesz; 16381 typestr = strtab + probe->dofpr_xargv; 16395 typesz = strlen(typestr) + 1; 16403 typestr += typesz;
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 4229 char *typestr = NULL; in zpool_do_prefetch() local 4237 typestr = optarg; in zpool_do_prefetch() 4268 if (typestr == NULL) { in zpool_do_prefetch() 4274 if (strcmp(typestr, "ddt") == 0) { in zpool_do_prefetch() 4276 } else if (strcmp(typestr, "brt") == 0) { in zpool_do_prefetch()
|
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 3070 const char *typestr; in userspace_cb() local 3156 typestr = us_type2str(type); in userspace_cb() 3157 typelen = strlen(gettext(typestr)); in userspace_cb()
|