Searched refs:temp_addr (Results 1 – 6 of 6) sorted by relevance
| /titanic_53/usr/src/lib/libtnfctl/ |
| H A D | util.c | 288 uintptr_t temp_addr; in find_target_syms() local 316 prexstat = _tnfctl_sym_find(hndl, MEMSEG_PTR, &temp_addr); in find_target_syms() 321 miscstat = hndl->p_read(hndl->proc_p, temp_addr, &hndl->memseg_p, in find_target_syms() 331 prexstat = _tnfctl_sym_find(hndl, NONTHREAD_TEST, &temp_addr); in find_target_syms() 336 miscstat = hndl->p_read(hndl->proc_p, temp_addr, &hndl->nonthread_test, in find_target_syms() 341 prexstat = _tnfctl_sym_find(hndl, THREAD_TEST, &temp_addr); in find_target_syms() 346 miscstat = hndl->p_read(hndl->proc_p, temp_addr, &hndl->thread_test, in find_target_syms() 355 prexstat = _tnfctl_sym_find(hndl, LIBTHREAD_PRESENT, &temp_addr); in find_target_syms()
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_mip.c | 764 struct in_addr temp_addr; in ma_ext() local 833 for (i = 0; len >= sizeof (temp_addr.s_addr); i++) { in ma_ext() 834 memcpy(&(temp_addr.s_addr), p - sizeof (exthdr_t), in ma_ext() 835 sizeof (temp_addr.s_addr)); in ma_ext() 839 inet_ntoa(temp_addr), in ma_ext() 840 addrtoname(AF_INET, &temp_addr)); in ma_ext() 842 p += sizeof (temp_addr); in ma_ext() 843 len -= sizeof (temp_addr); in ma_ext()
|
| /titanic_53/usr/src/lib/storage/libg_fc/common/ |
| H A D | mpath.c | 406 char *temp_addr; in g_get_pathlist() local 453 temp_addr = ioc.ret_buf[i].ret_addr; in g_get_pathlist() 454 if (*temp_addr == 'w') { in g_get_pathlist() 455 temp_addr++; in g_get_pathlist() 457 (void) strcpy(pathlist_p->path_info[i].path_addr, temp_addr); in g_get_pathlist()
|
| /titanic_53/usr/src/cmd/mdb/common/modules/scsi_vhci/ |
| H A D | scsi_vhci.c | 542 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()
|
| /titanic_53/usr/src/uts/sun/io/ |
| H A D | fd.c | 3102 caddr_t temp_addr; in fdstart() local 3259 temp_addr = (caddr_t)kmem_alloc(tlen, in fdstart() 3313 csb->csb_addr = temp_addr; in fdstart() 3363 kmem_free(temp_addr, tlen); in fdstart() 3374 bcopy(temp_addr, addr, len); in fdstart() 3375 kmem_free(temp_addr, tlen); in fdstart()
|
| /titanic_53/usr/src/uts/common/io/i40e/core/ |
| H A D | i40e_common.c | 6360 u16 temp_addr; in i40e_led_get_phy() local 6364 temp_addr = I40E_PHY_LED_PROV_REG_1; in i40e_led_get_phy() 6370 temp_addr++) { in i40e_led_get_phy() 6373 temp_addr, phy_addr, in i40e_led_get_phy() 6379 *led_addr = temp_addr; in i40e_led_get_phy()
|