sys/arch/algor/pci/pcib.c
153
char devinfo[256];
sys/arch/algor/pci/pcib.c
156
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/algor/pci/pcib.c
157
aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
sys/arch/alpha/pci/sio.c
183
char devinfo[256];
sys/arch/alpha/pci/sio.c
185
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/alpha/pci/sio.c
186
aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
sys/arch/cats/pci/pcib.c
84
char devinfo[256];
sys/arch/cats/pci/pcib.c
92
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/cats/pci/pcib.c
93
printf("%s: %s (rev. 0x%02x)\n", device_xname(self), devinfo,
sys/arch/cobalt/pci/pcib.c
65
char devinfo[256];
sys/arch/cobalt/pci/pcib.c
68
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/cobalt/pci/pcib.c
69
aprint_normal_dev(self, "%s, rev %d\n", devinfo,
sys/arch/dreamcast/dev/maple/maple.c
1597
maple_get_function_data(struct maple_devinfo *devinfo, int function_code)
sys/arch/dreamcast/dev/maple/maple.c
1602
func = be32toh(devinfo->di_func);
sys/arch/dreamcast/dev/maple/maple.c
1606
return be32toh(devinfo->di_function_data[p]);
sys/arch/dreamcast/dev/maple/maple.c
1663
memcpy(data, &u->devinfo, sizeof(struct maple_devinfo));
sys/arch/dreamcast/dev/maple/maple.c
575
if (memcmp(&u->devinfo, newinfo, sizeof(struct maple_devinfo)) == 0)
sys/arch/dreamcast/dev/maple/maple.c
581
u->devinfo = *newinfo;
sys/arch/dreamcast/dev/maple/maple.c
684
ma.ma_devinfo = &u->devinfo;
sys/arch/dreamcast/dev/maple/maple.c
685
ma.ma_basedevinfo = &sc->sc_unit[u->port][0].devinfo;
sys/arch/dreamcast/dev/maple/maple.c
807
memset(&u->devinfo, 0, sizeof(struct maple_devinfo));
sys/arch/dreamcast/dev/maple/maplevar.h
118
struct maple_devinfo devinfo;
sys/arch/evbarm/ixm1200/nappi_nppb.c
118
char devinfo[256];
sys/arch/evbarm/ixm1200/nappi_nppb.c
128
snprintf(devinfo, sizeof(devinfo), "21555 Non-Transparent PCI-PCI Bridge");
sys/arch/evbarm/ixm1200/nappi_nppb.c
129
aprint_normal(": %s, rev %d\n", devinfo, PCI_REVISION(pa->pa_class));
sys/arch/evbmips/loongson/dev/pcib.c
105
char devinfo[256];
sys/arch/evbmips/loongson/dev/pcib.c
109
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/evbmips/loongson/dev/pcib.c
110
aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
sys/arch/evbmips/malta/pci/pchb.c
101
snprintf(devinfo, sizeof(devinfo),
sys/arch/evbmips/malta/pci/pchb.c
105
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo,
sys/arch/evbmips/malta/pci/pchb.c
106
sizeof(devinfo));
sys/arch/evbmips/malta/pci/pchb.c
108
printf("%s: %s (rev. 0x%02x)\n", device_xname(self), devinfo,
sys/arch/evbmips/malta/pci/pchb.c
82
char devinfo[256];
sys/arch/evbmips/malta/pci/pcib.c
175
char devinfo[256];
sys/arch/evbmips/malta/pci/pcib.c
189
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/evbmips/malta/pci/pcib.c
190
printf("%s: %s, (rev . 0x%02x)\n", xname, devinfo,
sys/arch/hpcmips/vr/vrc4173bcu.c
252
char devinfo[256];
sys/arch/hpcmips/vr/vrc4173bcu.c
264
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/hpcmips/vr/vrc4173bcu.c
265
printf(": %s (rev. 0x%02x)\n", devinfo, PCI_REVISION(pa->pa_class));
sys/arch/hppa/dev/ssio.c
174
char devinfo[256];
sys/arch/hppa/dev/ssio.c
184
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof devinfo);
sys/arch/hppa/dev/ssio.c
186
aprint_normal(": %s (rev. 0x%02x)\n", devinfo, revision);
sys/arch/i386/pci/gcscehci.c
100
char devinfo[256];
sys/arch/i386/pci/gcscehci.c
111
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/i386/pci/gcscehci.c
112
aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
sys/arch/i386/pci/p64h2apic.c
79
char devinfo[256];
sys/arch/i386/pci/p64h2apic.c
84
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/i386/pci/p64h2apic.c
85
aprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
sys/arch/i386/pci/pceb.c
108
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/i386/pci/pceb.c
109
aprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
sys/arch/i386/pci/pceb.c
99
char devinfo[256];
sys/arch/i386/pci/pcibios.c
225
char *devinfo;
sys/arch/i386/pci/pcibios.c
287
devinfo = malloc(256, M_DEVBUF, M_WAITOK);
sys/arch/i386/pci/pcibios.c
289
0, 0, devinfo, 256);
sys/arch/i386/pci/pcibios.c
290
aprint_verbose(" (%s compatible)", devinfo);
sys/arch/i386/pci/pcibios.c
291
free(devinfo, M_DEVBUF);
sys/arch/i386/pci/pcmb.c
80
char devinfo[256];
sys/arch/i386/pci/pcmb.c
89
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/i386/pci/pcmb.c
90
aprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
sys/arch/macppc/dev/ofb.c
150
char devinfo[256];
sys/arch/macppc/dev/ofb.c
154
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/macppc/dev/ofb.c
155
printf(": %s\n", devinfo);
sys/arch/netwinder/pci/pcib.c
100
printf("%s: %s (rev. 0x%02x)\n", device_xname(self), devinfo,
sys/arch/netwinder/pci/pcib.c
91
char devinfo[256];
sys/arch/netwinder/pci/pcib.c
99
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/powerpc/ibm4xx/pci/pchb.c
124
char devinfo[256];
sys/arch/powerpc/ibm4xx/pci/pchb.c
148
pci_devinfo(id, class, 0, devinfo, sizeof(devinfo));
sys/arch/powerpc/ibm4xx/pci/pchb.c
149
aprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
sys/arch/powerpc/pci/pchb.c
237
char devinfo[256];
sys/arch/powerpc/pci/pchb.c
253
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/powerpc/pci/pchb.c
254
aprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
sys/arch/powerpc/pci/pcib.c
105
char devinfo[256];
sys/arch/powerpc/pci/pcib.c
115
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/powerpc/pci/pcib.c
116
aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
sys/arch/prep/pci/gten.c
127
char devinfo[256], pbuf[10];
sys/arch/prep/pci/gten.c
171
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/prep/pci/gten.c
172
aprint_normal(": %s\n", devinfo);
sys/arch/prep/pci/pceb.c
100
char devinfo[256];
sys/arch/prep/pci/pceb.c
109
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/prep/pci/pceb.c
110
aprint_normal_dev(self, "%s (rev. 0x%02x)\n", devinfo,
sys/arch/sh3/dev/shpcic.c
129
char devinfo[256];
sys/arch/sh3/dev/shpcic.c
137
pci_devinfo(id, class, 1, devinfo, sizeof(devinfo));
sys/arch/sh3/dev/shpcic.c
138
aprint_normal(": %s\n", devinfo);
sys/arch/sparc/dev/ebus.c
252
char devinfo[256];
sys/arch/sparc/dev/ebus.c
260
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/sparc/dev/ebus.c
262
devinfo, PCI_REVISION(pa->pa_class));
sys/arch/sparc/include/oldmon.h
129
struct devinfo *b_devinfo; /* info to configure device. */
sys/arch/sparc/sparc/msiiep.c
281
char devinfo[256], buf[32], *model;
sys/arch/sparc/sparc/msiiep.c
294
devinfo, sizeof(devinfo));
sys/arch/sparc/sparc/msiiep.c
295
printf(": %s: clock = %s MHz\n", devinfo,
sys/arch/sparc/stand/common/promdev.c
644
struct devinfo *dip;
sys/arch/sparc/stand/common/promdev.c
721
struct devinfo *dip;
sys/arch/sparc64/dev/ebus.c
148
char devinfo[256];
sys/arch/sparc64/dev/ebus.c
154
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/sparc64/dev/ebus.c
155
aprint_normal(": %s, revision 0x%02x\n", devinfo,
sys/arch/sun68k/stand/libsa/promdev.c
67
struct devinfo *dip;
sys/arch/sun68k/stand/libsa/saio.h
73
struct devinfo *b_devinfo; /* Information to configure device */
sys/arch/x86/pci/aapic.c
44
char devinfo[256];
sys/arch/x86/pci/aapic.c
49
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/x86/pci/aapic.c
52
aprint_normal(": %s (rev. 0x%02x)\n", devinfo, rev);
sys/arch/xen/xen/pciback.c
220
char devinfo[256];
sys/arch/xen/xen/pciback.c
232
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/arch/xen/xen/pciback.c
233
aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
sys/dev/acpi/acpi.c
877
ACPI_DEVICE_INFO *devinfo;
sys/dev/acpi/acpi.c
881
rv = AcpiGetObjectInfo(handle, &devinfo);
sys/dev/acpi/acpi.c
886
type = devinfo->Type;
sys/dev/acpi/acpi.c
891
acpi_activate_device(handle, &devinfo);
sys/dev/acpi/acpi.c
907
ad->ad_devinfo = devinfo;
sys/dev/acpi/acpi.c
913
acpi_make_name(ad, devinfo->Name);
sys/dev/acpi/acpi.c
936
ACPI_FREE(devinfo);
sys/dev/acpi/acpi_util.c
583
ACPI_DEVICE_INFO *devinfo = ad->ad_devinfo;
sys/dev/acpi/acpi_util.c
601
if ((devinfo->Valid & ACPI_VALID_HID) != 0) {
sys/dev/acpi/acpi_util.c
602
const char *cp = devinfo->HardwareId.String;
sys/dev/acpi/acpi_util.c
612
if ((devinfo->Valid & ACPI_VALID_CID) != 0) {
sys/dev/acpi/acpi_util.c
613
for (i = 0; i < devinfo->CompatibleIdList.Count; i++) {
sys/dev/acpi/acpi_util.c
615
devinfo->CompatibleIdList.Ids[i].String;
sys/dev/acpi/sony_acpi.c
437
ACPI_DEVICE_INFO *devinfo;
sys/dev/acpi/sony_acpi.c
439
rv = AcpiGetObjectInfo(hdl, &devinfo);
sys/dev/acpi/sony_acpi.c
440
if (ACPI_FAILURE(rv) || devinfo == NULL)
sys/dev/acpi/sony_acpi.c
443
if ((devinfo->Valid & ACPI_VALID_HID) != 0 &&
sys/dev/acpi/sony_acpi.c
444
devinfo->HardwareId.String &&
sys/dev/acpi/sony_acpi.c
445
strncmp(devinfo->HardwareId.String, "SNY6001", 7) == 0)
sys/dev/acpi/sony_acpi.c
448
ACPI_FREE(devinfo);
sys/dev/cardbus/cardbus.c
651
char devinfo[256];
sys/dev/cardbus/cardbus.c
655
pci_devinfo(ca->ca_id, ca->ca_class, 1, devinfo,
sys/dev/cardbus/cardbus.c
656
sizeof(devinfo));
sys/dev/cardbus/cardbus.c
667
aprint_normal(" %s at %s", devinfo, pnp);
sys/dev/cardbus/ehci_cardbus.c
131
char devinfo[256];
sys/dev/cardbus/ehci_cardbus.c
140
pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo));
sys/dev/cardbus/ehci_cardbus.c
141
aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
sys/dev/cardbus/fwohci_cardbus.c
94
char devinfo[256];
sys/dev/cardbus/fwohci_cardbus.c
96
pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo));
sys/dev/cardbus/fwohci_cardbus.c
97
aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
sys/dev/cardbus/if_malo_cardbus.c
100
pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo));
sys/dev/cardbus/if_malo_cardbus.c
101
aprint_normal(": %s\n", devinfo);
sys/dev/cardbus/if_malo_cardbus.c
96
char devinfo[256];
sys/dev/cardbus/if_ral_cardbus.c
132
char devinfo[256];
sys/dev/cardbus/if_ral_cardbus.c
136
pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo));
sys/dev/cardbus/if_ral_cardbus.c
138
aprint_normal(": %s (rev. 0x%02x)\n", devinfo, revision);
sys/dev/cardbus/ohci_cardbus.c
111
char devinfo[256];
sys/dev/cardbus/ohci_cardbus.c
117
pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo));
sys/dev/cardbus/ohci_cardbus.c
118
printf(": %s (rev. 0x%02x)\n", devinfo,
sys/dev/cardbus/rbus_ppb.c
612
char devinfo[256];
sys/dev/cardbus/rbus_ppb.c
618
pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo));
sys/dev/cardbus/rbus_ppb.c
619
printf(": %s (rev. 0x%02x)\n", devinfo, PCI_REVISION(ca->ca_class));
sys/dev/cardbus/sdhc_cardbus.c
108
char devinfo[256];
sys/dev/cardbus/sdhc_cardbus.c
126
pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo));
sys/dev/cardbus/sdhc_cardbus.c
127
aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
sys/dev/cardbus/siisata_cardbus.c
148
char devinfo[256];
sys/dev/cardbus/siisata_cardbus.c
162
pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo));
sys/dev/cardbus/siisata_cardbus.c
164
aprint_normal(": %s\n", devinfo);
sys/dev/cardbus/uhci_cardbus.c
102
char devinfo[256];
sys/dev/cardbus/uhci_cardbus.c
107
pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo));
sys/dev/cardbus/uhci_cardbus.c
108
printf(": %s (rev. 0x%02x)\n", devinfo, PCI_REVISION(ca->ca_class));
sys/dev/eisa/eisa.c
80
char devinfo[256];
sys/dev/eisa/eisa.c
83
eisa_devinfo(ea->ea_idstring, devinfo, sizeof(devinfo));
sys/dev/eisa/eisa.c
84
aprint_normal("%s at %s", devinfo, pnp);
sys/dev/i2o/iop.c
842
iop_devinfo(int class, char *devinfo, size_t l)
sys/dev/i2o/iop.c
851
snprintf(devinfo, l, "device (class 0x%x)", class);
sys/dev/i2o/iop.c
853
strlcpy(devinfo, iop_class[i].ic_caption, l);
sys/dev/i2o/iop.c
860
char devinfo[256];
sys/dev/i2o/iop.c
865
iop_devinfo(ia->ia_class, devinfo, sizeof(devinfo));
sys/dev/i2o/iop.c
866
aprint_normal("%s at %s", devinfo, pnp);
sys/dev/ic/aic79xx.c
1026
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
1054
ahd_compile_devinfo(&devinfo, SCB_GET_OUR_ID(scb),
sys/dev/ic/aic79xx.c
1061
devinfo.channel,
sys/dev/ic/aic79xx.c
1062
devinfo.our_scsiid,
sys/dev/ic/aic79xx.c
1063
devinfo.target,
sys/dev/ic/aic79xx.c
1066
ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
sys/dev/ic/aic79xx.c
1068
ahd_set_syncrate(ahd, &devinfo, /*period*/0,
sys/dev/ic/aic79xx.c
1171
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
1184
ahd_fetch_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
1207
if (devinfo.role == ROLE_INITIATOR) {
sys/dev/ic/aic79xx.c
1210
&devinfo,
sys/dev/ic/aic79xx.c
1227
&devinfo,
sys/dev/ic/aic79xx.c
124
struct ahd_devinfo *devinfo);
sys/dev/ic/aic79xx.c
1281
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
1283
ahd_fetch_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
1284
ahd_handle_ign_wide_residue(ahd, &devinfo);
sys/dev/ic/aic79xx.c
1358
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
1362
ahd_fetch_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
1364
ahd_name(ahd), devinfo.channel, devinfo.target,
sys/dev/ic/aic79xx.c
1365
devinfo.lun);
sys/dev/ic/aic79xx.c
139
struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
1418
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
1420
ahd_scb_devinfo(ahd, &devinfo, scb);
sys/dev/ic/aic79xx.c
1422
ahd_handle_devreset(ahd, &devinfo, lun,
sys/dev/ic/aic79xx.c
143
struct ahd_devinfo *devinfo);
sys/dev/ic/aic79xx.c
145
struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
148
struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
151
struct ahd_devinfo *devinfo);
sys/dev/ic/aic79xx.c
153
struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
156
struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
159
struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
1597
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
1614
ahd_scb_devinfo(ahd, &devinfo, scb);
sys/dev/ic/aic79xx.c
1615
ahd_force_renegotiation(ahd, &devinfo);
sys/dev/ic/aic79xx.c
172
struct ahd_devinfo *devinfo);
sys/dev/ic/aic79xx.c
174
struct ahd_devinfo *devinfo);
sys/dev/ic/aic79xx.c
176
struct ahd_devinfo *devinfo);
sys/dev/ic/aic79xx.c
179
struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
185
struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
2115
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
2136
ahd_compile_devinfo(&devinfo, initiator_role_id,
sys/dev/ic/aic79xx.c
2157
ahd_print_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
2208
ahd_handle_devreset(ahd, &devinfo, CAM_LUN_WILDCARD,
sys/dev/ic/aic79xx.c
2225
tinfo = ahd_fetch_transinfo(ahd, devinfo.channel,
sys/dev/ic/aic79xx.c
2226
devinfo.our_scsiid,
sys/dev/ic/aic79xx.c
2227
devinfo.target, &tstate);
sys/dev/ic/aic79xx.c
2243
ahd_set_width(ahd, &devinfo,
sys/dev/ic/aic79xx.c
2259
ahd_set_syncrate(ahd, &devinfo,
sys/dev/ic/aic79xx.c
2337
ahd_force_renegotiation(ahd, &devinfo);
sys/dev/ic/aic79xx.c
2353
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
2361
ahd_fetch_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
2374
ahd_print_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
2383
ahd_print_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
2431
ahd_print_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
2450
ahd_force_renegotiation(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
sys/dev/ic/aic79xx.c
2457
ahd_print_devinfo(ahd, devinfo);
sys/dev/ic/aic79xx.c
2462
devinfo->channel,
sys/dev/ic/aic79xx.c
2463
devinfo->our_scsiid,
sys/dev/ic/aic79xx.c
2464
devinfo->target,
sys/dev/ic/aic79xx.c
2466
ahd_update_neg_request(ahd, devinfo, tstate,
sys/dev/ic/aic79xx.c
2913
ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
2940
tstate->auto_negotiate |= devinfo->target_mask;
sys/dev/ic/aic79xx.c
2942
tstate->auto_negotiate &= ~devinfo->target_mask;
sys/dev/ic/aic79xx.c
2956
ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
2976
tinfo = ahd_fetch_transinfo(ahd, devinfo->channel, devinfo->our_scsiid,
sys/dev/ic/aic79xx.c
2977
devinfo->target, &tstate);
sys/dev/ic/aic79xx.c
3006
ahd_send_async(ahd, devinfo->channel, devinfo->target,
sys/dev/ic/aic79xx.c
3015
ahd_name(ahd), devinfo->target,
sys/dev/ic/aic79xx.c
3045
ahd_name(ahd), devinfo->target,
sys/dev/ic/aic79xx.c
3062
ahd_update_neg_table(ahd, devinfo, &tinfo->curr);
sys/dev/ic/aic79xx.c
3070
ahd_print_devinfo(ahd, devinfo);
sys/dev/ic/aic79xx.c
3087
update_needed += ahd_update_neg_request(ahd, devinfo, tstate,
sys/dev/ic/aic79xx.c
3103
ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
3114
tinfo = ahd_fetch_transinfo(ahd, devinfo->channel, devinfo->our_scsiid,
sys/dev/ic/aic79xx.c
3115
devinfo->target, &tstate);
sys/dev/ic/aic79xx.c
3129
ahd_send_async(ahd, devinfo->channel, devinfo->target,
sys/dev/ic/aic79xx.c
3134
ahd_name(ahd), devinfo->target,
sys/dev/ic/aic79xx.c
3142
ahd_update_neg_table(ahd, devinfo, &tinfo->curr);
sys/dev/ic/aic79xx.c
3147
update_needed += ahd_update_neg_request(ahd, devinfo, tstate,
sys/dev/ic/aic79xx.c
3158
ahd_set_tags(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
3161
ahd_platform_set_tags(ahd, devinfo, alg);
sys/dev/ic/aic79xx.c
3162
ahd_send_async(ahd, devinfo->channel, devinfo->target,
sys/dev/ic/aic79xx.c
3163
devinfo->lun, AC_TRANSFER_NEG, &alg);
sys/dev/ic/aic79xx.c
3167
ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
3182
ahd_outb(ahd, NEGOADDR, devinfo->target);
sys/dev/ic/aic79xx.c
3288
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
3292
ahd_scb_devinfo(ahd, &devinfo, pending_scb);
sys/dev/ic/aic79xx.c
3293
(void)ahd_fetch_transinfo(ahd, devinfo.channel,
sys/dev/ic/aic79xx.c
3294
devinfo.our_scsiid,
sys/dev/ic/aic79xx.c
3295
devinfo.target, &tstate);
sys/dev/ic/aic79xx.c
3297
if ((tstate->auto_negotiate & devinfo.target_mask) == 0
sys/dev/ic/aic79xx.c
3351
ahd_fetch_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
sys/dev/ic/aic79xx.c
3376
ahd_compile_devinfo(devinfo,
sys/dev/ic/aic79xx.c
3386
ahd_print_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
sys/dev/ic/aic79xx.c
3389
devinfo->target, devinfo->lun, ahd_get_scbptr(ahd));
sys/dev/ic/aic79xx.c
3411
ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target,
sys/dev/ic/aic79xx.c
3414
devinfo->our_scsiid = our_id;
sys/dev/ic/aic79xx.c
3415
devinfo->target = target;
sys/dev/ic/aic79xx.c
3416
devinfo->lun = lun;
sys/dev/ic/aic79xx.c
3417
devinfo->target_offset = target;
sys/dev/ic/aic79xx.c
3418
devinfo->channel = channel;
sys/dev/ic/aic79xx.c
3419
devinfo->role = role;
sys/dev/ic/aic79xx.c
3421
devinfo->target_offset += 8;
sys/dev/ic/aic79xx.c
3422
devinfo->target_mask = (0x01 << devinfo->target_offset);
sys/dev/ic/aic79xx.c
3426
ahd_scb_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
3436
ahd_compile_devinfo(devinfo, our_id, SCB_GET_TARGET(ahd, scb),
sys/dev/ic/aic79xx.c
3449
ahd_setup_initiator_msgout(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
3534
ahd_build_transfer_msg(ahd, devinfo);
sys/dev/ic/aic79xx.c
3547
devinfo->target_mask);
sys/dev/ic/aic79xx.c
3570
ahd_build_transfer_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
sys/dev/ic/aic79xx.c
3586
tinfo = ahd_fetch_transinfo(ahd, devinfo->channel, devinfo->our_scsiid,
sys/dev/ic/aic79xx.c
3587
devinfo->target, &tstate);
sys/dev/ic/aic79xx.c
3598
if (devinfo->role == ROLE_TARGET)
sys/dev/ic/aic79xx.c
3601
&ppr_options, devinfo->role);
sys/dev/ic/aic79xx.c
3627
ahd_print_devinfo(ahd, devinfo);
sys/dev/ic/aic79xx.c
3632
if (devinfo->role == ROLE_TARGET)
sys/dev/ic/aic79xx.c
3649
devinfo->role);
sys/dev/ic/aic79xx.c
3651
ahd_construct_ppr(ahd, devinfo, period, offset,
sys/dev/ic/aic79xx.c
3654
ahd_construct_sdtr(ahd, devinfo, period, offset);
sys/dev/ic/aic79xx.c
3657
ahd_construct_wdtr(ahd, devinfo, tinfo->goal.width);
sys/dev/ic/aic79xx.c
3666
ahd_construct_sdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
3679
ahd_name(ahd), devinfo->channel, devinfo->target,
sys/dev/ic/aic79xx.c
3680
devinfo->lun, period, offset);
sys/dev/ic/aic79xx.c
3689
ahd_construct_wdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
3699
ahd_name(ahd), devinfo->channel, devinfo->target,
sys/dev/ic/aic79xx.c
3700
devinfo->lun, bus_width);
sys/dev/ic/aic79xx.c
3709
ahd_construct_ppr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
3734
devinfo->channel, devinfo->target, devinfo->lun,
sys/dev/ic/aic79xx.c
3773
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
3777
ahd_fetch_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
3798
ahd_print_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
3888
ahd_print_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
3921
message_done = ahd_parse_msg(ahd, &devinfo);
sys/dev/ic/aic79xx.c
3938
ahd_print_devinfo(ahd, &devinfo);
sys/dev/ic/aic79xx.c
4037
msgdone = ahd_parse_msg(ahd, &devinfo);
sys/dev/ic/aic79xx.c
4160
ahd_parse_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
sys/dev/ic/aic79xx.c
4171
tinfo = ahd_fetch_transinfo(ahd, devinfo->channel, devinfo->our_scsiid,
sys/dev/ic/aic79xx.c
4172
devinfo->target, &tstate);
sys/dev/ic/aic79xx.c
4198
response = ahd_handle_msg_reject(ahd, devinfo);
sys/dev/ic/aic79xx.c
4235
&ppr_options, devinfo->role);
sys/dev/ic/aic79xx.c
4237
tinfo->curr.width, devinfo->role);
sys/dev/ic/aic79xx.c
4242
ahd_name(ahd), devinfo->channel,
sys/dev/ic/aic79xx.c
4243
devinfo->target, devinfo->lun,
sys/dev/ic/aic79xx.c
4247
ahd_set_syncrate(ahd, devinfo, period,
sys/dev/ic/aic79xx.c
4268
&& devinfo->role == ROLE_INITIATOR) {
sys/dev/ic/aic79xx.c
4271
ahd_name(ahd), devinfo->channel,
sys/dev/ic/aic79xx.c
4272
devinfo->target, devinfo->lun);
sys/dev/ic/aic79xx.c
4276
ahd_construct_sdtr(ahd, devinfo,
sys/dev/ic/aic79xx.c
4309
devinfo->role);
sys/dev/ic/aic79xx.c
4313
ahd_name(ahd), devinfo->channel,
sys/dev/ic/aic79xx.c
4314
devinfo->target, devinfo->lun,
sys/dev/ic/aic79xx.c
4329
ahd_name(ahd), devinfo->channel,
sys/dev/ic/aic79xx.c
4330
devinfo->target, devinfo->lun,
sys/dev/ic/aic79xx.c
4339
&& devinfo->role == ROLE_INITIATOR) {
sys/dev/ic/aic79xx.c
4342
ahd_name(ahd), devinfo->channel,
sys/dev/ic/aic79xx.c
4343
devinfo->target, devinfo->lun);
sys/dev/ic/aic79xx.c
4347
ahd_construct_wdtr(ahd, devinfo, bus_width);
sys/dev/ic/aic79xx.c
4361
ahd_update_neg_request(ahd, devinfo, tstate,
sys/dev/ic/aic79xx.c
4363
ahd_set_width(ahd, devinfo, bus_width,
sys/dev/ic/aic79xx.c
4373
ahd_build_transfer_msg(ahd, devinfo);
sys/dev/ic/aic79xx.c
4429
devinfo->role);
sys/dev/ic/aic79xx.c
4431
&ppr_options, devinfo->role);
sys/dev/ic/aic79xx.c
4433
bus_width, devinfo->role);
sys/dev/ic/aic79xx.c
4451
if (devinfo->role != ROLE_TARGET)
sys/dev/ic/aic79xx.c
4454
ahd_name(ahd), devinfo->channel,
sys/dev/ic/aic79xx.c
4455
devinfo->target, devinfo->lun);
sys/dev/ic/aic79xx.c
4459
ahd_name(ahd), devinfo->channel,
sys/dev/ic/aic79xx.c
4460
devinfo->target, devinfo->lun);
sys/dev/ic/aic79xx.c
4463
ahd_construct_ppr(ahd, devinfo, period, offset,
sys/dev/ic/aic79xx.c
4473
ahd_name(ahd), devinfo->channel,
sys/dev/ic/aic79xx.c
4474
devinfo->target, devinfo->lun,
sys/dev/ic/aic79xx.c
4479
ahd_set_width(ahd, devinfo, bus_width,
sys/dev/ic/aic79xx.c
4482
ahd_set_syncrate(ahd, devinfo, period,
sys/dev/ic/aic79xx.c
4499
ahd_handle_devreset(ahd, devinfo, CAM_LUN_WILDCARD,
sys/dev/ic/aic79xx.c
4513
if (devinfo->role != ROLE_TARGET) {
sys/dev/ic/aic79xx.c
4520
ahd_abort_scbs(ahd, devinfo->target, devinfo->channel,
sys/dev/ic/aic79xx.c
4521
devinfo->lun, tag, ROLE_TARGET,
sys/dev/ic/aic79xx.c
4524
tstate = ahd->enabled_targets[devinfo->our_scsiid];
sys/dev/ic/aic79xx.c
4528
lstate = tstate->enabled_luns[devinfo->lun];
sys/dev/ic/aic79xx.c
4531
devinfo->our_scsiid,
sys/dev/ic/aic79xx.c
4578
ahd_handle_msg_reject(struct ahd_softc *ahd, struct ahd_devinfo *devinfo)
sys/dev/ic/aic79xx.c
4595
tinfo = ahd_fetch_transinfo(ahd, devinfo->channel,
sys/dev/ic/aic79xx.c
4596
devinfo->our_scsiid,
sys/dev/ic/aic79xx.c
4597
devinfo->target, &tstate);
sys/dev/ic/aic79xx.c
4612
ahd_name(ahd), devinfo->channel,
sys/dev/ic/aic79xx.c
4613
devinfo->target, devinfo->lun);
sys/dev/ic/aic79xx.c
4627
ahd_name(ahd), devinfo->channel,
sys/dev/ic/aic79xx.c
4628
devinfo->target, devinfo->lun);
sys/dev/ic/aic79xx.c
4636
ahd_build_transfer_msg(ahd, devinfo);
sys/dev/ic/aic79xx.c
4644
devinfo->channel, devinfo->target, devinfo->lun);
sys/dev/ic/aic79xx.c
4645
ahd_set_width(ahd, devinfo, MSG_EXT_WDTR_BUS_8_BIT,
sys/dev/ic/aic79xx.c
4660
ahd_build_transfer_msg(ahd, devinfo);
sys/dev/ic/aic79xx.c
4666
ahd_set_syncrate(ahd, devinfo, /*period*/0,
sys/dev/ic/aic79xx.c
4672
ahd_name(ahd), devinfo->channel,
sys/dev/ic/aic79xx.c
4673
devinfo->target, devinfo->lun);
sys/dev/ic/aic79xx.c
4683
devinfo->channel, devinfo->target, devinfo->lun);
sys/dev/ic/aic79xx.c
4684
ahd_set_tags(ahd, devinfo, AHD_QUEUE_NONE);
sys/dev/ic/aic79xx.c
4689
ahd_name(ahd), devinfo->channel, devinfo->target,
sys/dev/ic/aic79xx.c
4690
devinfo->lun, tag_type == MSG_ORDERED_Q_TAG
sys/dev/ic/aic79xx.c
4692
ahd_set_tags(ahd, devinfo, AHD_QUEUE_BASIC);
sys/dev/ic/aic79xx.c
4707
ahd_busy_tcl(ahd, BUILD_TCL(scb->hscb->scsiid, devinfo->lun),
sys/dev/ic/aic79xx.c
4728
ahd_force_renegotiation(ahd, devinfo);
sys/dev/ic/aic79xx.c
4731
ahd_build_transfer_msg(ahd, devinfo);
sys/dev/ic/aic79xx.c
4739
ahd_name(ahd), devinfo->channel, devinfo->target,
sys/dev/ic/aic79xx.c
4750
struct ahd_devinfo *devinfo)
sys/dev/ic/aic79xx.c
4993
ahd_handle_devreset(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
5002
found = ahd_abort_scbs(ahd, devinfo->target, devinfo->channel,
sys/dev/ic/aic79xx.c
5003
lun, SCB_LIST_NULL, devinfo->role,
sys/dev/ic/aic79xx.c
5011
tstate = ahd->enabled_targets[devinfo->our_scsiid];
sys/dev/ic/aic79xx.c
5030
ahd_queue_lstate_event(ahd, lstate, devinfo->our_scsiid,
sys/dev/ic/aic79xx.c
5040
ahd_set_width(ahd, devinfo, MSG_EXT_WDTR_BUS_8_BIT,
sys/dev/ic/aic79xx.c
5042
ahd_set_syncrate(ahd, devinfo, /*period*/0, /*offset*/0,
sys/dev/ic/aic79xx.c
5045
ahd_send_async(ahd, devinfo->channel, devinfo->target,
sys/dev/ic/aic79xx.c
5051
message, devinfo->channel, devinfo->target, found);
sys/dev/ic/aic79xx.c
5056
ahd_setup_target_msgin(struct ahd_softc *ahd, struct ahd_devinfo *devinfo,
sys/dev/ic/aic79xx.c
5069
ahd_build_transfer_msg(ahd, devinfo);
sys/dev/ic/aic79xx.c
6380
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
6386
ahd_compile_devinfo(&devinfo, ahd->our_id,
sys/dev/ic/aic79xx.c
6389
ahd_update_neg_table(ahd, &devinfo, &tinfo->curr);
sys/dev/ic/aic79xx.c
6553
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
6595
ahd_compile_devinfo(&devinfo, ahd->our_id,
sys/dev/ic/aic79xx.c
6599
ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
sys/dev/ic/aic79xx.c
6601
ahd_set_syncrate(ahd, &devinfo, /*period*/0, /*offset*/0,
sys/dev/ic/aic79xx.c
6632
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
6709
ahd_compile_devinfo(&devinfo, ahd->our_id,
sys/dev/ic/aic79xx.c
6712
ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
sys/dev/ic/aic79xx.c
6714
ahd_set_syncrate(ahd, &devinfo, /*period*/0, /*offset*/0,
sys/dev/ic/aic79xx.c
7581
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
7592
ahd_compile_devinfo(&devinfo,
sys/dev/ic/aic79xx.c
7716
ahd_send_async(ahd, devinfo.channel, CAM_TARGET_WILDCARD,
sys/dev/ic/aic79xx.c
7943
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx.c
7959
ahd_compile_devinfo(&devinfo, SCB_GET_OUR_ID(scb),
sys/dev/ic/aic79xx.c
7965
devinfo.channel,
sys/dev/ic/aic79xx.c
7966
devinfo.our_scsiid,
sys/dev/ic/aic79xx.c
7967
devinfo.target,
sys/dev/ic/aic79xx.c
8007
ahd_update_neg_request(ahd, &devinfo,
sys/dev/ic/aic79xx.c
8011
if (tstate->auto_negotiate & devinfo.target_mask) {
sys/dev/ic/aic79xx_osm.c
411
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx_osm.c
425
ahd_compile_devinfo(&devinfo, our_id, target_id,
sys/dev/ic/aic79xx_osm.c
443
(ahd->user_tagenable & devinfo.target_mask);
sys/dev/ic/aic79xx_osm.c
445
(ahd->user_discenable & devinfo.target_mask);
sys/dev/ic/aic79xx_osm.c
459
ahd_set_width(ahd, &devinfo, width, AHD_TRANS_GOAL, FALSE);
sys/dev/ic/aic79xx_osm.c
473
if ((tstate->discenable & devinfo.target_mask) == 0 ||
sys/dev/ic/aic79xx_osm.c
474
(tstate->tagenable & devinfo.target_mask) == 0)
sys/dev/ic/aic79xx_osm.c
478
(ahd->user_tagenable & devinfo.target_mask))
sys/dev/ic/aic79xx_osm.c
479
tstate->tagenable |= devinfo.target_mask;
sys/dev/ic/aic79xx_osm.c
481
tstate->tagenable &= ~devinfo.target_mask;
sys/dev/ic/aic79xx_osm.c
498
ahd_set_syncrate(ahd, &devinfo, period, offset,
sys/dev/ic/aic79xx_osm.c
514
if (tstate->tagenable & devinfo.target_mask)
sys/dev/ic/aic79xx_osm.c
818
struct ahd_devinfo *devinfo, ahd_queue_alg alg)
sys/dev/ic/aic79xx_osm.c
822
ahd_fetch_transinfo(ahd, devinfo->channel, devinfo->our_scsiid,
sys/dev/ic/aic79xx_osm.c
823
devinfo->target, &tstate);
sys/dev/ic/aic79xx_osm.c
826
tstate->tagenable |= devinfo->target_mask;
sys/dev/ic/aic79xx_osm.c
828
tstate->tagenable &= ~devinfo->target_mask;
sys/dev/ic/aic79xx_osm.c
837
struct ahd_devinfo devinfo;
sys/dev/ic/aic79xx_osm.c
850
ahd_compile_devinfo(&devinfo, ahd->our_id, target, lun,
sys/dev/ic/aic79xx_osm.c
870
if (tstate->tagenable & devinfo.target_mask)
sys/dev/ic/aic7xxx.c
1251
struct ahc_devinfo devinfo;
sys/dev/ic/aic7xxx.c
1254
ahc_fetch_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
1288
ahc_compile_devinfo(&devinfo,
sys/dev/ic/aic7xxx.c
1294
ahc_handle_devreset(ahc, &devinfo,
sys/dev/ic/aic7xxx.c
1309
devinfo.channel,
sys/dev/ic/aic7xxx.c
1310
devinfo.our_scsiid,
sys/dev/ic/aic7xxx.c
1311
devinfo.target,
sys/dev/ic/aic7xxx.c
1326
ahc_set_width(ahc, &devinfo,
sys/dev/ic/aic7xxx.c
1330
ahc_set_syncrate(ahc, &devinfo,
sys/dev/ic/aic7xxx.c
1395
struct ahc_devinfo devinfo;
sys/dev/ic/aic7xxx.c
1399
ahc_fetch_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
1401
devinfo.channel,
sys/dev/ic/aic7xxx.c
1402
devinfo.our_scsiid,
sys/dev/ic/aic7xxx.c
1403
devinfo.target,
sys/dev/ic/aic7xxx.c
1405
ahc_update_neg_request(ahc, &devinfo, tstate,
sys/dev/ic/aic7xxx.c
166
struct ahc_devinfo *devinfo);
sys/dev/ic/aic7xxx.c
168
struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
172
struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
175
struct ahc_devinfo *devinfo);
sys/dev/ic/aic7xxx.c
177
struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
180
struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
183
struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
1849
ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
1876
tstate->auto_negotiate |= devinfo->target_mask;
sys/dev/ic/aic7xxx.c
1878
tstate->auto_negotiate &= ~devinfo->target_mask;
sys/dev/ic/aic7xxx.c
1892
ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
1912
tinfo = ahc_fetch_transinfo(ahc, devinfo->channel, devinfo->our_scsiid,
sys/dev/ic/aic7xxx.c
1913
devinfo->target, &tstate);
sys/dev/ic/aic7xxx.c
1956
tstate->ultraenb &= ~devinfo->target_mask;
sys/dev/ic/aic7xxx.c
1960
devinfo->target_mask;
sys/dev/ic/aic7xxx.c
197
struct ahc_devinfo *devinfo);
sys/dev/ic/aic7xxx.c
1970
if (tstate->ultraenb & devinfo->target_mask)
sys/dev/ic/aic7xxx.c
1986
ahc_send_async(ahc, devinfo->channel, devinfo->target,
sys/dev/ic/aic7xxx.c
199
struct ahc_devinfo *devinfo);
sys/dev/ic/aic7xxx.c
1992
devinfo->target, syncrate->rate,
sys/dev/ic/aic7xxx.c
1998
ahc_name(ahc), devinfo->target);
sys/dev/ic/aic7xxx.c
2003
update_needed += ahc_update_neg_request(ahc, devinfo, tstate,
sys/dev/ic/aic7xxx.c
201
struct ahc_devinfo *devinfo);
sys/dev/ic/aic7xxx.c
2019
ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
2030
tinfo = ahc_fetch_transinfo(ahc, devinfo->channel, devinfo->our_scsiid,
sys/dev/ic/aic7xxx.c
2031
devinfo->target, &tstate);
sys/dev/ic/aic7xxx.c
204
struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
2056
ahc_send_async(ahc, devinfo->channel, devinfo->target,
sys/dev/ic/aic7xxx.c
2060
ahc_name(ahc), devinfo->target,
sys/dev/ic/aic7xxx.c
2065
update_needed += ahc_update_neg_request(ahc, devinfo, tstate,
sys/dev/ic/aic7xxx.c
2075
ahc_set_tags(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
2078
ahc_platform_set_tags(ahc, devinfo, alg);
sys/dev/ic/aic7xxx.c
210
struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
2101
struct ahc_devinfo devinfo;
sys/dev/ic/aic7xxx.c
2106
ahc_scb_devinfo(ahc, &devinfo, pending_scb);
sys/dev/ic/aic7xxx.c
2107
tinfo = ahc_fetch_transinfo(ahc, devinfo.channel,
sys/dev/ic/aic7xxx.c
2108
devinfo.our_scsiid,
sys/dev/ic/aic7xxx.c
2109
devinfo.target, &tstate);
sys/dev/ic/aic7xxx.c
2112
if ((tstate->ultraenb & devinfo.target_mask) != 0)
sys/dev/ic/aic7xxx.c
2116
if ((tstate->auto_negotiate & devinfo.target_mask) == 0
sys/dev/ic/aic7xxx.c
2165
ahc_fetch_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)
sys/dev/ic/aic7xxx.c
2188
ahc_compile_devinfo(devinfo,
sys/dev/ic/aic7xxx.c
2215
ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target,
sys/dev/ic/aic7xxx.c
2218
devinfo->our_scsiid = our_id;
sys/dev/ic/aic7xxx.c
2219
devinfo->target = target;
sys/dev/ic/aic7xxx.c
2220
devinfo->lun = lun;
sys/dev/ic/aic7xxx.c
2221
devinfo->target_offset = target;
sys/dev/ic/aic7xxx.c
2222
devinfo->channel = channel;
sys/dev/ic/aic7xxx.c
2223
devinfo->role = role;
sys/dev/ic/aic7xxx.c
2225
devinfo->target_offset += 8;
sys/dev/ic/aic7xxx.c
2226
devinfo->target_mask = (0x01 << devinfo->target_offset);
sys/dev/ic/aic7xxx.c
2230
ahc_print_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)
sys/dev/ic/aic7xxx.c
2232
printf("%s:%c:%d:%d: ", ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
2233
devinfo->target, devinfo->lun);
sys/dev/ic/aic7xxx.c
2237
ahc_scb_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
2247
ahc_compile_devinfo(devinfo, our_id, SCB_GET_TARGET(ahc, scb),
sys/dev/ic/aic7xxx.c
2271
ahc_setup_initiator_msgout(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
2331
ahc_build_transfer_msg(ahc, devinfo);
sys/dev/ic/aic7xxx.c
2336
devinfo->target_mask);
sys/dev/ic/aic7xxx.c
2357
ahc_build_transfer_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)
sys/dev/ic/aic7xxx.c
2374
tinfo = ahc_fetch_transinfo(ahc, devinfo->channel, devinfo->our_scsiid,
sys/dev/ic/aic7xxx.c
2375
devinfo->target, &tstate);
sys/dev/ic/aic7xxx.c
2385
if (devinfo->role == ROLE_TARGET)
sys/dev/ic/aic7xxx.c
2388
&ppr_options, devinfo->role);
sys/dev/ic/aic7xxx.c
2414
ahc_print_devinfo(ahc, devinfo);
sys/dev/ic/aic7xxx.c
2420
if (devinfo->role == ROLE_TARGET)
sys/dev/ic/aic7xxx.c
2437
devinfo->role);
sys/dev/ic/aic7xxx.c
2439
ahc_construct_ppr(ahc, devinfo, period, offset,
sys/dev/ic/aic7xxx.c
2442
ahc_construct_sdtr(ahc, devinfo, period, offset);
sys/dev/ic/aic7xxx.c
2445
ahc_construct_wdtr(ahc, devinfo, tinfo->goal.width);
sys/dev/ic/aic7xxx.c
2454
ahc_construct_sdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
2467
ahc_name(ahc), devinfo->channel, devinfo->target,
sys/dev/ic/aic7xxx.c
2468
devinfo->lun, period, offset);
sys/dev/ic/aic7xxx.c
2477
ahc_construct_wdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
2487
ahc_name(ahc), devinfo->channel, devinfo->target,
sys/dev/ic/aic7xxx.c
2488
devinfo->lun, bus_width);
sys/dev/ic/aic7xxx.c
2497
ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
2515
devinfo->channel, devinfo->target, devinfo->lun,
sys/dev/ic/aic7xxx.c
2544
struct ahc_devinfo devinfo;
sys/dev/ic/aic7xxx.c
2552
ahc_fetch_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
2565
ahc_print_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
2574
ahc_print_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
2621
ahc_print_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
2641
struct ahc_devinfo devinfo;
sys/dev/ic/aic7xxx.c
2645
ahc_fetch_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
2662
ahc_print_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
2740
ahc_print_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
2773
message_done = ahc_parse_msg(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
2790
ahc_print_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
2879
msgdone = ahc_parse_msg(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
2988
ahc_parse_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)
sys/dev/ic/aic7xxx.c
3000
tinfo = ahc_fetch_transinfo(ahc, devinfo->channel, devinfo->our_scsiid,
sys/dev/ic/aic7xxx.c
3001
devinfo->target, &tstate);
sys/dev/ic/aic7xxx.c
3028
response = ahc_handle_msg_reject(ahc, devinfo);
sys/dev/ic/aic7xxx.c
3067
devinfo->role);
sys/dev/ic/aic7xxx.c
3070
devinfo->role);
sys/dev/ic/aic7xxx.c
3075
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3076
devinfo->target, devinfo->lun,
sys/dev/ic/aic7xxx.c
3080
ahc_set_syncrate(ahc, devinfo,
sys/dev/ic/aic7xxx.c
3102
&& devinfo->role == ROLE_INITIATOR) {
sys/dev/ic/aic7xxx.c
3105
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3106
devinfo->target, devinfo->lun);
sys/dev/ic/aic7xxx.c
3110
ahc_construct_sdtr(ahc, devinfo,
sys/dev/ic/aic7xxx.c
3143
devinfo->role);
sys/dev/ic/aic7xxx.c
3147
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3148
devinfo->target, devinfo->lun,
sys/dev/ic/aic7xxx.c
3163
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3164
devinfo->target, devinfo->lun,
sys/dev/ic/aic7xxx.c
3173
&& devinfo->role == ROLE_INITIATOR) {
sys/dev/ic/aic7xxx.c
3176
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3177
devinfo->target, devinfo->lun);
sys/dev/ic/aic7xxx.c
3181
ahc_construct_wdtr(ahc, devinfo, bus_width);
sys/dev/ic/aic7xxx.c
3186
ahc_set_width(ahc, devinfo, bus_width,
sys/dev/ic/aic7xxx.c
3190
ahc_set_syncrate(ahc, devinfo,
sys/dev/ic/aic7xxx.c
3199
ahc_build_transfer_msg(ahc, devinfo);
sys/dev/ic/aic7xxx.c
3259
devinfo->role);
sys/dev/ic/aic7xxx.c
3262
devinfo->role);
sys/dev/ic/aic7xxx.c
3265
devinfo->role);
sys/dev/ic/aic7xxx.c
3284
if (devinfo->role != ROLE_TARGET)
sys/dev/ic/aic7xxx.c
3287
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3288
devinfo->target, devinfo->lun);
sys/dev/ic/aic7xxx.c
3292
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3293
devinfo->target, devinfo->lun);
sys/dev/ic/aic7xxx.c
3296
ahc_construct_ppr(ahc, devinfo, period, offset,
sys/dev/ic/aic7xxx.c
3306
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3307
devinfo->target, devinfo->lun,
sys/dev/ic/aic7xxx.c
3312
ahc_set_width(ahc, devinfo, bus_width,
sys/dev/ic/aic7xxx.c
3315
ahc_set_syncrate(ahc, devinfo,
sys/dev/ic/aic7xxx.c
3332
ahc_handle_devreset(ahc, devinfo,
sys/dev/ic/aic7xxx.c
3346
if (devinfo->role != ROLE_TARGET) {
sys/dev/ic/aic7xxx.c
3353
ahc_abort_scbs(ahc, devinfo->target, devinfo->channel,
sys/dev/ic/aic7xxx.c
3354
devinfo->lun, tag, ROLE_TARGET,
sys/dev/ic/aic7xxx.c
3357
tstate = ahc->enabled_targets[devinfo->our_scsiid];
sys/dev/ic/aic7xxx.c
3361
lstate = tstate->enabled_luns[devinfo->lun];
sys/dev/ic/aic7xxx.c
3364
devinfo->our_scsiid,
sys/dev/ic/aic7xxx.c
3403
ahc_handle_msg_reject(struct ahc_softc *ahc, struct ahc_devinfo *devinfo)
sys/dev/ic/aic7xxx.c
3420
tinfo = ahc_fetch_transinfo(ahc, devinfo->channel,
sys/dev/ic/aic7xxx.c
3421
devinfo->our_scsiid,
sys/dev/ic/aic7xxx.c
3422
devinfo->target, &tstate);
sys/dev/ic/aic7xxx.c
3434
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3435
devinfo->target, devinfo->lun);
sys/dev/ic/aic7xxx.c
3442
ahc_build_transfer_msg(ahc, devinfo);
sys/dev/ic/aic7xxx.c
3451
devinfo->channel, devinfo->target, devinfo->lun);
sys/dev/ic/aic7xxx.c
3452
ahc_set_width(ahc, devinfo, MSG_EXT_WDTR_BUS_8_BIT,
sys/dev/ic/aic7xxx.c
3467
ahc_build_transfer_msg(ahc, devinfo);
sys/dev/ic/aic7xxx.c
3473
ahc_set_syncrate(ahc, devinfo, /*syncrate*/NULL, /*period*/0,
sys/dev/ic/aic7xxx.c
3480
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3481
devinfo->target, devinfo->lun);
sys/dev/ic/aic7xxx.c
3492
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3493
devinfo->target, devinfo->lun);
sys/dev/ic/aic7xxx.c
3494
ahc_set_tags(ahc, devinfo, AHC_QUEUE_NONE);
sys/dev/ic/aic7xxx.c
3501
ahc_name(ahc), devinfo->channel,
sys/dev/ic/aic7xxx.c
3502
devinfo->target, devinfo->lun,
sys/dev/ic/aic7xxx.c
3505
ahc_set_tags(ahc, devinfo, AHC_QUEUE_BASIC);
sys/dev/ic/aic7xxx.c
3529
&(ahc->untagged_queues[devinfo->target_offset]);
sys/dev/ic/aic7xxx.c
3533
ahc_busy_tcl(ahc, BUILD_TCL(scb->hscb->scsiid, devinfo->lun),
sys/dev/ic/aic7xxx.c
3552
ahc_name(ahc), devinfo->channel, devinfo->target,
sys/dev/ic/aic7xxx.c
3563
struct ahc_devinfo *devinfo)
sys/dev/ic/aic7xxx.c
3728
ahc_handle_devreset(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
3737
found = ahc_abort_scbs(ahc, devinfo->target, devinfo->channel,
sys/dev/ic/aic7xxx.c
3738
CAM_LUN_WILDCARD, SCB_LIST_NULL, devinfo->role,
sys/dev/ic/aic7xxx.c
3746
tstate = ahc->enabled_targets[devinfo->our_scsiid];
sys/dev/ic/aic7xxx.c
3755
ahc_queue_lstate_event(ahc, lstate, devinfo->our_scsiid,
sys/dev/ic/aic7xxx.c
3765
ahc_set_width(ahc, devinfo, MSG_EXT_WDTR_BUS_8_BIT,
sys/dev/ic/aic7xxx.c
3767
ahc_set_syncrate(ahc, devinfo, /*syncrate*/NULL,
sys/dev/ic/aic7xxx.c
3771
ahc_send_async(ahc, devinfo->channel, devinfo->target,
sys/dev/ic/aic7xxx.c
3777
message, devinfo->channel, devinfo->target, found);
sys/dev/ic/aic7xxx.c
3782
ahc_setup_target_msgin(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
sys/dev/ic/aic7xxx.c
3795
ahc_build_transfer_msg(ahc, devinfo);
sys/dev/ic/aic7xxx.c
430
struct ahc_devinfo devinfo;
sys/dev/ic/aic7xxx.c
432
ahc_fetch_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
466
ahc_print_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
517
devinfo.channel,
sys/dev/ic/aic7xxx.c
518
devinfo.our_scsiid,
sys/dev/ic/aic7xxx.c
519
devinfo.target,
sys/dev/ic/aic7xxx.c
565
ahc_update_neg_request(ahc, &devinfo,
sys/dev/ic/aic7xxx.c
569
if (tstate->auto_negotiate & devinfo.target_mask) {
sys/dev/ic/aic7xxx.c
603
ahc_name(ahc), devinfo.channel, devinfo.target);
sys/dev/ic/aic7xxx.c
6049
struct ahc_devinfo devinfo;
sys/dev/ic/aic7xxx.c
6051
ahc_compile_devinfo(&devinfo, target, initiator,
sys/dev/ic/aic7xxx.c
6054
ahc_set_width(ahc, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
sys/dev/ic/aic7xxx.c
6056
ahc_set_syncrate(ahc, &devinfo, /*syncrate*/NULL,
sys/dev/ic/aic7xxx.c
638
ahc_name(ahc), devinfo.channel, devinfo.target, rejbyte);
sys/dev/ic/aic7xxx.c
647
ahc_handle_ign_wide_residue(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
659
ahc_name(ahc), devinfo.channel, devinfo.target,
sys/dev/ic/aic7xxx.c
670
ahc_name(ahc), devinfo.channel, devinfo.target,
sys/dev/ic/aic7xxx.c
710
if (devinfo.role == ROLE_INITIATOR) {
sys/dev/ic/aic7xxx.c
717
&devinfo,
sys/dev/ic/aic7xxx.c
734
&devinfo,
sys/dev/ic/aic7xxx.c
796
ahc_print_devinfo(ahc, &devinfo);
sys/dev/ic/aic7xxx.c
804
ahc_reset_channel(ahc, devinfo.channel,
sys/dev/ic/aic7xxx.c
892
ahc_name(ahc), devinfo.channel, devinfo.target,
sys/dev/ic/aic7xxx.c
893
devinfo.lun);
sys/dev/ic/aic7xxx_osm.c
1057
struct ahc_devinfo *devinfo, int enable)
sys/dev/ic/aic7xxx_osm.c
1061
ahc_fetch_transinfo(ahc, devinfo->channel, devinfo->our_scsiid,
sys/dev/ic/aic7xxx_osm.c
1062
devinfo->target, &tstate);
sys/dev/ic/aic7xxx_osm.c
1065
tstate->tagenable |= devinfo->target_mask;
sys/dev/ic/aic7xxx_osm.c
1067
tstate->tagenable &= ~devinfo->target_mask;
sys/dev/ic/aic7xxx_osm.c
1118
struct ahc_devinfo devinfo;
sys/dev/ic/aic7xxx_osm.c
1127
ahc_compile_devinfo(&devinfo, ahc->our_id, target, lun,
sys/dev/ic/aic7xxx_osm.c
1145
if (tstate->tagenable & devinfo.target_mask)
sys/dev/ic/aic7xxx_osm.c
399
struct ahc_devinfo devinfo;
sys/dev/ic/aic7xxx_osm.c
413
ahc_compile_devinfo(&devinfo, our_id, target_id,
sys/dev/ic/aic7xxx_osm.c
431
(ahc->user_tagenable & devinfo.target_mask);
sys/dev/ic/aic7xxx_osm.c
433
(ahc->user_discenable & devinfo.target_mask);
sys/dev/ic/aic7xxx_osm.c
447
ahc_set_width(ahc, &devinfo, width, AHC_TRANS_GOAL, FALSE);
sys/dev/ic/aic7xxx_osm.c
460
if ((tstate->discenable & devinfo.target_mask) == 0 ||
sys/dev/ic/aic7xxx_osm.c
461
(tstate->tagenable & devinfo.target_mask) == 0)
sys/dev/ic/aic7xxx_osm.c
465
(ahc->user_tagenable & devinfo.target_mask))
sys/dev/ic/aic7xxx_osm.c
466
tstate->tagenable |= devinfo.target_mask;
sys/dev/ic/aic7xxx_osm.c
468
tstate->tagenable &= ~devinfo.target_mask;
sys/dev/ic/aic7xxx_osm.c
488
ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset,
sys/dev/ic/aic7xxx_osm.c
504
if (tstate->tagenable & devinfo.target_mask)
sys/dev/ieee1394/fwdev.c
393
struct fw_devinfo *devinfo;
sys/dev/ieee1394/fwdev.c
625
devinfo = fwdevlst->dev;
sys/dev/ieee1394/fwdev.c
626
devinfo->dst = fc->nodeid;
sys/dev/ieee1394/fwdev.c
627
devinfo->status = 0; /* XXX */
sys/dev/ieee1394/fwdev.c
628
devinfo->eui.hi = fc->eui.hi;
sys/dev/ieee1394/fwdev.c
629
devinfo->eui.lo = fc->eui.lo;
sys/dev/ieee1394/fwdev.c
632
devinfo = &fwdevlst->dev[len++];
sys/dev/ieee1394/fwdev.c
633
devinfo->dst = fwdev->dst;
sys/dev/ieee1394/fwdev.c
634
devinfo->status =
sys/dev/ieee1394/fwdev.c
636
devinfo->eui.hi = fwdev->eui.hi;
sys/dev/ieee1394/fwdev.c
637
devinfo->eui.lo = fwdev->eui.lo;
sys/dev/mca/mca.c
79
char devinfo[256];
sys/dev/mca/mca.c
82
mca_devinfo(ma->ma_id, devinfo, sizeof(devinfo));
sys/dev/mca/mca.c
83
aprint_normal("%s slot %d: %s", pnp, ma->ma_slot + 1, devinfo);
sys/dev/pci/eap.c
533
char devinfo[256];
sys/dev/pci/eap.c
564
pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
sys/dev/pci/eap.c
587
aprint_normal(": %s %s(rev. 0x%02x)\n", devinfo, revstr, revision);
sys/dev/pci/if_txp.c
197
char devinfo[256];
sys/dev/pci/if_txp.c
218
pci_devinfo(pa->pa_id, 0, 0, devinfo, sizeof(devinfo));
sys/dev/pci/if_txp.c
221
aprint_normal(": %s%s\n%s", devinfo, TXP_EXTRAINFO,
sys/dev/pci/pci.c
229
char devinfo[256];
sys/dev/pci/pci.c
233
pci_devinfo(pa->pa_id, pa->pa_class, 1, devinfo, sizeof(devinfo));
sys/dev/pci/pci.c
234
aprint_normal("%s at %s", devinfo, pnp);
sys/dev/pci/pci.c
241
pci_devinfo(pa->pa_id, pa->pa_class, 1, devinfo, sizeof(devinfo));
sys/dev/pci/pci.c
242
printf("%s at %s", devinfo, pnp ? pnp : "?");
sys/dev/pci/pci.c
260
snprintb(devinfo, sizeof (devinfo),
sys/dev/pci/pci.c
265
printf(" quirks %s", devinfo);
sys/dev/pci/pci_subr.c
782
char devinfo[256];
sys/dev/pci/pci_subr.c
792
devinfo, sizeof(devinfo));
sys/dev/pci/pci_subr.c
793
aprint_normal(": %s (rev. 0x%02x)\n", devinfo,
sys/dev/pcmcia/pcmcia.c
341
char devinfo[256];
sys/dev/pcmcia/pcmcia.c
346
pcmcia_devinfo(card, !!pnp, devinfo, sizeof(devinfo));
sys/dev/pcmcia/pcmcia.c
348
aprint_normal(" function %d: %s\n", pa->pf->number, devinfo);
sys/dev/tc/tc.c
195
char devinfo[256];
sys/dev/tc/tc.c
198
tc_devinfo(ta->ta_modname, devinfo, sizeof(devinfo));
sys/dev/tc/tc.c
199
aprint_normal("%s at %s", devinfo, pnp);
sys/dev/usb/emdtv.c
87
char *devinfo;
sys/dev/usb/emdtv.c
89
devinfo = usbd_devinfo_alloc(dev, 0);
sys/dev/usb/emdtv.c
91
aprint_normal(": %s\n", devinfo);
sys/dev/usb/emdtv.c
92
usbd_devinfo_free(devinfo);
sys/dev/usb/usb_subr.c
1697
char *devinfo;
sys/dev/usb/usb_subr.c
1700
devinfo = kmem_alloc(USB_DEVINFO, KM_SLEEP);
sys/dev/usb/usb_subr.c
1701
usbd_devinfo(uaa->uaa_device, 1, devinfo, USB_DEVINFO);
sys/dev/usb/usb_subr.c
1702
aprint_normal("%s, %s", devinfo, pnp);
sys/dev/usb/usb_subr.c
1703
kmem_free(devinfo, USB_DEVINFO);
tests/dev/audio/audiotest.c
620
struct audio_device devinfo;
tests/dev/audio/audiotest.c
684
r = rump_or_ioctl(fd, AUDIO_GETDEV, &devinfo);
tests/dev/audio/audiotest.c
691
devinfo.name, devinfo.version, devinfo.config);
usr.sbin/fwctl/fwcontrol.c
166
struct fw_devinfo *devinfo;
usr.sbin/fwctl/fwcontrol.c
178
devinfo = &data->dev[i];
usr.sbin/fwctl/fwcontrol.c
179
fweui2eui64(&devinfo->eui, &eui);
usr.sbin/fwctl/fwcontrol.c
184
(devinfo->status || i == 0) ? devinfo->dst : -1,
usr.sbin/fwctl/fwcontrol.c
185
addr, devinfo->status, hostname);
usr.sbin/fwctl/fwcontrol.c
320
struct fw_devinfo *devinfo;
usr.sbin/fwctl/fwcontrol.c
332
devinfo = &data->dev[i];
usr.sbin/fwctl/fwcontrol.c
333
if (!devinfo->status)
usr.sbin/fwctl/fwcontrol.c
335
reg = read_write_quad(fd, devinfo->eui, BUGET_REG, 1, 0);
usr.sbin/fwctl/fwcontrol.c
336
fweui2eui64(&devinfo->eui, &eui);
usr.sbin/fwctl/fwcontrol.c
339
devinfo->dst, addr, reg);
usr.sbin/fwctl/fwcontrol.c
346
read_write_quad(fd, devinfo->eui, BUGET_REG, 0, pri_req);
usr.sbin/pcictl/pcictl.c
433
char devinfo[256];
usr.sbin/pcictl/pcictl.c
444
pci_devinfo(id, class, 1, devinfo, sizeof(devinfo));
usr.sbin/pcictl/pcictl.c
445
printf("%s", devinfo);