Home
last modified time | relevance | path

Searched defs:ctlr_ops (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h165 struct ctlr_ops { struct
166 int (*op_rdwr)(); /* read/write - mandatory */
167 int (*op_ck_format)(); /* check format - mandatory */
168 int (*op_format)(); /* format - mandatory */
169 int (*op_ex_man)(); /* get manufacturer's list - optional */
170 int (*op_ex_cur)(); /* get current list - optional */
171 int (*op_repair)(); /* repair bad sector - optional */
172 int (*op_create)(); /* create original manufacturers */
174 int (*op_wr_cur)(); /* write current list - optional */