Searched refs:mpt_unit (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/mptutil/ |
H A D | mpt_show.c | 88 fd = mpt_open(mpt_unit); in show_adapter() 108 printf("mpt%d Adapter:\n", mpt_unit); in show_adapter() 297 fd = mpt_open(mpt_unit); in show_config() 325 mpt_unit, ioc2->NumActiveVolumes, ioc2->NumActivePhysDisks + in show_config() 403 fd = mpt_open(mpt_unit); in show_volumes() 436 printf("mpt%d Volumes:\n", mpt_unit); in show_volumes() 491 fd = mpt_open(mpt_unit); in show_drives() 524 printf("mpt%d Physical Drives:\n", mpt_unit); in show_drives() 557 fd = mpt_open(mpt_unit); in show_physdisks()
|
H A D | mpt_volume.c | 83 fd = mpt_open(mpt_unit); in volume_name() 111 mpt_unit, mpt_volume_name(VolumeBus, VolumeID), vnames->Name, in volume_name() 147 fd = mpt_open(mpt_unit); in volume_status() 224 fd = mpt_open(mpt_unit); in volume_cache()
|
H A D | mptutil.c | 44 int mpt_unit; variable 100 mpt_unit = atoi(optarg); in main()
|
H A D | mpt_config.c | 237 fd = mpt_open(mpt_unit); in clear_config() 266 mpt_unit); in clear_config() 315 printf("mpt%d: Configuration cleared\n", mpt_unit); in clear_config() 637 fd = mpt_open(mpt_unit); in create_volume() 799 fd = mpt_open(mpt_unit); in delete_volume() 935 fd = mpt_open(mpt_unit); in add_spare() 1029 fd = mpt_open(mpt_unit); in remove_spare() 1099 fd = mpt_open(mpt_unit); in pd_create() 1149 fd = mpt_open(mpt_unit); in pd_delete() 1232 fd = mpt_open(mpt_unit); in debug_config()
|
H A D | mpt_evt.c | 98 fd = mpt_open(mpt_unit); in show_events()
|
H A D | mptutil.h | 87 extern int mpt_unit;
|
H A D | mpt_drive.c | 333 fd = mpt_open(mpt_unit); in drive_set_state()
|
H A D | mpt_cam.c | 89 b->unit_number = mpt_unit; in fetch_path_id()
|