Searched refs:add_err_st (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/virtio/host/
H A Dchannel_flounder.c141 struct open_response_state add_err_st; variable in typeref:struct:open_response_state
145 if (a != &add_err_st) {
182 add_err_st.err = VIRTIO_ERR_DEVICE_STATUS;
183 virtio_open_response(&add_err_st);
189 add_err_st.err = LIB_ERR_MALLOC_FAIL;
190 virtio_open_response(&add_err_st);

Completed in 77 milliseconds