Home
last modified time | relevance | path

Searched refs:mps_open (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/mpsutil/
H A Dmps_show.c81 fd = mps_open(mps_unit); in show_adapter()
159 fd = mps_open(mps_unit); in show_adapter()
240 fd = mps_open(mps_unit); in show_iocfacts()
325 fd = mps_open(unit); in show_adapters()
520 fd = mps_open(mps_unit); in show_devices()
641 fd = mps_open(mps_unit); in show_enclosures()
692 fd = mps_open(mps_unit); in show_expanders()
787 fd = mps_open(mps_unit); in show_cfgpage()
H A Dmps_flash.c76 fd = mps_open(mps_unit); in flash_save()
172 fd = mps_open(mps_unit); in flash_update()
H A Dmps_slot.c94 fd = mps_open(mps_unit); in slot_set()
H A Dmps_set.c54 fd = mps_open(mps_unit); in set_ncq()
H A Dmpsutil.h107 int mps_open(int unit);
H A Dmps_cmd.c643 mps_open(int unit) in mps_open() function
/freebsd/sys/dev/mps/
H A Dmps_user.c106 static d_open_t mps_open; variable
113 .d_open = mps_open,
204 mps_open(struct cdev *dev, int flags, int fmt, struct thread *td) in mps_open() function