Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aacraid/
H A Daacraid_cam.c515 if (co->co_mntobj.ObjectId == ccb->ccb_h.target_id) in aac_container_special_command()
660 ccfg->CTCommand.param[1] = co->co_mntobj.ObjectId; in aac_container_special_command()
667 co->co_mntobj.ObjectId); in aac_container_special_command()
701 if (co->co_mntobj.CapacityHigh) { in aac_container_special_command()
705 scsi_ulto4b(co->co_mntobj.Capacity-1, p->addr); in aac_container_special_command()
728 scsi_ulto4b(co->co_mntobj.CapacityHigh, p->addr); in aac_container_special_command()
771 if (co->co_mntobj.Capacity > 0xffffff || in aac_container_special_command()
772 co->co_mntobj.CapacityHigh) { in aac_container_special_command()
778 (co->co_mntobj.Capacity >> 16); in aac_container_special_command()
780 (co->co_mntobj.Capacity >> 8); in aac_container_special_command()
[all …]
H A Daacraid_var.h122 struct aac_mntobj co_mntobj; member
H A Daacraid.c553 bcopy(&mir->MntTable[0], &co->co_mntobj, in aac_add_container()
3170 if (co->co_mntobj.ObjectId == in aac_handle_aif()
3573 if (co->co_mntobj.ObjectId == id) in aac_query_disk()
/freebsd-14.2/sys/dev/aac/
H A Daac_disk.c273 bw->ContainerId = ad->ad_container->co_mntobj.ObjectId; in aac_disk_dump()
284 bw->ContainerId = ad->ad_container->co_mntobj.ObjectId; in aac_disk_dump()
379 sc->ad_size = sc->ad_container->co_mntobj.Capacity; in aac_disk_attach()
382 sc->ad_container->co_mntobj.CapacityHigh << 32; in aac_disk_attach()
H A Daac.c485 bcopy(&mir->MntTable[0], &co->co_mntobj, in aac_add_container()
1237 raw->ContainerId = ad->ad_container->co_mntobj.ObjectId; in aac_bio_command()
1255 br->ContainerId = ad->ad_container->co_mntobj.ObjectId; in aac_bio_command()
1265 bw->ContainerId = ad->ad_container->co_mntobj.ObjectId; in aac_bio_command()
1279 br->ContainerId = ad->ad_container->co_mntobj.ObjectId; in aac_bio_command()
1291 bw->ContainerId = ad->ad_container->co_mntobj.ObjectId; in aac_bio_command()
3267 if (co->co_mntobj.ObjectId == in aac_handle_aif()
3671 if (co->co_mntobj.ObjectId == id) in aac_query_disk()
H A Daacvar.h110 struct aac_mntobj co_mntobj; member