Lines Matching refs:service
44 char *service = "map-in"; in mem_map_in() local
57 error = fc_run_priv(pdp->common, service, 3, 1, fc_size2cell(len), in mem_map_in()
61 throw_from_fclib(env, 1, "gp2:%s: failed\n", service); in mem_map_in()
67 service); in mem_map_in()
71 debug_msg(DEBUG_REG_ACCESS, "gp2:%s: %llx -> %x\n", service, in mem_map_in()
82 char *service = "map-out"; in mem_map_out() local
97 service, (int)mcookie); in mem_map_out()
101 debug_msg(DEBUG_REG_ACCESS, "gp2:%s: %x -> %llx\n", service, in mem_map_out()
106 error = fc_run_priv(pdp->common, service, 2, 0, fc_size2cell(len), in mem_map_out()
109 log_message(MSG_ERROR, "gp2:%s: failed\n", service); in mem_map_out()
206 char *service = "claim-address"; in do_claim_addr() local
217 error = fc_run_priv(pdp->common, service, 6, 2, in do_claim_addr()
223 throw_from_fclib(env, 1, "gp2:%s: failed\n", service); in do_claim_addr()
226 "gp2:%s ( %x %x %x %x %x %x ) -> %x %x\n", service, (int)portid, in do_claim_addr()