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

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dio_heci.c533 struct heci_cb_private *priv_cb_pos = NULL; local
539 list_for_each_entry_safe(priv_cb_pos, priv_cb_next,
544 priv_cb_pos->file_private;
547 (priv_cb_pos->file_object == file))
548 return (priv_cb_pos);
834 struct heci_cb_private *priv_cb_pos = NULL; local
853 list_for_each_entry_safe(priv_cb_pos, priv_cb_next,
857 list_del(&priv_cb_pos->cb_list);
859 priv_cb_pos->file_private;
863 status = pthi_write(dev, priv_cb_pos);
[all...]
H A Dheci_intr.c145 * @priv_cb_pos: callback block.
148 struct heci_cb_private *priv_cb_pos)
150 if (priv_cb_pos->major_file_operations == HECI_WRITE) {
151 heci_free_cb_private(priv_cb_pos);
156 } else if (priv_cb_pos->major_file_operations == HECI_READ &&
159 priv_cb_pos->information);
170 * @priv_cb_pos: callback block.
173 struct heci_cb_private *priv_cb_pos)
178 (void) memcpy(priv_cb_pos->response_buffer.data,
181 list_add_tail(&priv_cb_pos
147 _heci_cmpl(struct heci_file_private *file_ext, struct heci_cb_private *priv_cb_pos) argument
172 _heci_cmpl_iamthif(struct iamt_heci_device *dev, struct heci_cb_private *priv_cb_pos) argument
672 struct heci_cb_private *priv_cb_pos = NULL, *priv_cb_next = NULL; local
789 _heci_bh_close(struct iamt_heci_device *dev, int32_t *slots, struct heci_cb_private *priv_cb_pos, struct heci_file_private *file_ext, struct io_heci_list *cmpl_list) argument
833 _heci_bh_read(struct iamt_heci_device *dev, int32_t *slots, struct heci_cb_private *priv_cb_pos, struct heci_file_private *file_ext, struct io_heci_list *cmpl_list) argument
874 _heci_bh_ioctl(struct iamt_heci_device *dev, int32_t *slots, struct heci_cb_private *priv_cb_pos, struct heci_file_private *file_ext, struct io_heci_list *cmpl_list) argument
917 _heci_bh_cmpl(struct iamt_heci_device *dev, int32_t *slots, struct heci_cb_private *priv_cb_pos, struct heci_file_private *file_ext, struct io_heci_list *cmpl_list) argument
1010 _heci_bh_cmpl_iamthif(struct iamt_heci_device *dev, int32_t *slots, struct heci_cb_private *priv_cb_pos, struct heci_file_private *file_ext, struct io_heci_list *cmpl_list) argument
1101 struct heci_cb_private *priv_cb_pos = NULL, *priv_cb_next = NULL; local
1334 struct heci_cb_private *priv_cb_pos = NULL, *priv_cb_next = NULL; local
1377 struct heci_cb_private *priv_cb_pos = NULL, *priv_cb_next = NULL; local
[all...]
H A Dheci_init.c158 struct heci_cb_private *priv_cb_pos = NULL; local
170 list_for_each_entry_safe(priv_cb_pos, priv_cb_next,
172 if (priv_cb_pos) {
174 priv_cb_pos->file_private;
177 list_del(&priv_cb_pos->cb_list);
372 struct heci_cb_private *priv_cb_pos = NULL; local
460 list_for_each_entry_safe(priv_cb_pos, priv_cb_next,
463 if (priv_cb_pos) {
464 list_del(&priv_cb_pos->cb_list);
465 heci_free_cb_private(priv_cb_pos);
[all...]
H A Dheci_main.c523 struct heci_cb_private *priv_cb_pos = NULL; local
529 list_for_each_entry_safe(priv_cb_pos, priv_cb_next,
531 file_temp = (struct heci_file *)priv_cb_pos->file_object;
535 list_del(&priv_cb_pos->cb_list);
537 if (dev->iamthif_current_cb == priv_cb_pos) {
546 heci_free_cb_private(priv_cb_pos);
780 struct heci_cb_private *priv_cb_pos = NULL; local
788 list_for_each_entry_safe(priv_cb_pos,
794 priv_cb_pos->file_private;
798 return (priv_cb_pos);
816 struct heci_cb_private *priv_cb_pos = NULL; local
[all...]

Completed in 64 milliseconds