Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mfiutil/
H A Dmfi_config.c81 mfi_config_read(int fd, struct mfi_config_data **configp) in mfi_config_read() function
716 if (mfi_config_read(fd, &config) < 0) { in create_volume()
972 if (mfi_config_read(fd, &config) < 0) { in add_spare()
1221 if (mfi_config_read(fd, &config) < 0) { in debug_config()
H A Dmfiutil.h151 int mfi_config_read(int fd, struct mfi_config_data **configp);
H A Dmfi_show.c368 if (mfi_config_read(fd, &config) < 0) { in show_config()