Home
last modified time | relevance | path

Searched refs:guidp (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c314 ib_guid_t *guidp; in ib_register_client() local
324 if ((nhcas = ibt_get_hca_list(&guidp)) == 0) { in ib_register_client()
333 (void) ibt_free_hca_list(guidp, nhcas); in ib_register_client()
344 (void) ibt_free_hca_list(guidp, nhcas); in ib_register_client()
360 (void) ibt_free_hca_list(guidp, nhcas); in ib_register_client()
374 (void) ibt_free_hca_list(guidp, nhcas); in ib_register_client()
400 device->node_guid = htonll(guidp[i]); in ib_register_client()
407 rtn = ibt_open_hca(ofs_client->ibt_hdl, guidp[i], in ib_register_client()
448 (void) ibt_free_hca_list(guidp, nhcas); in ib_register_client()
498 (void) ibt_free_hca_list(guidp, nhcas); in ib_register_client()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c318 ib_guid_t *guidp; in rdsib_initialize_ib() local
333 nhcas = ibt_get_hca_list(&guidp); in rdsib_initialize_ib()
347 (void) ibt_free_hca_list(guidp, nhcas); in rdsib_initialize_ib()
358 RDS_DPRINTF3(LABEL, "Open HCA: 0x%llx", guidp[ix]); in rdsib_initialize_ib()
360 hcap = rdsib_init_hca(guidp[ix]); in rdsib_initialize_ib()
365 (void) ibt_free_hca_list(guidp, nhcas); in rdsib_initialize_ib()
/illumos-gate/usr/src/common/devid/
H A Ddevid_scsi.c832 uchar_t *guidp = NULL; in encode_scsi3_page83_emc() local
870 guidp = &inq83[SCMD_INQUIRY_PAGE83_HDR_SIZE]; in encode_scsi3_page83_emc()
885 bcopy(guidp, *id, *id_len); in encode_scsi3_page83_emc()
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c1425 char *namep, *valuep, *guidp; in ficlEfiSetenv() local
1437 guidp = (char *)ficlStackPopPointer(pStack); in ficlEfiSetenv()
1446 memcpy(guid, guidp, guids); in ficlEfiSetenv()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c1909 ib_guid_t *guidp; in hermon_port_query() local
1919 guidp = state->hs_guid[port - 1]; in hermon_port_query()
2013 guidp[indx] = sgid->gid_guid = in hermon_port_query()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c612 static int fcp_copy_guid_2_lun_block(struct fcp_lun *plun, char *guidp);
15794 fcp_copy_guid_2_lun_block(struct fcp_lun *plun, char *guidp) in fcp_copy_guid_2_lun_block() argument
15800 const unsigned int len = strlen(guidp) + 1; in fcp_copy_guid_2_lun_block()
15802 if ((guidp == NULL) || (plun == NULL)) { in fcp_copy_guid_2_lun_block()
15848 bcopy(guidp, plun->lun_guid, plun->lun_guid_size); in fcp_copy_guid_2_lun_block()