Home
last modified time | relevance | path

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

/openbsd/sys/scsi/
H A Dch.c497 copy_voltag(struct changer_voltag *uvoltag, struct volume_tag *voltag) in copy_voltag() argument
502 char c = voltag->vif[i]; in copy_voltag()
509 uvoltag->cv_serial = _2btol(voltag->vsn); in copy_voltag()
667 size_t datalen, int voltag) in ch_getelemstatus() argument
690 if (voltag) in ch_getelemstatus()
/openbsd/bin/chio/
H A Dchio.c700 find_voltag(char *voltag, int *type, int *unit) in find_voltag() argument
763 if (strcasecmp(voltag, ces->ces_pvoltag.cv_volid) in find_voltag()
774 errx(1, "%s: unable to locate voltag: %s", changer_name, voltag); in find_voltag()