Symbol: typestr
stand/boot/common/ls.c
112
sprintf(lbuf, " %c %8d %s\n", typestr[d->d_type],
stand/boot/common/ls.c
115
sprintf(lbuf, " %c %s\n", typestr[d->d_type], d->d_name);
stand/boot/common/ls.c
47
static char typestr[] = "?fc?d?b? ?l?s?w";
stand/boot/common/module.c
100
char *typestr;
stand/boot/common/module.c
106
typestr = NULL;
stand/boot/common/module.c
117
typestr = optarg;
stand/boot/common/module.c
133
if ((argc != 2) || (typestr == NULL) || (*typestr == 0)) {
stand/boot/common/module.c
137
return(file_loadraw(typestr, argv[1]));
sys/dev/misc/puc/puc.c
205
char *typestr;
sys/dev/misc/puc/puc.c
283
typestr = "sio";
sys/dev/misc/puc/puc.c
326
childunit = puc_find_free_unit(typestr);
sys/dev/misc/puc/puc.c
327
sc->sc_ports[i].dev = device_add_child(dev, typestr, childunit);
sys/dev/sound/pci/hda/hdaa.c
1611
const char *typestr;
sys/dev/sound/pci/hda/hdaa.c
1616
typestr = "audio output";
sys/dev/sound/pci/hda/hdaa.c
1619
typestr = "audio input";
sys/dev/sound/pci/hda/hdaa.c
1622
typestr = "audio mixer";
sys/dev/sound/pci/hda/hdaa.c
1625
typestr = "audio selector";
sys/dev/sound/pci/hda/hdaa.c
1628
typestr = "pin";
sys/dev/sound/pci/hda/hdaa.c
1631
typestr = "power widget";
sys/dev/sound/pci/hda/hdaa.c
1634
typestr = "volume widget";
sys/dev/sound/pci/hda/hdaa.c
1637
typestr = "beep widget";
sys/dev/sound/pci/hda/hdaa.c
1640
typestr = "vendor widget";
sys/dev/sound/pci/hda/hdaa.c
1643
typestr = "unknown type";
sys/dev/sound/pci/hda/hdaa.c
1646
strlcpy(w->name, typestr, sizeof(w->name));
test/kvm/kvm_file/test_kvm_file.c
88
kfile[i].f_pid, kfile[i].f_fd, typestr(kfile[i].f_type));
usr.bin/dsynth/mount.c
326
const char *typestr;
usr.bin/dsynth/mount.c
352
typestr = "";
usr.bin/dsynth/mount.c
363
typestr = "tmpfs";
usr.bin/dsynth/mount.c
373
typestr = "null";
usr.bin/dsynth/mount.c
375
typestr = "nullfs";
usr.bin/dsynth/mount.c
379
typestr = "devfs";
usr.bin/dsynth/mount.c
382
typestr = "procfs";
usr.bin/dsynth/mount.c
409
MOUNT_BINARY, optstr, typestr, rwstr,