Searched refs:c_ops (Results 1 – 4 of 4) sorted by relevance
44 struct ctl_objops *c_ops; member74 (*((struct ctl_obj *)(X))->c_ops->c_pktalloc) \77 (*((struct ctl_obj *)(X))->c_ops->c_pktfree) \80 (*((struct ctl_obj *)(X))->c_ops->c_memsetup) \82 #define CTL_MEMFREE(X, pktp) (*((struct ctl_obj *)(X))->c_ops->c_memfree) \84 #define CTL_IOSETUP(X, pktp) (*((struct ctl_obj *)(X))->c_ops->c_iosetup) \86 #define CTL_TRANSPORT(X, pktp) (*((struct ctl_obj *)(X))->c_ops->c_transport) \88 #define CTL_ABORT(X, pktp) (*((struct ctl_obj *)(X))->c_ops->c_abort) \90 #define CTL_RESET(X, level) (*((struct ctl_obj *)(X))->c_ops->c_reset) \93 (*((struct ctl_obj *)(X))->c_ops->c_ioctl) \
203 audio_client_ops_t c_ops; member204 #define c_open c_ops.aco_open205 #define c_close c_ops.aco_close206 #define c_read c_ops.aco_read207 #define c_write c_ops.aco_write208 #define c_ioctl c_ops.aco_ioctl209 #define c_chpoll c_ops.aco_chpoll210 #define c_output c_ops.aco_output211 #define c_input c_ops.aco_input212 #define c_notify c_ops.aco_notify[all …]
1071 c->c_ops = *ops; in auimpl_client_create()
388 ctlobjp->c_ops = (struct ctl_objops *)&ata_disk_objops; in ata_disk_init_drive()