= {
.open = vc_pause_open,
}
struct vc_ops *(* recv)(struct vc_attr *, char *buf, int len)
Definition vcom.h:65
struct vc_ops *(* ioctl)(struct vc_attr *)
Definition vcom.h:63
struct vc_ops *(* poll)(struct vc_attr *)
Definition vcom.h:66
struct vc_ops *(* resume)(struct vc_attr *)
Definition vcom.h:69
struct vc_ops *(* event)(struct vc_attr *, struct timeval *, fd_set *r, fd_set *w, fd_set *e)
Definition vcom.h:70
char *(* name)(void)
Definition vcom.h:71
struct vc_ops *(* init)(struct vc_attr *)
Definition vcom.h:67
struct vc_ops *(* close)(struct vc_attr *)
Definition vcom.h:62
struct vc_ops *(* xmit)(struct vc_attr *)
Definition vcom.h:64
char * vc_pause_name(void)
Definition vc_client_pause.c:138