Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy_device.h75 typedef struct dcopy_device_cb_s { struct
76 int cb_version;
77 int cb_res1;
80 int (*cb_channel_alloc)(void *device_private,
83 void (*cb_channel_free)(void *channel_private);
86 int (*cb_cmd_alloc)(void *channel_private, int flags,
88 void (*cb_cmd_free)(void *channel_private, dcopy_cmd_t *cmd);
94 int (*cb_cmd_post)(void *channel_private, dcopy_cmd_t cmd);
95 int (*cb_cmd_poll)(void *channel_private, dcopy_cmd_t cmd);
104 void (*cb_unregister_complete)(void *device_private, int status);