Searched refs:oldbytes (Results 1 – 2 of 2) sorted by relevance
115 uint8_t oldbytes[MAX_BREAKINSN_BYTES]; member963 memcpy(breakpoint_list[i].oldbytes, oldinstr, breakinstrsize); in kdp_set_breakpoint_internal()988 …cnt = kdp_machine_vm_write((caddr_t)&breakpoint_list[i].oldbytes, address, breakpoint_list[i].byte… in kdp_remove_breakpoint_internal()1002 …kdp_machine_vm_write((caddr_t)&(breakpoint_list[i].oldbytes), (mach_vm_address_t)breakpoint_list[i… in kdp_remove_all_breakpoints()
7738 uint64_t oldbytes = ifp->if_dt_bytes; in ifnet_notify_data_threshold() local7746 if (threshold_notify && (bytes - oldbytes) > ifp->if_data_threshold && in ifnet_notify_data_threshold()7747 OSCompareAndSwap64(oldbytes, bytes, &ifp->if_dt_bytes) && in ifnet_notify_data_threshold()