Searched refs:iop_strvis (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/i2o/ |
| D | iopvar.h | 174 void iop_strvis(struct iop_softc *, const char *, int, char *, int);
|
| D | iop.c | 356 iop_strvis(sc, sc->sc_status.productid, sizeof(sc->sc_status.productid), in iop_init() 2306 iop_strvis(struct iop_softc *sc, const char *src, int slen, char *dst, int dlen) in iop_strvis() function 2358 iop_strvis(sc, p.di.vendorinfo, sizeof(p.di.vendorinfo), buf, in iop_print_ident() 2361 iop_strvis(sc, p.di.productinfo, sizeof(p.di.productinfo), buf, in iop_print_ident() 2364 iop_strvis(sc, p.di.revlevel, sizeof(p.di.revlevel), buf, sizeof(buf)); in iop_print_ident()
|