Home
last modified time | relevance | path

Searched refs:mpt_unit (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/mptutil/
H A Dmpt_show.c88 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 Dmpt_volume.c83 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 Dmptutil.c44 int mpt_unit; variable
100 mpt_unit = atoi(optarg); in main()
H A Dmpt_config.c237 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 Dmpt_evt.c98 fd = mpt_open(mpt_unit); in show_events()
H A Dmptutil.h87 extern int mpt_unit;
H A Dmpt_drive.c333 fd = mpt_open(mpt_unit); in drive_set_state()
H A Dmpt_cam.c89 b->unit_number = mpt_unit; in fetch_path_id()