Searched defs:cap (Results 176 - 185 of 185) sorted by relevance

12345678

/barrelfish-2018-10-04/usr/monitor/
H A Dmonitor_server.c60 struct capref cap = { local
777 struct capref cap; member in struct:send_cap_st
832 cap_send_request(struct monitor_binding *b, uintptr_t my_mon_id, struct capref cap, uint32_t capid) argument
[all...]
H A Dmultihop_support.c1273 multihop_cap_send_request_handler( struct monitor_binding *monitor_binding, multihop_vci_t vci, uint8_t direction, errval_t msgerr, struct capref cap, uint32_t capid) argument
1436 struct capref cap; local
1528 multihop_cap_send_forward(struct monitor_binding *b, multihop_vci_t vci, uint8_t direction, uint32_t capid, errval_t msgerr, struct capref cap) argument
[all...]
/barrelfish-2018-10-04/kernel/arch/x86_32/
H A Dsyscall.c607 handle_trace_setup(struct capability *cap, int cmd, uintptr_t *args) argument
686 handle_idcap_identify(struct capability *cap, int cmd, uintptr_t *args) argument
699 kernel_send_init_ipi(struct capability *cap, int cmd, uintptr_t *args) argument
709 kernel_send_start_ipi(struct capability *cap, int cmd, uintptr_t *args) argument
721 kernel_get_global_phys(struct capability *cap, int cmd, uintptr_t *args) argument
733 kernel_ipi_register(struct capability *cap, int cmd, uintptr_t *args) argument
742 kernel_ipi_delete(struct capability *cap, int cmd, uintptr_t *args) argument
750 handle_ipi_notify_send(struct capability *cap, int cmd, uintptr_t *args) argument
757 dispatcher_dump_ptables(struct capability *cap, int cmd, uintptr_t *args) argument
771 dispatcher_dump_capabilities(struct capability *cap, int cmd, uintptr_t *args) argument
[all...]
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dsyscall.c821 handle_trace_setup(struct capability *cap, int cmd, uintptr_t *args) argument
919 handle_ipi_notify_send(struct capability *cap, int cmd, uintptr_t *args) argument
926 kernel_ipi_register(struct capability *cap, int cmd, uintptr_t *args) argument
935 kernel_ipi_delete(struct capability *cap, int cmd, uintptr_t *args) argument
943 dispatcher_dump_ptables(struct capability *cap, int cmd, uintptr_t *args) argument
957 dispatcher_dump_capabilities(struct capability *cap, int cmd, uintptr_t *args) argument
988 performance_counter_activate(struct capability *cap, int cmd, uintptr_t *args) argument
1025 performance_counter_write(struct capability *cap, int cmd, uintptr_t *args) argument
1038 performance_counter_deactivate(struct capability *cap, int cmd, uintptr_t *args) argument
1048 handle_idcap_identify(struct capability *cap, int cmd, uintptr_t *args) argument
1058 kernel_send_init_ipi(struct capability *cap, int cmd, uintptr_t *args) argument
1071 kernel_send_start_ipi(struct capability *cap, int cmd, uintptr_t *args) argument
1085 kernel_get_global_phys(struct capability *cap, int cmd, uintptr_t *args) argument
[all...]
/barrelfish-2018-10-04/usr/drivers/solarflare/
H A Dsfn5122f_cdriver.c141 uint32_t cap[2]; member in struct:sfn5122f_driver_state
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dqp.c382 static int set_rq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, argument
420 set_kernel_sq_size(struct mlx4_ib_dev *dev, struct ib_qp_cap *cap, enum mlx4_ib_qp_type type, struct mlx4_ib_qp *qp) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1239 static int mthca_set_qp_size(struct mthca_dev *dev, struct ib_qp_cap *cap, argument
1284 mthca_alloc_qp(struct mthca_dev *dev, struct mthca_pd *pd, struct mthca_cq *send_cq, struct mthca_cq *recv_cq, enum ib_qp_type type, enum ib_sig_type send_policy, struct ib_qp_cap *cap, struct mthca_qp *qp) argument
1354 mthca_alloc_sqp(struct mthca_dev *dev, struct mthca_pd *pd, struct mthca_cq *send_cq, struct mthca_cq *recv_cq, enum ib_sig_type send_policy, struct ib_qp_cap *cap, int qpn, int port, struct mthca_sqp *sqp) argument
[all...]
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dguest.c227 struct capref cap; local
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/infiniband/
H A Dverbs.h422 struct ibv_qp_cap cap; member in struct:ibv_qp_init_attr
476 struct ibv_qp_cap cap; member in struct:ibv_qp_attr
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_verbs.h667 struct ib_qp_cap cap; member in struct:ib_qp_init_attr
770 struct ib_qp_cap cap; member in struct:ib_qp_attr

Completed in 130 milliseconds

12345678