| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_atomic.c | 131 struct drm_connector_state *old_state = local 134 to_intel_digital_connector_state(old_state); 137 intel_hdcp_atomic_check(conn, old_state, new_state); 138 intel_psr_atomic_check(conn, old_state, new_state);
|
| intel_tv.c | 1832 struct drm_connector_state *old_state; local 1838 old_state = drm_atomic_get_old_connector_state(state, connector); 1841 if (old_state->tv.mode != new_state->tv.mode || 1842 old_state->tv.margins.left != new_state->tv.margins.left || 1843 old_state->tv.margins.right != new_state->tv.margins.right || 1844 old_state->tv.margins.top != new_state->tv.margins.top || 1845 old_state->tv.margins.bottom != new_state->tv.margins.bottom) {
|
| intel_sdvo.c | 2451 struct intel_sdvo_connector_state *old_state = local 2457 (memcmp(&old_state->tv, &new_state->tv, sizeof(old_state->tv)) ||
|
| /src/sys/net/agr/ |
| ieee8023ad_lacp.c | 262 uint8_t old_state; local 269 old_state = lp->lp_state; 280 if (old_state != lp->lp_state || old_key != lp->lp_key) {
|
| /src/external/bsd/jemalloc/dist/src/ |
| tsd.c | 175 uint8_t old_state; local 178 old_state = tsd_atomic_exchange(&tsd->state, new_state, 180 } while (old_state == tsd_state_nominal_recompute); 189 uint8_t old_state = tsd_atomic_load(&tsd->state, ATOMIC_RELAXED); local 190 if (old_state > tsd_state_nominal_max) {
|
| /src/external/bsd/wpa/dist/src/fst/ |
| fst_ctrl_aux.h | 67 enum fst_session_state old_state; member in struct:fst_event_extra::fst_event_extra_session_state
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_atomic.h | 163 struct drm_plane_state *state, *old_state, *new_state; member in struct:__drm_planes_state 168 struct drm_crtc_state *state, *old_state, *new_state; member in struct:__drm_crtcs_state 186 struct drm_connector_state *state, *old_state, *new_state; member in struct:__drm_connnectors_state 307 struct drm_private_state *state, *old_state, *new_state; member in struct:__drm_private_objs_state 511 return state->crtcs[drm_crtc_index(crtc)].old_state; 558 return state->planes[drm_plane_index(plane)].old_state; 616 return state->connectors[index].old_state; 709 (old_connector_state) = (__state)->connectors[__i].old_state, \ 731 (old_connector_state) = (__state)->connectors[__i].old_state, 1)) 774 (old_crtc_state) = (__state)->crtcs[__i].old_state, \ [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| pch.cc | 802 struct lexer_state old_state; local 816 old_state = r->state; 851 r->state = old_state;
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_rs780_dpm.c | 437 struct igp_ps *old_state = rs780_get_ps(old_ps); local 440 if ((new_state->sclk_high == old_state->sclk_high) && 441 (new_state->sclk_low == old_state->sclk_low)) 455 old_state->sclk_high, false, ¤t_max_dividers); 484 struct igp_ps *old_state = rs780_get_ps(old_ps); local 487 if ((new_state->sclk_high == old_state->sclk_high) && 488 (new_state->sclk_low == old_state->sclk_low)) 503 struct igp_ps *old_state = rs780_get_ps(old_ps); local 505 if ((new_state->sclk_high == old_state->sclk_high) && 506 (new_state->sclk_low == old_state->sclk_low) [all...] |
| radeon_rv6xx_dpm.c | 1208 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local 1211 safe_voltage = (new_state->low.vddc >= old_state->low.vddc) ? 1212 new_state->low.vddc : old_state->low.vddc; 1224 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local 1227 old_state->low.vddc); 1238 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local 1241 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE)) 1252 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local 1255 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2)) 1314 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps) local 1329 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local 1427 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_kms.h | 41 * @old_state: Old state of plane. 124 struct drm_plane_state *old_state; member in struct:vmw_du_update_plane 465 struct drm_plane_state *old_state); 469 struct drm_plane_state *old_state);
|
| vmwgfx_stdu.c | 416 struct drm_crtc_state *old_state) 421 struct drm_crtc_state *old_state) 1001 * @old_state: Contains the FB to clean up 1009 struct drm_plane_state *old_state) 1011 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); 1016 vmw_du_plane_cleanup_fb(plane, old_state); 1359 * @old_state: old plane state. 1369 struct drm_plane_state *old_state, 1377 bo_update.base.old_state = old_state; 1444 struct drm_plane_state *old_state = update->old_state; local [all...] |
| vmwgfx_kms.c | 328 * @old_state: Contains the FB to clean up 336 struct drm_plane_state *old_state) 338 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); 382 struct drm_plane_state *old_state) 384 struct drm_crtc *crtc = plane->state->crtc ?: old_state->crtc; 2802 struct drm_plane_state *old_state = update->old_state; local 2819 drm_atomic_helper_damage_iter_init(&iter, old_state, state); 2874 drm_atomic_helper_damage_iter_init(&iter, old_state, state);
|
| /src/sys/kern/ |
| vfs_trans.c | 698 enum fstrans_state old_state; local 708 old_state = fmi->fmi_state; 709 if (old_state == new_state) 728 if (old_state != new_state) { 729 if (old_state == FSTRANS_NORMAL) {
|
| /src/external/gpl3/binutils/dist/gas/ |
| app.c | 274 static int old_state; variable 290 int old_state; member in struct:app_save 315 saved->old_state = old_state; 354 old_state = saved->old_state; 494 -1: output string in out_string and go to the state in old_state 591 state = old_state; 592 old_state = 3; 611 old_state = 3 [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| app.c | 278 static int old_state; variable 294 int old_state; member in struct:app_save 319 saved->old_state = old_state; 358 old_state = saved->old_state; 498 -1: output string in out_string and go to the state in old_state 595 state = old_state; 596 old_state = 3; 615 old_state = 3 [all...] |
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_atomic_helper.c | 965 crtc_needs_disable(struct drm_crtc_state *old_state, 973 return drm_atomic_crtc_effectively_active(old_state); 980 return old_state->active || 981 (old_state->self_refresh_active && !new_state->enable) || 986 disable_outputs(struct drm_device *dev, struct drm_atomic_state *old_state) 994 for_each_oldnew_connector_in_state(old_state, connector, old_conn_state, new_conn_state, i) { 1004 old_crtc_state = drm_atomic_get_old_crtc_state(old_state, old_conn_state->crtc); 1008 old_state, 1035 drm_atomic_bridge_chain_disable(bridge, old_state); 1040 funcs->atomic_disable(encoder, old_state); 2578 struct drm_atomic_state *old_state = old_crtc_state->state; local [all...] |
| drm_dp_mst_topology.c | 4771 struct drm_dp_mst_topology_state *state, *old_state = local 4775 state = kmemdup(old_state, sizeof(*state), GFP_KERNEL); 4783 list_for_each_entry(pos, &old_state->vcpis, next) {
|
| /src/usr.bin/mail/ |
| thread.c | 578 state_t old_state; local 579 old_state = state; 584 return old_state;
|
| /src/external/bsd/libevent/dist/ |
| bufferevent_openssl.c | 331 unsigned old_state : 2; member in struct:bufferevent_openssl 1319 return be_openssl_set_fd(bev_ssl, bev_ssl->old_state, data->fd); 1388 bev_ssl->old_state = state;
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| bufferevent_openssl.c | 330 unsigned old_state : 2; member in struct:bufferevent_openssl 1318 return be_openssl_set_fd(bev_ssl, bev_ssl->old_state, data->fd); 1387 bev_ssl->old_state = state;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_disp.c | 1408 bool old_state, new_state; local 1416 old_state = mstm->mgr.mst_state; 1417 new_state = old_state; 1420 if (old_state) { 1438 if (new_state == old_state) {
|
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp.c | 2374 dhcp_bound(struct interface *ifp, uint8_t old_state) 2388 old_state & STATE_ADDED && !(old_state & STATE_FAKE))) 2420 uint8_t old_state; local 2537 old_state = state->added; 2565 dhcp_bound(ifp, old_state); 4364 uint8_t old_state = state->added; local 4368 dhcp_bound(ifp, old_state);
|
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_registrar.c | 3183 int old_state; local 3188 old_state = wps->state; 3236 switch (old_state) {
|
| /src/sys/net/lagg/ |
| if_lagg_lacp.c | 861 uint8_t old_state; local 897 old_state = lacpp->lp_actor.lpi_state; 919 if (old_state != lacpp->lp_actor.lpi_state ||
|