Home
last modified time | relevance | path

Searched refs:pd_handle (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/boot/efi/libefi/
H A Defizfs.c115 insert_zfs(pd->pd_handle, guid); in efi_zfs_probe()
117 if (efi_zfs_is_preferred(pd->pd_handle)) in efi_zfs_probe()
H A Defipart.c157 return (pd->pd_handle == h || pd->pd_alias == h); in same_handle()
383 pd->pd_handle = hin[i]; in efipart_inithandles()
465 parent->pd_alias = fd->pd_handle; in efipart_initfd()
782 h = pd->pd_handle; in efipart_print_common()
879 status = OpenProtocolByHandle(pd->pd_handle, in efipart_open()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_verbs.h270 uint32_t pd_handle; member
276 uint32_t pd_handle; member
284 uint32_t pd_handle; member
450 uint32_t pd_handle; member
674 uint32_t pd_handle; member
706 uint32_t pd_handle; member
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2670 if ((ret = csx_GetFirstTuple(info->pd_handle, &tuple)) == CS_SUCCESS) { in pcmcia_get_mem_regs()
2674 ret = csx_Parse_CISTPL_DEVICE(info->pd_handle, &tuple, in pcmcia_get_mem_regs()
2677 ret = csx_Parse_CISTPL_DEVICE_A(info->pd_handle, &tuple, in pcmcia_get_mem_regs()
2735 if (csx_GetFirstTuple(info->pd_handle, &tuple) == CS_SUCCESS) { in pcmcia_get_io_regs()
2736 if (csx_Parse_CISTPL_CONFIG(info->pd_handle, in pcmcia_get_io_regs()
2748 while (csx_GetNextTuple(info->pd_handle, &tuple) == CS_SUCCESS) { in pcmcia_get_io_regs()
2751 if (csx_Parse_CISTPL_CFTABLE_ENTRY(info->pd_handle, in pcmcia_get_io_regs()
2928 if (csx_GetFirstTuple(info->pd_handle, &tuple) != CS_SUCCESS) { in pcmcia_need_intr()
2937 if (csx_Parse_CISTPL_CONFIG(info->pd_handle, in pcmcia_need_intr()
2947 if (csx_GetNextTuple(info->pd_handle, in pcmcia_need_intr()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c633 pz->pd_handle = pd_p; in dapls_ib_pd_alloc()
667 pd_p = (struct dapls_ib_pd_handle *)pz->pd_handle; in dapls_ib_pd_free()
680 pz->pd_handle = NULL; in dapls_ib_pd_free()
734 reg_msg.mr_pd_hkey = pz_handle->pd_handle->pd_hkey; in dapls_ib_mr_register()
820 reg_msg.mrs_pd_hkey = pz_handle->pd_handle->pd_hkey; in dapls_ib_mr_register_shared()
1040 (pz_hdl->pd_handle))->pd_hkey; in dapls_ib_mw_alloc()
H A Ddapl_tavor_ibtf_qp.c192 ep_args.ep_pd_hkey = pz_handle->pd_handle->pd_hkey; in dapls_ib_qp_alloc()
618 srqc_args.srqc_pd_hkey = pz_handle->pd_handle->pd_hkey; in dapls_ib_srq_alloc()
/illumos-gate/usr/src/boot/efi/include/
H A Defilib.h85 EFI_HANDLE pd_handle; member
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c351 if (efizfs_get_guid_by_handle(pp->pd_handle, &guid)) in try_as_currdev()
1398 loaded_image->DeviceHandle = hd->pd_handle; in command_chain()
1408 pd->pd_handle; in command_chain()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1486 resp.pd_handle = upd->uobj.uo_id; in sol_uverbs_alloc_pd()
1611 "dealloc_pd(%d)", cmd.pd_handle); in sol_uverbs_dealloc_pd()
1613 upd = uverbs_uobj_get_upd_write(cmd.pd_handle); in sol_uverbs_dealloc_pd()
1616 "dealloc_pd(%d) : invalid hdl", cmd.pd_handle); in sol_uverbs_dealloc_pd()
1627 cmd.pd_handle = 0; in sol_uverbs_dealloc_pd()
2119 upd = uverbs_uobj_get_upd_read(cmd.pd_handle); in sol_uverbs_reg_mr()
H A Dsol_uverbs_qp.c428 upd = uverbs_uobj_get_upd_read(cmd.pd_handle); in sol_uverbs_create_qp()
429 uqp->uqp_pd_hdl = cmd.pd_handle; in sol_uverbs_create_qp()
1890 upd = uverbs_uobj_get_upd_read(cmd.pd_handle); in sol_uverbs_create_srq()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcmcia.h335 uint32_t pd_handle; member
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h508 ib_pd_handle_t pd_handle; member