Searched defs:fiompdev (Results 1 – 1 of 1) sorted by relevance
53 struct fiompdev { struct54 int api_level; /* API level = 0 */55 int inst_no; /* instance number */56 minor_t inst_minor; /* instance management node */57 minor_t user_minor; /* user access node */58 int num; /* number of devices */59 char **devs; /* device names */60 int mpmode; /* multi pathing */61 int autopath; /* automatic path change */62 int block; /* able to block physical device */[all …]