Home
last modified time | relevance | path

Searched refs:temp_addr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.c762 struct in_addr temp_addr; in ma_ext() local
831 for (i = 0; len >= sizeof (temp_addr.s_addr); i++) { in ma_ext()
832 memcpy(&(temp_addr.s_addr), p - sizeof (exthdr_t), in ma_ext()
833 sizeof (temp_addr.s_addr)); in ma_ext()
837 inet_ntoa(temp_addr), in ma_ext()
838 addrtoname(AF_INET, &temp_addr)); in ma_ext()
840 p += sizeof (temp_addr); in ma_ext()
841 len -= sizeof (temp_addr); in ma_ext()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c404 char *temp_addr; in g_get_pathlist() local
451 temp_addr = ioc.ret_buf[i].ret_addr; in g_get_pathlist()
452 if (*temp_addr == 'w') { in g_get_pathlist()
453 temp_addr++; in g_get_pathlist()
455 (void) strcpy(pathlist_p->path_info[i].path_addr, temp_addr); in g_get_pathlist()
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c542 uintptr_t temp_addr; in i_vhcilun() local
551 temp_addr = addr; in i_vhcilun()
562 mdb_printf("%t%l#r::print struct scsi_vhci_lun", temp_addr); in i_vhcilun()
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c3105 caddr_t temp_addr; in fdstart() local
3262 temp_addr = (caddr_t)kmem_alloc(tlen, in fdstart()
3316 csb->csb_addr = temp_addr; in fdstart()
3366 kmem_free(temp_addr, tlen); in fdstart()
3377 bcopy(temp_addr, addr, len); in fdstart()
3378 kmem_free(temp_addr, tlen); in fdstart()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c6877 u16 temp_addr; in i40e_led_get_phy() local
6891 temp_addr = I40E_PHY_LED_PROV_REG_1; in i40e_led_get_phy()
6894 temp_addr++) { in i40e_led_get_phy()
6897 temp_addr, phy_addr, in i40e_led_get_phy()
6903 *led_addr = temp_addr; in i40e_led_get_phy()