Home
last modified time | relevance | path

Searched refs:typestr (Results 1 – 17 of 17) sorted by relevance

/freebsd/stand/common/
H A Dls.c49 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 Dmodule.c112 char *typestr; in command_load()
125 typestr = NULL; in command_load()
153 typestr = optarg; in command_load()
169 if ((argc != 2) || (typestr == NULL) || (*typestr == 0)) { in command_load()
175 if (strncmp(typestr, "manifest", 8) == 0) { in command_load()
181 if (strncmp(typestr, "pass_manifest", 13) == 0) { in command_load()
189 fp = file_findfile(argv[1], typestr); in command_load()
196 if (file_loadraw(argv[1], typestr, 1) != NULL) in command_load()
200 if (strcmp("mfs_root", typestr) in command_load()
111 char *typestr; command_load() local
236 char typestr[80]; command_load_geli() local
[all...]
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c122 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 Dzpool_import_missing_002_pos.ksh108 [ -n "$vdtype" ] && typestr="$vdtype" || typestr="stripe"
111 log_note "*** Testing $typestr tvd guid $guid opts '${opts}'"
H A Dzpool_import_missing_001_pos.ksh126 [ -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 Dspl_sysevent.c49 char typestr[128]; in log_sysevent() local
215 snprintf(typestr, sizeof (typestr), "misc.fs.zfs.%s", type + 8); in log_sysevent()
216 type = typestr; in log_sysevent()
/freebsd/contrib/libpcap/
H A Dgencode.c4970 const char *typestr; in gen_host() local
4973 typestr = "net"; in gen_host()
4975 typestr = "host"; in gen_host()
4994 bpf_error(cstate, "link-layer modifier applied to %s", typestr); in gen_host()
5006 bpf_error(cstate, "'sctp' modifier applied to %s", typestr); in gen_host()
5009 bpf_error(cstate, "'tcp' modifier applied to %s", typestr); in gen_host()
5012 bpf_error(cstate, "'udp' modifier applied to %s", typestr); in gen_host()
5015 bpf_error(cstate, "'icmp' modifier applied to %s", typestr); in gen_host()
5018 bpf_error(cstate, "'igmp' modifier applied to %s", typestr); in gen_host()
5021 bpf_error(cstate, "'igrp' modifier applied to %s", typestr); in gen_host()
[all …]
/freebsd/sys/arm/arm/
H A Ddebug_monitor.c622 const char *typestr; in dbg_setup_xpoint() local
633 typestr = is_bkpt ? "breakpoint" : "watchpoint"; in dbg_setup_xpoint()
653 typestr, dbg_watchpoint_num); in dbg_setup_xpoint()
675 db_printf("Unsupported address size for %s: %zu\n", typestr, in dbg_setup_xpoint()
699 typestr, conf->access); in dbg_setup_xpoint()
/freebsd/contrib/tcpdump/
H A Dprint-ppp.c417 const char *typestr; in handle_ctrl_proto() local
425 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto); in handle_ctrl_proto()
426 ND_PRINT("%s, ", typestr); in handle_ctrl_proto()
587 ND_PRINT("[|%s]", typestr); in handle_ctrl_proto()
1576 const char *typestr; in ppp_print() local
1577 typestr = tok2str(ppptype2str, "unknown", proto); in ppp_print()
1579 typestr, in ppp_print()
1582 if (*typestr == 'u') /* "unknown" */ in ppp_print()
/freebsd/contrib/unbound/services/
H A Dauthzone.c4808 char typestr[32]; in log_rrlist_position() local
4816 (void)sldns_wire2str_type_buf(rr_type, typestr, sizeof(typestr)); in log_rrlist_position()
4818 str, typestr); in log_rrlist_position()
7828 char typestr[32]; in zonemd_dnssec_verify_rrset() local
7829 typestr[0]=0; in zonemd_dnssec_verify_rrset()
7830 sldns_wire2str_type_buf(rrset->type, typestr, sizeof(typestr)); in zonemd_dnssec_verify_rrset()
7832 "zonemd: verify %s RRset with DNSKEY", typestr); in zonemd_dnssec_verify_rrset()
8272 char* reason = NULL, *ds_bogus = NULL, *typestr="DNSKEY"; in auth_zonemd_dnskey_lookup_callback() local
8288 typestr = "DS"; in auth_zonemd_dnskey_lookup_callback()
8300 "zonemd lookup of %s was bogus: %s", typestr, reason); in auth_zonemd_dnskey_lookup_callback()
[all …]
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1910 char *typestr = bp; in parse_name() local
1923 opt_getprog(), typestr, desc); in parse_name()
1950 nid = OBJ_txt2nid(typestr); in parse_name()
1954 opt_getprog(), desc, typestr); in parse_name()
1964 opt_getprog(), desc, typestr); in parse_name()
1973 opt_getprog(), desc, typestr ,valstr); in parse_name()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c1577 const char *typestr; in hdaa_widget_postprocess() local
1582 typestr = "audio output"; in hdaa_widget_postprocess()
1585 typestr = "audio input"; in hdaa_widget_postprocess()
1588 typestr = "audio mixer"; in hdaa_widget_postprocess()
1591 typestr = "audio selector"; in hdaa_widget_postprocess()
1594 typestr = "pin"; in hdaa_widget_postprocess()
1597 typestr = "power widget"; in hdaa_widget_postprocess()
1600 typestr = "volume widget"; in hdaa_widget_postprocess()
1603 typestr = "beep widget"; in hdaa_widget_postprocess()
1606 typestr = "vendor widget"; in hdaa_widget_postprocess()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrFPU.td258 class CEQS_FT<string typestr, RegisterClass RC, InstrItinClass Itin,
261 !strconcat("c.$cond.", typestr, "\t$fs, $ft"),
263 !strconcat("c.$cond.", typestr)>, HARDFLOAT {
/freebsd/sys/arm/mv/
H A Dmv_common.c473 mv_fdt_is_type(phandle_t node, const char *typestr) in mv_fdt_is_type() argument
484 if (strncasecmp(type, typestr, FDT_TYPE_LEN) == 0) in mv_fdt_is_type()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c16171 char *strtab, *typestr;
16334 typestr = strtab + probe->dofpr_nargv;
16342 typesz = strlen(typestr) + 1;
16349 typestr += typesz;
16353 typestr = strtab + probe->dofpr_xargv;
16367 typesz = strlen(typestr) + 1;
16375 typestr += typesz;
16170 char *strtab, *typestr; global() local
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3003 const char *typestr; in userspace_cb() local
3090 typestr = us_type2str(type); in userspace_cb()
3091 typelen = strlen(gettext(typestr)); in userspace_cb()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4216 char *typestr = NULL; in zpool_do_prefetch() local
4224 typestr = optarg; in zpool_do_prefetch()
4255 if (strcmp(typestr, "ddt") == 0) { in zpool_do_prefetch()