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

/barrelfish-master/lib/ahci/
H A Dahci.c26 struct bind_st { // this is to be able to pass 3 params as user state struct
43 struct bind_st *bst = b->st;
86 struct bind_st *bst = b->st;
91 // init bind_st properly
192 struct bind_st *bst = b->st;
261 struct bind_st *bst = _binding->st;
278 struct bind_st *bst = st;
367 struct bind_st *bst = malloc(sizeof(struct bind_st));
391 struct bind_st *bs
[all...]
/barrelfish-master/usr/monitor/
H A Dmonitor_server.c717 struct proc_mgmt_bind_st* bind_st = (struct proc_mgmt_bind_st*) st; local
718 assert(!bind_st->present);
719 bind_st->err = err;
720 bind_st->present = true;
734 struct proc_mgmt_bind_st bind_st = { local
740 &bind_st,
748 while (!bind_st.present) {
755 if(err_is_fail(bind_st.err)) {

Completed in 99 milliseconds