Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_disk.c316 if (sp->ds_type == DOSPTYP_386BSD || /* XXX */ in disk_probe_slice()
317 sp->ds_type == DOSPTYP_NETBSD || in disk_probe_slice()
318 sp->ds_type == DOSPTYP_OPENBSD || in disk_probe_slice()
319 sp->ds_type == DOSPTYP_DFLYBSD) { in disk_probe_slice()
405 if (sp->ds_type == 0 && in disk_probe()
484 if (sp->ds_type == DOSPTYP_386BSD || in disk_probe()
485 sp->ds_type == DOSPTYP_NETBSD || in disk_probe()
486 sp->ds_type == DOSPTYP_OPENBSD || in disk_probe()
487 sp->ds_type == DOSPTYP_DFLYBSD || in disk_probe()
488 sp->ds_type == 0 || in disk_probe()
[all …]
H A Dsubr_diskmbr.c303 if (sp->ds_type == DOSPTYP_EXTENDED || in mbrinit()
304 sp->ds_type == DOSPTYP_EXTENDEDX) { in mbrinit()
549 sp->ds_type = dp->dp_typ; in mbr_setslice()
H A Dsubr_diskgpt.c237 sp->ds_type = 1; /* XXX */ in gpt_setslice()
H A Dsubr_diskslice.c821 if (sp->ds_type == DOSPTYP_386BSD || in dsreadandsetlabel()
822 sp->ds_type == DOSPTYP_DFLYBSD) { in dsreadandsetlabel()
/dragonfly/sys/sys/
H A Ddiskslice.h147 int ds_type; /* (foreign) slice type */ member
/dragonfly/sys/dev/disk/isp/
H A Disp_library.c2941 …ISP_IOXPUT_16(isp, src->rsp.m0.u.ct_dslist.ds_type, &dst->rsp.m0.u.ct_dslist.ds_type); ISP_IOXPUT_… in isp_put_ctio2()
2994 ISP_IOXPUT_16(isp, src->rsp.m0.u.ct_dslist.ds_type, &dst->rsp.m0.u.ct_dslist.ds_type); in isp_put_ctio2e()
3100 ISP_IOXGET_16(isp, &src->rsp.m0.u.ct_dslist.ds_type, dst->rsp.m0.u.ct_dslist.ds_type); in isp_get_ctio2()
3155 ISP_IOXGET_16(isp, &src->rsp.m0.u.ct_dslist.ds_type, dst->rsp.m0.u.ct_dslist.ds_type); in isp_get_ctio2e()
H A Dispmbox.h310 uint16_t ds_type; /* 0-> ispds_t, 1-> ispds64_t */ member