Home
last modified time | relevance | path

Searched refs:oldbytes (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/osfmk/kdp/
H A Dkdp.c115 uint8_t oldbytes[MAX_BREAKINSN_BYTES]; member
963 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()
/xnu-12377.61.12/bsd/net/
H A Ddlil.c7738 uint64_t oldbytes = ifp->if_dt_bytes; in ifnet_notify_data_threshold() local
7746 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()