Searched refs:busname (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/dev/sbus/
H A Dxbox.c100 xbox_print(void *args, const char *busname) argument
104 if (busname)
105 aprint_normal("%s at %s", xa->xa_name, busname);
H A Dlebuffer.c56 lebufprint(void *aux, const char *busname) argument
59 sbus_print(aux, busname);
H A Ddma_sbus.c104 dmaprint_sbus(void *aux, const char *busname) argument
111 sbus_print(aux, busname); /* XXX */
H A Dqec.c73 qecprint(void *aux, const char *busname) argument
80 sbus_print(aux, busname); /* XXX */
H A Dstp4020.c295 stp4020print(void *aux, const char *busname) argument
/netbsd-current/sys/sys/
H A Ddrvctlio.h62 char busname[16]; member in struct:devrescanargs
/netbsd-current/sys/arch/x86/x86/
H A Dmainbus.c101 mainbus_cpu_print(void *aux, const char *busname) argument
105 if (busname)
106 aprint_normal("%s at %s", cpuname, busname);
H A Dmpacpi.c857 const char *busname; local
862 busname = mpi->bus->mb_name;
866 busname = "NMI";
869 busname = "SMI";
872 busname = "ExtINT";
875 busname = "<unknown>";
882 acpi_pci_link_name(mpi->linkdev), busname);
886 pin, busname);
/netbsd-current/sys/arch/sparc64/dev/
H A Dcentral.c141 central_print(void *args, const char *busname) argument
146 if (busname != NULL) {
147 printf("\"%s\" at %s", ca->ca_name, busname);
H A Dfhc.c135 fhc_print(void *args, const char *busname) argument
140 if (busname != NULL) {
141 printf("\"%s\" at %s", fa->fa_name, busname);
H A Dsbus.c136 sbus_print(void *args, const char *busname) argument
141 if (busname)
142 aprint_normal("%s at %s", sa->sa_name, busname);
/netbsd-current/sys/arch/sparc/dev/
H A Dsbus.c181 sbus_print(void *args, const char *busname) argument
186 if (busname)
187 aprint_normal("%s at %s", sa->sa_name, busname);
347 sbus_attach_common(struct sbus_softc *sc, const char *busname, int busnode, argument
409 sp, busname);
H A Dobio.c212 obioprint(void *args, const char *busname) argument
/netbsd-current/tests/net/config/
H A Dnetconfig.c60 netcfg_rump_makeshmif(const char *busname, char *ifname) argument
64 if ((rv = rump_pub_shmif_create(busname, &ifnum)) != 0) {
/netbsd-current/sbin/drvctl/
H A Ddrvctl.c146 strlcpy(raa.busname, argv[0], sizeof(raa.busname));
/netbsd-current/sys/kern/
H A Dkern_drvctl.c293 rescanbus(const char *busname, const char *ifattr, argument
311 if ((d = device_find_by_xname(busname)) == NULL)
385 d->busname[sizeof(d->busname) - 1] = '\0';
408 res = rescanbus(d->busname, ifattr, d->numlocators, locs);
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c625 memcpy(p->busname, s32p->busname, sizeof(p->busname));
1169 memcpy(s32p->busname, p->busname, sizeof(s32p->busname));
H A Dnetbsd32_ioctl.h689 char busname[16]; member in struct:netbsd32_devrescanargs
/netbsd-current/sys/arch/sparc/sparc/
H A Dmsiiep.c371 mspcic_print(void *args, const char *busname) argument
374 if (busname == NULL)
/netbsd-current/sys/dev/i2o/
H A Di2o.h459 u_int8_t busname[12]; member in struct:i2o_param_hba_ctlr_info

Completed in 372 milliseconds