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

/freebsd-11.0-release/sys/boot/common/
H A Dls.c52 static char typestr[] = "?fc?d?b? ?l?s?w"; variable
114 sprintf(lbuf, " %c %8d %s\n", typestr[d->d_type],
117 sprintf(lbuf, " %c %s\n", typestr[d->d_type], d->d_name);
H A Dmodule.c106 char *typestr; local
112 typestr = NULL;
123 typestr = optarg;
139 if ((argc != 2) || (typestr == NULL) || (*typestr == 0)) {
144 fp = file_findfile(argv[1], typestr);
150 if (file_loadraw(argv[1], typestr, 1) != NULL)
154 if (strcmp("mfs_root", typestr) == 0)
188 char typestr[80]; local
217 sprintf(typestr, "
[all...]
/freebsd-11.0-release/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-11.0-release/sys/dev/fe/
H A Dif_fe_cbus.c342 sc->typestr = "RE1000";
356 fe_irq_failure(sc->typestr, sc->sc_unit, irq, "3/5/6/12");
386 sc->typestr = "RE1000Plus/ME1500";
560 sc->typestr = "C-NET(9N)C";
567 fe_irq_failure(sc->typestr, sc->sc_unit, NO_IRQ, NULL);
571 sc->typestr = "C-NET(9N)E";
577 fe_irq_failure(sc->typestr, sc->sc_unit, irq, "5");
646 sc->typestr = "C-NET(98)P2";
653 fe_irq_failure(sc->typestr, sc->sc_unit, irq,
716 sc->typestr
[all...]
H A Dif_fe_isa.c293 sc->typestr = type->str;
413 sc->typestr = "AT-1700T/RE2001";
418 sc->typestr = "AT-1700BT/RE2003";
422 sc->typestr = "AT-1700FT/RE2009";
426 sc->typestr = "AT-1700AT/RE2005";
430 sc->typestr = "unknown AT-1700/RE2000";
538 sc->typestr = "EtherTeam16i/COMBO";
542 sc->typestr = "EtherTeam16i/TP";
546 sc->typestr = "EtherTeam16i/ErgoPro";
550 sc->typestr
[all...]
H A Dif_fe_pccard.c264 sc->typestr = "MBH10302 (PCMCIA)";
347 sc->typestr = "Generic MB8696x/78Q837x Ethernet (PCMCIA)";
H A Dif_fevar.h83 char const * typestr; /* printable name of the interface. */ member in struct:fe_softc
H A Dif_fe.c834 device_printf(dev, "type %s%s\n", sc->typestr,
/freebsd-11.0-release/sys/dev/snc/
H A Ddp83932subr.c405 u_int8_t *typestr; local
412 typestr = "NEC PC-9801-84";
414 typestr = "NEC PC-9801-83";
419 typestr = "NEC PC-9801-104";
421 typestr = "NEC PC-9801-103";
427 typestr = "NEC PC-9801N-J02R";
429 typestr = "NEC PC-9801N-J02";
432 typestr = "NEC unknown (PC-9801N-25?)";
437 typestr = "unknown (3rd vendor?)";
441 return typestr;
[all...]
/freebsd-11.0-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sysevent.c168 char typestr[128]; local
307 snprintf(typestr, sizeof(typestr), "misc.fs.zfs.%s", type + 8);
308 type = typestr;
/freebsd-11.0-release/contrib/libpcap/
H A Dgencode.c4626 const char *typestr; local
4629 typestr = "net";
4631 typestr = "host";
4659 bpf_error("'tcp' modifier applied to %s", typestr);
4662 bpf_error("'sctp' modifier applied to %s", typestr);
4665 bpf_error("'udp' modifier applied to %s", typestr);
4668 bpf_error("'icmp' modifier applied to %s", typestr);
4671 bpf_error("'igmp' modifier applied to %s", typestr);
4674 bpf_error("'igrp' modifier applied to %s", typestr);
4677 bpf_error("'pim' modifier applied to %s", typestr);
4757 const char *typestr; local
[all...]
/freebsd-11.0-release/sys/arm/arm/
H A Ddebug_monitor.c596 const char *typestr; local
607 typestr = is_bkpt ? "breakpoint" : "watchpoint";
627 typestr, dbg_watchpoint_num);
649 db_printf("Unsupported address size for %s\n", typestr);
671 db_printf("Unsupported exception level for %s\n", typestr);
/freebsd-11.0-release/sys/dev/sn/
H A Dif_sn_pccard.c69 char *typestr; member in struct:sn_sw
/freebsd-11.0-release/sys/dev/fdt/
H A Dfdt_common.c356 fdt_is_type(phandle_t node, const char *typestr) argument
366 if (strncasecmp(type, typestr, FDT_TYPE_LEN) == 0)
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-ppp.c418 const char *typestr; local
426 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
427 ND_PRINT((ndo, "%s, ", typestr));
577 ND_PRINT((ndo, "[|%s]", typestr));
/freebsd-11.0-release/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-11.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2424 const char *typestr; local
2512 typestr = us_type2str(type);
2513 typelen = strlen(gettext(typestr));
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c15955 char *strtab, *typestr;
16118 typestr = strtab + probe->dofpr_nargv;
16126 typesz = strlen(typestr) + 1;
16133 typestr += typesz;
16137 typestr = strtab + probe->dofpr_xargv;
16151 typesz = strlen(typestr) + 1;
16159 typestr += typesz;

Completed in 190 milliseconds