Searched refs:last_dst (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/ncurses/ncurses/base/ |
| HD | lib_refresh.c | 195 int last_dst = begx + ((last_src < win->_maxx) in wnoutrefresh() 199 int fix_right = last_dst; in wnoutrefresh() 218 j = last_dst; in wnoutrefresh() 237 if (fix_left < dst_col || fix_right > last_dst) { in wnoutrefresh()
|
| /trueos/sbin/pfctl/ |
| HD | pfctl.c | 452 struct sockaddr last_src, last_dst; in pfctl_kill_src_nodes() local 462 memset(&last_dst, 0xff, sizeof(last_dst)); in pfctl_kill_src_nodes() 495 memset(&last_dst, 0xff, sizeof(last_dst)); in pfctl_kill_src_nodes() 511 if (memcmp(&last_dst, resp[1]->ai_addr, in pfctl_kill_src_nodes() 512 sizeof(last_dst)) == 0) in pfctl_kill_src_nodes() 514 last_dst = *(struct sockaddr *)resp[1]->ai_addr; in pfctl_kill_src_nodes() 555 struct sockaddr last_src, last_dst; in pfctl_net_kill_states() local 565 memset(&last_dst, 0xff, sizeof(last_dst)); in pfctl_net_kill_states() 601 memset(&last_dst, 0xff, sizeof(last_dst)); in pfctl_net_kill_states() 617 if (memcmp(&last_dst, resp[1]->ai_addr, in pfctl_net_kill_states() [all …]
|
| /trueos/sys/dev/drm2/radeon/ |
| HD | radeon_gart.c | 1030 uint64_t last_pte = ~0, last_dst = ~0; in radeon_vm_update_ptes() local 1055 last_dst, count, in radeon_vm_update_ptes() 1062 last_dst = dst; in radeon_vm_update_ptes() 1072 radeon_asic_vm_set_page(rdev, last_pte, last_dst, count, in radeon_vm_update_ptes()
|