Home
last modified time | relevance | path

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

/freebsd/bin/chio/
H A Dchio.c689 ces->ces_pvoltag.cv_volid, in do_status()
693 ces->ces_avoltag.cv_volid, in do_status()
812 if (strlen(argv[2]) > sizeof(csvr.csvr_voltag.cv_volid)) { in do_voltag()
817 strlcpy((char *)csvr.csvr_voltag.cv_volid, argv[2], in do_voltag()
818 sizeof(csvr.csvr_voltag.cv_volid)); in do_voltag()
1148 (const char *)ces->ces_pvoltag.cv_volid) == 0) { in find_element()
/freebsd/sys/sys/
H A Dchio.h133 u_char cv_volid[CH_VOLTAG_MAXLEN+1]; member
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c1034 uvoltag->cv_volid[i] = c; in copy_voltag()
1498 memcpy(ssvtp.vitf, csvr->csvr_voltag.cv_volid, in chsetvoltag()
1499 min(strlen(csvr->csvr_voltag.cv_volid), sizeof(ssvtp.vitf))); in chsetvoltag()