Searched refs:devinfo (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dvms-types.h15 long devinfo; member in struct:IOSB
/openbsd-current/sys/dev/sbus/
H A Dqla_sbus.c70 char devinfo[256]; local
109 pci_devinfo(id, class, 0, devinfo, sizeof(devinfo));
110 printf(": %s\n", devinfo);
/openbsd-current/sys/dev/ic/
H A Daic7xxx.c150 struct ahc_devinfo *devinfo);
166 struct ahc_devinfo *devinfo);
169 struct ahc_devinfo *devinfo,
172 struct ahc_devinfo *devinfo);
174 struct ahc_devinfo *devinfo,
177 struct ahc_devinfo *devinfo,
180 struct ahc_devinfo *devinfo,
194 struct ahc_devinfo *devinfo);
196 struct ahc_devinfo *devinfo);
198 struct ahc_devinfo *devinfo);
436 struct ahc_devinfo devinfo; local
1082 struct ahc_devinfo devinfo; local
1218 struct ahc_devinfo devinfo; local
1245 struct ahc_devinfo devinfo; local
1436 ahc_force_renegotiation(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
1889 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, ahc_neg_type neg_type) argument
1932 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2059 ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int width, u_int type, int paused) argument
2115 ahc_set_tags(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
2143 struct ahc_devinfo devinfo; local
2207 ahc_fetch_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2257 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
2272 ahc_print_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2279 ahc_scb_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2313 ahc_setup_initiator_msgout(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2399 ahc_build_transfer_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2497 ahc_construct_sdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset) argument
2520 ahc_construct_wdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int bus_width) argument
2540 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
2587 struct ahc_devinfo devinfo; local
2684 struct ahc_devinfo devinfo; local
3031 ahc_parse_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3453 ahc_handle_msg_reject(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3604 ahc_handle_ign_wide_residue(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3769 ahc_handle_devreset(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, cam_status status, char *message, int verbose_level) argument
3824 ahc_setup_target_msgin(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
5736 struct ahc_devinfo devinfo; local
[all...]
H A Daic7xxx_openbsd.c447 struct ahc_devinfo devinfo; local
450 ahc_scb_devinfo(ahc, &devinfo, scb);
451 ahc_update_neg_request(ahc, &devinfo, tstate, tinfo,
595 struct ahc_devinfo *devinfo, int alg)
599 ahc_fetch_transinfo(ahc, devinfo->channel, devinfo->our_scsiid,
600 devinfo->target, &tstate);
607 tstate->tagenable |= devinfo->target_mask;
610 tstate->tagenable &= ~devinfo->target_mask;
634 struct ahc_devinfo devinfo; local
594 ahc_platform_set_tags(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, int alg) argument
[all...]
H A Daic79xx_openbsd.c420 struct ahd_devinfo devinfo; local
423 ahd_compile_devinfo(&devinfo, ahd->our_id, target, lun,
425 ahd_scb_devinfo(ahd, &devinfo, scb);
426 ahd_update_neg_request(ahd, &devinfo, tstate, tinfo,
520 ahd_platform_set_tags(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, argument
525 ahd_fetch_transinfo(ahd, devinfo->channel, devinfo->our_scsiid,
526 devinfo->target, &tstate);
529 tstate->tagenable |= devinfo->target_mask;
531 tstate->tagenable &= ~devinfo
562 struct ahd_devinfo devinfo; local
[all...]
H A Daic79xx.c143 struct ahd_devinfo *devinfo);
158 struct ahd_devinfo *devinfo,
162 struct ahd_devinfo *devinfo);
164 struct ahd_devinfo *devinfo,
167 struct ahd_devinfo *devinfo,
170 struct ahd_devinfo *devinfo);
172 struct ahd_devinfo *devinfo,
175 struct ahd_devinfo *devinfo,
178 struct ahd_devinfo *devinfo,
191 struct ahd_devinfo *devinfo);
1071 struct ahd_devinfo devinfo; local
1212 struct ahd_devinfo devinfo; local
1322 struct ahd_devinfo devinfo; local
1399 struct ahd_devinfo devinfo; local
1456 struct ahd_devinfo devinfo; local
1640 struct ahd_devinfo devinfo; local
2169 struct ahd_devinfo devinfo; local
2447 struct ahd_devinfo devinfo; local
2544 ahd_force_renegotiation(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
3009 ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_tmode_tstate *tstate, struct ahd_initiator_tinfo *tinfo, ahd_neg_type neg_type) argument
3052 ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
3199 ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int width, u_int type, int paused) argument
3255 ahd_set_tags(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, ahd_queue_alg alg) argument
3266 ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_transinfo *tinfo) argument
3397 struct ahd_devinfo devinfo; local
3460 ahd_fetch_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
3495 ahd_print_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
3520 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
3535 ahd_scb_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
3558 ahd_setup_initiator_msgout(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
3679 ahd_build_transfer_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
3775 ahd_construct_sdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset) argument
3798 ahd_construct_wdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int bus_width) argument
3818 ahd_construct_ppr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
3882 struct ahd_devinfo devinfo; local
4269 ahd_parse_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4687 ahd_handle_msg_reject(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4858 ahd_handle_ign_wide_residue(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
5090 ahd_handle_devreset(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int lun, cam_status status, char *message, int verbose_level) argument
5157 ahd_setup_target_msgin(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
6382 struct ahd_devinfo devinfo; local
6552 struct ahd_devinfo devinfo; local
6631 struct ahd_devinfo devinfo; local
7695 struct ahd_devinfo devinfo; local
7964 struct ahd_devinfo devinfo; local
[all...]
H A Daic79xx.h1424 void ahd_compile_devinfo(struct ahd_devinfo *devinfo,
1457 struct ahd_devinfo *devinfo,
1460 struct ahd_devinfo *devinfo,
1471 struct ahd_devinfo *devinfo,
1514 struct ahd_devinfo *devinfo);
H A Daic7xxxvar.h1242 void ahc_compile_devinfo(struct ahc_devinfo *devinfo,
1288 struct ahc_devinfo *devinfo,
/openbsd-current/sys/dev/pci/
H A Djmb.c178 char devinfo[256]; local
181 pci_devinfo(pa->pa_id, pa->pa_class, 1, devinfo,
182 sizeof(devinfo));
183 printf("%s at %s", devinfo, pnp);
H A Denvyvar.h42 void (*devinfo)(struct envy_softc *, struct mixer_devinfo *, int); member in struct:envy_codec
H A Dazalia_codec.c861 m->devinfo.index = AZ_CLASS_INPUT;
862 strlcpy(m->devinfo.label.name, AudioCinputs,
863 sizeof(m->devinfo.label.name));
864 m->devinfo.type = AUDIO_MIXER_CLASS;
865 m->devinfo.mixer_class = AZ_CLASS_INPUT;
866 m->devinfo.next = AUDIO_MIXER_LAST;
867 m->devinfo.prev = AUDIO_MIXER_LAST;
871 m->devinfo.index = AZ_CLASS_OUTPUT;
872 strlcpy(m->devinfo.label.name, AudioCoutputs,
873 sizeof(m->devinfo
[all...]
H A Dpci.c379 char devinfo[256]; local
382 pci_devinfo(pa->pa_id, pa->pa_class, 1, devinfo,
383 sizeof devinfo);
384 printf("%s at %s", devinfo, pnp);
388 pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo,
389 sizeof devinfo);
390 printf(" %s", devinfo);
H A Dazalia.h589 mixer_devinfo_t devinfo; member in struct:__anon11
H A Denvy.c2324 sc->card->adc->devinfo(sc, dev, idx);
2334 sc->card->dac->devinfo(sc, dev, idx);
H A Dazalia.c4051 if (mc->type != m->devinfo.type)
4070 mc->type = m->devinfo.type;
4085 *mdev = co->mixers[mdev->index].devinfo;
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DVstat.pm202 my $devinfo;
216 if (!defined $devinfo->{$dev}) {
217 $devinfo->{$dev} = OpenBSD::MountPoint->new($dev, $mp, $opts);
219 return $devinfo->{$dev};
261 $class->ask_mount($state) if !defined $devinfo;
269 $info = $devinfo->{$dev};
/openbsd-current/sys/dev/eisa/
H A Deisa.c85 char devinfo[256]; local
88 eisa_devinfo(ea->ea_idstring, devinfo, sizeof devinfo);
89 printf("%s at %s", devinfo, pnp);
/openbsd-current/sys/dev/tc/
H A Dtc.c189 char devinfo[256]; local
192 tc_devinfo(ta->ta_modname, devinfo, sizeof devinfo);
193 printf("%s at %s", devinfo, pnp);
/openbsd-current/sys/dev/
H A Daudio.c1805 audio_mixer_devinfo(struct audio_softc *sc, struct mixer_devinfo *devinfo) argument
1807 if (devinfo->index < sc->mix_nent)
1808 return sc->ops->query_devinfo(sc->arg, devinfo);
1810 devinfo->next = -1;
1811 devinfo->prev = -1;
1812 switch (devinfo->index - sc->mix_nent) {
1814 strlcpy(devinfo->label.name, AudioCrecord, MAX_AUDIO_DEV_LEN);
1815 devinfo->type = AUDIO_MIXER_CLASS;
1816 devinfo->mixer_class = -1;
1819 strlcpy(devinfo
[all...]
/openbsd-current/sys/dev/usb/
H A Duaudio.c4318 uaudio_query_devinfo_do(struct uaudio_softc *sc, struct mixer_devinfo *devinfo) argument
4323 devinfo->next = -1;
4324 devinfo->prev = -1;
4325 switch (devinfo->index) {
4327 strlcpy(devinfo->label.name, AudioCinputs, MAX_AUDIO_DEV_LEN);
4328 devinfo->type = AUDIO_MIXER_CLASS;
4329 devinfo->mixer_class = -1;
4332 strlcpy(devinfo->label.name, AudioCoutputs, MAX_AUDIO_DEV_LEN);
4333 devinfo->type = AUDIO_MIXER_CLASS;
4334 devinfo
4411 uaudio_query_devinfo(void *arg, struct mixer_devinfo *devinfo) argument
[all...]
H A Dulpt.c338 devinfo[len] = 0;
/openbsd-current/sys/dev/cardbus/
H A Dcardbus.c573 char devinfo[256]; local
576 pci_devinfo(ca->ca_id, ca->ca_class, 1, devinfo,
577 sizeof(devinfo));
578 printf("%s at %s", devinfo, pnp);
582 pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo,
583 sizeof(devinfo));
584 printf(" %s", devinfo);
/openbsd-current/sys/arch/i386/pci/
H A Dpci_intr_fixup.c843 char devinfo[256]; local
850 pci_devinfo(pirh->compat_router, 0, 0, devinfo,
851 sizeof devinfo);
852 printf(" (%s)", devinfo);

Completed in 268 milliseconds