Home
last modified time | relevance | path

Searched refs:mpt_write_config_page (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/mptutil/
H A Dmptutil.h106 int mpt_write_config_page(int fd, void *buf, U16 *IOCStatus);
H A Dmpt_volume.c116 if (mpt_write_config_page(fd, vnames, NULL) < 0) { in volume_name()
H A Dmpt_cmd.c469 mpt_write_config_page(int fd, void *buf, U16 *IOCStatus) in mpt_write_config_page() function