Searched refs:mpt_unit (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/usr.sbin/mptutil/ |
| D | mpt_show.c | 89 fd = mpt_open(mpt_unit); in show_adapter() 106 printf("mpt%d Adapter:\n", mpt_unit); in show_adapter() 295 fd = mpt_open(mpt_unit); in show_config() 318 mpt_unit, ioc2->NumActiveVolumes, ioc2->NumActivePhysDisks + in show_config() 396 fd = mpt_open(mpt_unit); in show_volumes() 429 printf("mpt%d Volumes:\n", mpt_unit); in show_volumes() 483 fd = mpt_open(mpt_unit); in show_drives() 515 printf("mpt%d Physical Drives:\n", mpt_unit); in show_drives() 548 fd = mpt_open(mpt_unit); in show_physdisks()
|
| D | mpt_volume.c | 84 fd = mpt_open(mpt_unit); in volume_name() 109 mpt_unit, mpt_volume_name(VolumeBus, VolumeID), vnames->Name, in volume_name() 143 fd = mpt_open(mpt_unit); in volume_status() 217 fd = mpt_open(mpt_unit); in volume_cache()
|
| D | mptutil.c | 45 int mpt_unit; variable 101 mpt_unit = atoi(optarg); in main()
|
| D | mpt_config.c | 234 fd = mpt_open(mpt_unit); in clear_config() 260 mpt_unit); in clear_config() 307 printf("mpt%d: Configuration cleared\n", mpt_unit); in clear_config() 629 fd = mpt_open(mpt_unit); in create_volume() 770 fd = mpt_open(mpt_unit); in delete_volume() 900 fd = mpt_open(mpt_unit); in add_spare() 981 fd = mpt_open(mpt_unit); in remove_spare() 1041 fd = mpt_open(mpt_unit); in pd_create() 1091 fd = mpt_open(mpt_unit); in pd_delete() 1172 fd = mpt_open(mpt_unit); in debug_config()
|
| D | mpt_evt.c | 99 fd = mpt_open(mpt_unit); in show_events()
|
| D | mptutil.h | 87 extern int mpt_unit;
|
| D | mpt_drive.c | 317 fd = mpt_open(mpt_unit); in drive_set_state()
|
| D | mpt_cam.c | 90 b->unit_number = mpt_unit; in fetch_path_id()
|