Home
last modified time | relevance | path

Searched refs:get_request (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c125 static inline int get_request(struct pvcalls_bedata *bedata, int *req_id) in get_request() function
302 ret = get_request(bedata, &req_id); in pvcalls_front_socket()
452 ret = get_request(bedata, &req_id); in pvcalls_front_connect()
686 ret = get_request(bedata, &req_id); in pvcalls_front_bind()
741 ret = get_request(bedata, &req_id); in pvcalls_front_listen()
842 ret = get_request(bedata, &req_id); in pvcalls_front_accept()
945 ret = get_request(bedata, &req_id); in pvcalls_front_poll_passive()
1028 ret = get_request(bedata, &req_id); in pvcalls_front_release()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Duievent.py125 def get_request(self): member in UIXMLRPCServer