Home
last modified time | relevance | path

Searched refs:read_cb (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_main.c733 if (file_ext->read_cb != NULL) { in heci_close()
739 priv_cb = file_ext->read_cb; in heci_close()
740 file_ext->read_cb = NULL; in heci_close()
868 if (file_ext->read_cb && in heci_read()
869 file_ext->read_cb->information > UIO_OFFSET(uio_p)) { in heci_read()
870 priv_cb = file_ext->read_cb; in heci_read()
872 } else if (file_ext->read_cb && file_ext->read_cb->information > 0 && in heci_read()
873 file_ext->read_cb->information <= UIO_OFFSET(uio_p)) { in heci_read()
874 priv_cb = file_ext->read_cb; in heci_read()
878 (!file_ext->read_cb || file_ext->read_cb->information == 0) && in heci_read()
[all …]
H A Dio_heci.c682 if ((file_ext->read_pending) || (file_ext->read_cb != NULL)) { in heci_start_read()
719 file_ext->read_cb = priv_cb; in heci_start_read()
H A Dheci_data_structures.h479 struct heci_cb_private *read_cb; member
H A Dheci_init.c420 file_pos->read_cb = NULL; in heci_reset()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A DCACHE_SPEC.txt113 _sd_alloc_handle(discon_cb, read_cb, write_cb)
115 void (*read_cb)();