Searched defs:xbb (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sys/dev/xen/blkback/ |
H A D | blkback.c | 170 struct xbb_softc *xbb; global() member 768 xbb_get_req(struct xbb_softc * xbb) xbb_get_req() argument 791 xbb_release_req(struct xbb_softc * xbb,struct xbb_xen_req * req) xbb_release_req() argument 810 xbb_release_reqs(struct xbb_softc * xbb,struct xbb_xen_req_list * req_list,int nreqs) xbb_release_reqs() argument 881 struct xbb_softc *xbb; xbb_get_gntaddr() local 906 xbb_get_kva(struct xbb_softc * xbb,int nr_pages) xbb_get_kva() argument 990 xbb_free_kva(struct xbb_softc * xbb,uint8_t * kva_ptr,int nr_pages) xbb_free_kva() argument 1040 xbb_get_reqlist(struct xbb_softc * xbb) xbb_get_reqlist() argument 1071 xbb_release_reqlist(struct xbb_softc * xbb,struct xbb_xen_reqlist * reqlist,int wakeup) xbb_release_reqlist() argument 1114 xbb_get_resources(struct xbb_softc * xbb,struct xbb_xen_reqlist ** reqlist,blkif_request_t * ring_req,RING_IDX ring_idx) xbb_get_resources() argument 1208 xbb_queue_response(struct xbb_softc * xbb,struct xbb_xen_req * req,int status) xbb_queue_response() argument 1273 xbb_push_responses(struct xbb_softc * xbb,int * run_taskqueue,int * notify) xbb_push_responses() argument 1310 xbb_complete_reqlist(struct xbb_softc * xbb,struct xbb_xen_reqlist * reqlist) xbb_complete_reqlist() argument 1393 struct xbb_softc *xbb; xbb_bio_done() local 1458 xbb_dispatch_io(struct xbb_softc * xbb,struct xbb_xen_reqlist * reqlist) xbb_dispatch_io() argument 1724 struct xbb_softc *xbb; xbb_run_queue() local 1938 struct xbb_softc *xbb; xbb_filter() local 1967 xbb_dispatch_dev(struct xbb_softc * xbb,struct xbb_xen_reqlist * reqlist,int operation,int bio_flags) xbb_dispatch_dev() argument 2132 xbb_dispatch_file(struct xbb_softc * xbb,struct xbb_xen_reqlist * reqlist,int operation,int flags) xbb_dispatch_file() argument 2309 xbb_close_backend(struct xbb_softc * xbb) xbb_close_backend() argument 2365 xbb_open_dev(struct xbb_softc * xbb) xbb_open_dev() argument 2427 xbb_open_file(struct xbb_softc * xbb) xbb_open_file() argument 2501 xbb_open_backend(struct xbb_softc * xbb) xbb_open_backend() argument 2592 xbb_free_communication_mem(struct xbb_softc * xbb) xbb_free_communication_mem() argument 2615 xbb_disconnect(struct xbb_softc * xbb) xbb_disconnect() argument 2689 xbb_connect_ring(struct xbb_softc * xbb) xbb_connect_ring() argument 2821 xbb_alloc_communication_mem(struct xbb_softc * xbb) xbb_alloc_communication_mem() argument 2863 xbb_collect_frontend_info(struct xbb_softc * xbb) xbb_collect_frontend_info() argument 2994 xbb_alloc_requests(struct xbb_softc * xbb) xbb_alloc_requests() argument 3021 xbb_alloc_request_lists(struct xbb_softc * xbb) xbb_alloc_request_lists() argument 3072 xbb_publish_backend_info(struct xbb_softc * xbb) xbb_publish_backend_info() argument 3131 xbb_connect(struct xbb_softc * xbb) xbb_connect() argument 3208 xbb_shutdown(struct xbb_softc * xbb) xbb_shutdown() argument 3281 xbb_attach_failed(struct xbb_softc * xbb,int err,const char * fmt,...) xbb_attach_failed() argument 3343 xbb_setup_sysctl(struct xbb_softc * xbb) xbb_setup_sysctl() argument 3430 struct xbb_softc *xbb; xbb_attach_disk() local 3508 struct xbb_softc *xbb; xbb_attach_cb() local 3551 struct xbb_softc *xbb; xbb_attach() local 3649 struct xbb_softc *xbb; xbb_detach() local 3740 struct xbb_softc *xbb = device_get_softc(dev); xbb_frontend_changed() local [all...] |
/freebsd-src/contrib/tcsh/ |
H A D | tc.str.c | 599 bb_cleanup(void *xbb)
|