Searched defs:c_ext (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dcontroller.h47 struct ctl_ext *c_ext; member in struct:ctl_obj
68 #define CTL_DIP_CTL(X) (((struct ctl_obj *)(X))->c_ext->c_ctldip)
69 #define CTL_DIP_DEV(X) (((struct ctl_obj *)(X))->c_ext->c_devdip)
70 #define CTL_GET_TYPE(X) (((struct ctl_obj *)(X))->c_ext->c_type_cookie)
71 #define CTL_GET_LKARG(X) (((struct ctl_obj *)(X))->c_ext->c_lkarg)
72 #define CTL_GET_TARG(X) (((struct ctl_obj *)(X))->c_ext->c_targ)
73 #define CTL_GET_BLKSZ(X) (((struct ctl_obj *)(X))->c_ext->c_blksz)

Completed in 43 milliseconds