Searched refs:next_addr (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 82 paddr_t next_addr; in dboot_elfload64() local 172 next_addr = dst + phdr->p_filesz; in dboot_elfload64() 184 (void) memset((void *)(uintptr_t)next_addr, 0, in dboot_elfload64()
|
/titanic_50/usr/src/lib/libtnfctl/ |
H A D | probes.c | 613 uintptr_t next_addr; in link_targ_obj_probes() local 648 next_addr = hndl->probelist_head; in link_targ_obj_probes() 652 next_addr = probe_p->addr + in link_targ_obj_probes() 657 miscstat = hndl->p_write(hndl->proc_p, next_addr, in link_targ_obj_probes() 690 uintptr_t next_addr; in unlink_targ_obj_probes() local 719 next_addr = hndl->probelist_head; in unlink_targ_obj_probes() 723 next_addr = probe_p->addr + in unlink_targ_obj_probes() 728 miscstat = hndl->p_write(hndl->proc_p, next_addr, in unlink_targ_obj_probes()
|
/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_isoch_util.c | 1191 uint32_t next_addr, curr_itd_addr; in ehci_remove_isoc_from_pfl() local 1215 next_addr = Get_PFLT(periodic_frame_list-> in ehci_remove_isoc_from_pfl() 1217 while ((next_addr & EHCI_ITD_LINK_PTR) != in ehci_remove_isoc_from_pfl() 1220 link_ref = next_addr & EHCI_ITD_LINK_REF; in ehci_remove_isoc_from_pfl() 1226 (next_addr & EHCI_ITD_LINK_PTR)); in ehci_remove_isoc_from_pfl() 1227 next_addr = Get_ITD(prev_itd->itd_link_ptr); in ehci_remove_isoc_from_pfl() 1239 if ((next_addr & EHCI_ITD_LINK_PTR) == in ehci_remove_isoc_from_pfl() 1242 next_addr = Get_ITD(curr_itd->itd_link_ptr); in ehci_remove_isoc_from_pfl() 1248 next_addr); in ehci_remove_isoc_from_pfl() 1251 Set_ITD(prev_itd->itd_link_ptr, next_addr); in ehci_remove_isoc_from_pfl() [all …]
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_io.c | 780 unsigned char *next_addr; in sdbc_alloc_io_mem() local 829 next_addr = start_addr; in sdbc_alloc_io_mem() 841 bcopy(cc_ent->cc_data + offset, next_addr, in sdbc_alloc_io_mem() 844 next_addr += FBA_SIZE(fba_len); in sdbc_alloc_io_mem() 850 bcopy(cc_ent->cc_data, next_addr, in sdbc_alloc_io_mem() 852 next_addr += CACHE_BLOCK_SIZE; in sdbc_alloc_io_mem() 855 bcopy(cc_ent->cc_data, next_addr, in sdbc_alloc_io_mem() 857 next_addr += FBA_SIZE(fba_len); in sdbc_alloc_io_mem()
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_addr.c | 1711 goto next_addr; in sctp_saddr_info() 1714 goto next_addr; in sctp_saddr_info() 1718 goto next_addr; in sctp_saddr_info() 1740 next_addr: in sctp_saddr_info()
|
/titanic_50/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 4976 goto next_addr; in sfmmu_hblk_chgattr() 5047 next_addr: in sfmmu_hblk_chgattr() 5314 goto next_addr; in sfmmu_hblk_chgprot() 5375 next_addr: in sfmmu_hblk_chgprot()
|