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

/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dcontroller.h44 struct ctl_obj { struct
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)
76 (*((struct ctl_obj *)(X))->c_ops->c_pktalloc) \
77 (((struct ctl_obj *)(X))->c_data, (callback), (arg))
79 (*((struct ctl_obj *)(
[all...]

Completed in 67 milliseconds