Lines Matching defs:from
90 * KEY_TO_HSP_ID(setno, reckey) constructs a hot spare pool ID (hsp_t) from
151 #define MD_SETDRIVERNAME(to, from, setno) \
152 if ((from) != NULL) \
153 (void) strcpy((to)->md_driver.md_drivername, (from)); \
157 #define MD_GETDRIVERNAME(to, from) \
158 (void) strcpy((to), (from)->md_driver.md_drivername);
160 #define MD_PNTDRIVERNAME(from) \
161 ((from)->md_driver.md_drivername)
236 md_dev64_t rdev; /* Device from which to read */
462 * To get devid from kernel:
671 } from, to;
715 #define MD_IOCNXTKEY_NM (MDIOC|32) /* get next key from namespace */
717 #define MD_DB_DELSIDE (MDIOC|34) /* delete a side from the db replica */
780 #define MD_IOCGET_HSP_NM (MDIOC|105) /* get hsp entry from namespace */
784 #define MD_MN_RR_CLEAN (MDIOC|109) /* Clean RR bits from bitmap */
844 uint_t options; /* passed in from the command */
861 * Structure for accessing the DB from user land.
899 * Structure to push the message out from commd
921 * /mutex pointer members from user, which should be the appropriate one.
943 minor_t mnum; /* Unit to obtain submirror info from */