Home
last modified time | relevance | path

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

/openbsd/sys/isofs/udf/
H A Dudf_subr.c158 if (udf_transname(pvd->vol_id, vid, sizeof(pvd->vol_id) - 1, NULL)) in udf_disklabelspoof()
H A Decma167-udf.h311 char vol_id[32]; /* KEY ; main identifier of this disc */ member
/openbsd/sys/arch/hppa/include/
H A Ddisklabel.h44 short vol_id; member
/openbsd/sys/arch/hppa/stand/libsa/
H A Dlif.c75 } else if ((fp->f_lp = (struct lifvol *)fp->f_buf)->vol_id == LIF_VOL_ID) {
/openbsd/sys/arch/hppa/hppa/
H A Ddisksubr.c111 if (lvp->vol_id != LIF_VOL_ID) { in readliflabel()
/openbsd/sys/dev/ic/
H A Dmpireg.h964 u_int8_t vol_id; member
983 u_int8_t vol_id; member
1310 u_int8_t vol_id; member
H A Dmpi.c3050 req->vol_id = rpg0->volume_id; in mpi_ioctl_cache()
3119 address = sc->sc_vol_list[id].vol_id | in mpi_bio_get_pg0_raid()
/openbsd/sys/scsi/
H A Dmpath_rdac.c94 u_int8_t vol_id[16]; member
/openbsd/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c122 lifv->vol_id = htobe16(LIF_VOL_ID); in main()