Searched refs:port_ptr (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
H A D | CVE-2024-26458_CVE-2024-26461.patch | 11 store port_ptr into crp->port_ptr as soon as it is allocated; 190 caddr_t port_ptr; 192 port_ptr = (caddr_t)(void *)crp->port_ptr; 193 - if (xdr_reference(xdrs, &port_ptr, sizeof (uint32_t), 195 - crp->port_ptr = (uint32_t *)(void *)port_ptr; 196 + if (!xdr_reference(xdrs, &port_ptr, sizeof (uint32_t), 199 + crp->port_ptr = (uint32_t *)(void *)port_ptr;
|
/openbmc/linux/drivers/target/loopback/ |
H A D | tcm_loop.c | 771 unsigned char i_port[TL_WWN_ADDR_LEN], *ptr, *port_ptr; in tcm_loop_tpg_nexus_store() local 799 port_ptr = &i_port[0]; in tcm_loop_tpg_nexus_store() 809 port_ptr = &i_port[3]; /* Skip over "fc." */ in tcm_loop_tpg_nexus_store() 819 port_ptr = &i_port[0]; in tcm_loop_tpg_nexus_store() 832 ret = tcm_loop_make_nexus(tl_tpg, port_ptr); in tcm_loop_tpg_nexus_store()
|
/openbmc/linux/drivers/xen/ |
H A D | xen-scsiback.c | 1631 unsigned char i_port[VSCSI_NAMELEN], *ptr, *port_ptr; in scsiback_tpg_nexus_store() local 1659 port_ptr = &i_port[0]; in scsiback_tpg_nexus_store() 1669 port_ptr = &i_port[3]; /* Skip over "fc." */ in scsiback_tpg_nexus_store() 1679 port_ptr = &i_port[0]; in scsiback_tpg_nexus_store() 1692 ret = scsiback_make_nexus(tpg, port_ptr); in scsiback_tpg_nexus_store()
|
/openbmc/linux/drivers/vhost/ |
H A D | scsi.c | 2359 unsigned char i_port[VHOST_SCSI_NAMELEN], *ptr, *port_ptr; in vhost_scsi_tpg_nexus_store() local 2388 port_ptr = &i_port[0]; in vhost_scsi_tpg_nexus_store() 2399 port_ptr = &i_port[3]; /* Skip over "fc." */ in vhost_scsi_tpg_nexus_store() 2410 port_ptr = &i_port[0]; in vhost_scsi_tpg_nexus_store() 2423 ret = vhost_scsi_make_nexus(tpg, port_ptr); in vhost_scsi_tpg_nexus_store()
|