Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mptutil/
H A Dmpt_volume.c83 fd = mpt_open(mpt_unit); in volume_name()
147 fd = mpt_open(mpt_unit); in volume_status()
224 fd = mpt_open(mpt_unit); in volume_cache()
H A Dmpt_show.c88 fd = mpt_open(mpt_unit); in show_adapter()
297 fd = mpt_open(mpt_unit); in show_config()
403 fd = mpt_open(mpt_unit); in show_volumes()
491 fd = mpt_open(mpt_unit); in show_drives()
557 fd = mpt_open(mpt_unit); in show_physdisks()
H A Dmpt_config.c237 fd = mpt_open(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.h113 int mpt_open(int unit);
H A Dmpt_drive.c333 fd = mpt_open(mpt_unit); in drive_set_state()
H A Dmpt_cmd.c548 mpt_open(int unit) in mpt_open() function
/freebsd/sys/dev/mpt/
H A Dmpt_user.c82 static d_open_t mpt_open; variable
89 .d_open = mpt_open,
180 mpt_open(struct cdev *dev, int flags, int fmt, struct thread *td) in mpt_open() function