Home
last modified time | relevance | path

Searched refs:aa_ident (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/pv/
Dhvs.c255 if (strcmp("ide", aa->aa_ident) && in hvs_match()
256 strcmp("scsi", aa->aa_ident)) in hvs_match()
274 printf(" channel %u: %s", sc->sc_chan->ch_id, aa->aa_ident); in hvs_attach()
276 if (strcmp("scsi", aa->aa_ident) == 0) in hvs_attach()
Dhypervvar.h103 char *aa_ident; member
Dhyperv.c1792 printf("\"%s\" at %s", aa->aa_ident, name); in hv_attach_print()
1820 dv->dv_aa.aa_ident = ch->ch_ident; in hv_attach_devices()
Dif_hvn.c219 if (strcmp("network", aa->aa_ident)) in hvn_match()