Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dmly.c126 static void mly_padstr(char *, const char *, int);
1975 mly_padstr(inq->vendor, "MYLEX", 8); in mly_scsipi_complete()
1978 mly_padstr(inq->product, p, 16); in mly_scsipi_complete()
1981 mly_padstr(inq->revision, p, 4); in mly_scsipi_complete()
2167 mly_padstr(char *dst, const char *src, int len) in mly_padstr() function