Home
last modified time | relevance | path

Searched refs:hostif (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhsys.c78 int HostSysInit(const struct Dbg_HostosInterface *hostif, char **cmdline, in HostSysInit() argument
87 (*stateptr)->hostif=hostif; in HostSysInit()
258 stateptr->hostif->writec(stateptr->hostif->hostosarg, (int)(*buffp)); in HandleSysMessage()
268 stateptr->hostif->write(stateptr->hostif->hostosarg, in HandleSysMessage()
280 character = stateptr->hostif->readc(stateptr->hostif->hostosarg); in HandleSysMessage()
541 stateptr->hostif->write(stateptr->hostif->hostosarg, in HandleSysMessage()
658 if (angel_hostif->gets(stateptr->hostif->hostosarg, (char *)rwdata, in HandleSysMessage()
H A Dhsys.h39 const struct Dbg_HostosInterface *hostif; /* Interface to debug toolkit. */ member
59 const struct Dbg_HostosInterface *hostif, char **cmdline, hsys_state **state
H A Dardi.h36 Dbg_HostosInterface const *hostif, struct Dbg_MCState *dbg_state);
H A Dardi.c513 Dbg_HostosInterface const *hostif, struct Dbg_MCState *dbg_state) in angel_RDI_open() argument
525 if (hostif != NULL) { in angel_RDI_open()
526 angel_hostif = hostif; in angel_RDI_open()
527 err = HostSysInit(hostif, &ardi_commandline, &hstate); in angel_RDI_open()
/openbsd/sys/dev/pci/
H A Demuxkivar.h247 struct ac97_host_if hostif; member
H A Demuxki.c392 sc->hostif.arg = sc; in emuxki_ac97_init()
393 sc->hostif.attach = emuxki_ac97_attach; in emuxki_ac97_init()
394 sc->hostif.read = emuxki_ac97_read; in emuxki_ac97_init()
395 sc->hostif.write = emuxki_ac97_write; in emuxki_ac97_init()
396 sc->hostif.reset = emuxki_ac97_reset; in emuxki_ac97_init()
397 sc->hostif.flags = NULL; in emuxki_ac97_init()
398 return (ac97_attach(&(sc->hostif))); in emuxki_ac97_init()
503 ac97_resume(&sc->hostif, sc->codecif); in emuxki_activate()