Home
last modified time | relevance | path

Searched refs:state_endpoint (Results 1 – 4 of 4) sorted by relevance

/minix/minix/servers/rs/
H A Dtype.h34 endpoint_t state_endpoint; /* the custom process to transfer the state from (if any). */ member
H A Drequest.c546 endpoint_t state_endpoint; in do_update() local
626 state_endpoint = NONE; in do_update()
639 state_endpoint = trg_rp->r_pub->endpoint; in do_update()
752 if(state_endpoint == NONE) { in do_update()
753 state_endpoint = new_rp->r_pub->endpoint; in do_update()
851 rpupd->state_endpoint = state_endpoint; in do_update()
H A Dupdate.c128 rpupd->state_endpoint = NONE; in rupdate_upd_init()
442 rp->r_pub->old_endpoint = rpupd->state_endpoint; in start_update_prepare()
H A Dutility.c37 old_endpoint = rp->r_upd.state_endpoint; in init_service()