Lines Matching refs:sbd_error_t
107 extern sbd_error_t *drmach_get_dip(drmachid_t id, dev_info_t **dip);
108 extern sbd_error_t *drmach_release(drmachid_t id);
109 extern sbd_error_t *drmach_pre_op(int cmd, drmachid_t id,
111 extern sbd_error_t *drmach_post_op(int cmd, drmachid_t id,
113 extern sbd_error_t *drmach_configure(drmachid_t id, int flags);
114 extern sbd_error_t *drmach_unconfigure(drmachid_t id, int flags);
115 extern sbd_error_t *drmach_status(drmachid_t id, drmach_status_t *stat);
116 extern sbd_error_t *drmach_passthru(drmachid_t id,
119 extern sbd_error_t *drmach_board_find_devices(drmachid_t id, void *a,
120 sbd_error_t *(*found)(void *a, const char *, int, drmachid_t));
122 extern sbd_error_t *drmach_board_name(int bnum, char *buf, int buflen);
123 extern sbd_error_t *drmach_board_assign(int bnum, drmachid_t *id);
124 extern sbd_error_t *drmach_board_unassign(drmachid_t id);
125 extern sbd_error_t *drmach_board_poweroff(drmachid_t id);
126 extern sbd_error_t *drmach_board_poweron(drmachid_t id);
127 extern sbd_error_t *drmach_board_test(drmachid_t id, drmach_opts_t *opts,
129 extern sbd_error_t *drmach_board_connect(drmachid_t id,
131 extern sbd_error_t *drmach_board_disconnect(drmachid_t id,
133 extern sbd_error_t *drmach_board_deprobe(drmachid_t id);
136 extern sbd_error_t *drmach_cpu_get_id(drmachid_t id, processorid_t *cpuid);
137 extern sbd_error_t *drmach_cpu_get_impl(drmachid_t id, int *ip);
138 extern sbd_error_t *drmach_cpu_disconnect(drmachid_t id);
140 extern sbd_error_t *drmach_io_is_attached(drmachid_t id, int *yes);
141 extern sbd_error_t *drmach_io_post_attach(drmachid_t id);
142 extern sbd_error_t *drmach_io_pre_release(drmachid_t id);
143 extern sbd_error_t *drmach_io_unrelease(drmachid_t id);
144 extern sbd_error_t *drmach_io_post_release(drmachid_t id);
146 extern sbd_error_t *drmach_mem_get_slice_info(drmachid_t id,
149 extern sbd_error_t *drmach_mem_get_memlist(drmachid_t id,
151 extern sbd_error_t *drmach_mem_get_info(drmachid_t, drmach_mem_info_t *);
152 extern sbd_error_t *drmach_mem_enable(drmachid_t id);
153 extern sbd_error_t *drmach_mem_disable(drmachid_t id);
154 extern sbd_error_t *drmach_mem_add_span(drmachid_t id,
156 extern sbd_error_t *drmach_mem_del_span(drmachid_t id,
158 extern sbd_error_t *drmach_copy_rename_init(
162 extern sbd_error_t *drmach_copy_rename_fini(drmachid_t id);