Searched refs:typestr (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/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-current/stand/common/
H A Dls.c49 static char typestr[] = "?fc?d?b? ?l?s?w"; variable
94 typestr[sb.st_mode >> 12],
98 typestr[sb.st_mode >> 12], path);
131 typestr[d->d_type? d->d_type:sb.st_mode >> 12],
135 typestr[d->d_type? d->d_type:sb.st_mode >> 12], d->d_name);
H A Dmodule.c111 char *typestr; local
124 typestr = NULL;
152 typestr = optarg;
168 if ((argc != 2) || (typestr == NULL) || (*typestr == 0)) {
174 if (strncmp(typestr, "manifest", 8) == 0) {
180 if (strncmp(typestr, "pass_manifest", 13) == 0) {
188 fp = file_findfile(argv[1], typestr);
195 if (file_loadraw(argv[1], typestr, 1) != NULL)
199 if (strcmp("mfs_root", typestr)
236 char typestr[80]; local
[all...]
/freebsd-current/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c122 dtfs_domount(struct puffs_usermount *pu, const char *typestr) argument
147 if (!typestr) {
151 if (strncmp(rtypes[i].tstr, typestr,
153 if (rtypes[i].pfunc(pu, typestr,
156 "\"%s\"\n", typestr);
163 fprintf(stderr, "no maching type for %s\n", typestr);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_sysevent.c49 char typestr[128]; local
215 snprintf(typestr, sizeof (typestr), "misc.fs.zfs.%s", type + 8);
216 type = typestr;
/freebsd-current/contrib/libpcap/
H A Dgencode.c4959 const char *typestr; local
4962 typestr = "net";
4964 typestr = "host";
4983 bpf_error(cstate, "link-layer modifier applied to %s", typestr);
4995 bpf_error(cstate, "'sctp' modifier applied to %s", typestr);
4998 bpf_error(cstate, "'tcp' modifier applied to %s", typestr);
5001 bpf_error(cstate, "'udp' modifier applied to %s", typestr);
5004 bpf_error(cstate, "'icmp' modifier applied to %s", typestr);
5007 bpf_error(cstate, "'igmp' modifier applied to %s", typestr);
5010 bpf_error(cstate, "'igrp' modifier applied to %s", typestr);
5110 const char *typestr; local
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-ppp.c415 const char *typestr; local
423 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
424 ND_PRINT("%s, ", typestr);
585 ND_PRINT("[|%s]", typestr);
1574 const char *typestr; local
1575 typestr = tok2str(ppptype2str, "unknown", proto);
1577 typestr,
1580 if (*typestr == 'u') /* "unknown" */
/freebsd-current/sys/arm/arm/
H A Ddebug_monitor.c622 const char *typestr; local
633 typestr = is_bkpt ? "breakpoint" : "watchpoint";
653 typestr, dbg_watchpoint_num);
675 db_printf("Unsupported address size for %s: %zu\n", typestr,
699 typestr, conf->access);
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps.c1910 char *typestr = bp; local
1923 opt_getprog(), typestr, desc);
1950 nid = OBJ_txt2nid(typestr);
1954 opt_getprog(), desc, typestr);
1964 opt_getprog(), desc, typestr);
1973 opt_getprog(), desc, typestr ,valstr);
/freebsd-current/contrib/unbound/services/
H A Dauthzone.c4785 char typestr[32]; local
4793 (void)sldns_wire2str_type_buf(rr_type, typestr, sizeof(typestr));
4795 str, typestr);
7804 char typestr[32]; local
7805 typestr[0]=0;
7806 sldns_wire2str_type_buf(rrset->type, typestr, sizeof(typestr));
7808 "zonemd: verify %s RRset with DNSKEY", typestr);
8238 char* reason = NULL, *ds_bogus = NULL, *typestr local
[all...]
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.c1577 const char *typestr; local
1582 typestr = "audio output";
1585 typestr = "audio input";
1588 typestr = "audio mixer";
1591 typestr = "audio selector";
1594 typestr = "pin";
1597 typestr = "power widget";
1600 typestr = "volume widget";
1603 typestr = "beep widget";
1606 typestr
[all...]
/freebsd-current/sys/arm/mv/
H A Dmv_common.c473 mv_fdt_is_type(phandle_t node, const char *typestr) argument
484 if (strncasecmp(type, typestr, FDT_TYPE_LEN) == 0)
/freebsd-current/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;
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2854 const char *typestr; local
2941 typestr = us_type2str(type);
2942 typelen = strlen(gettext(typestr));

Completed in 199 milliseconds