| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_ids.c | 286 struct dma_fence *updates = sync->last_vm_update; local 291 if (updates && (*id)->flushed_updates && 292 updates->context == (*id)->flushed_updates->context && 293 !dma_fence_is_later(updates, (*id)->flushed_updates)) 294 updates = NULL; 298 updates || !(*id)->last_flush || 321 if (updates) { 323 (*id)->flushed_updates = dma_fence_get(updates); 352 struct dma_fence *updates = sync->last_vm_update; local 375 if (updates && (!flushed || dma_fence_is_later(updates, flushed)) 443 struct dma_fence *updates = sync->last_vm_update; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| logger_interface.h | 54 const struct dc_surface_update *updates,
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| client.h | 129 dns_clientupdatestate_prepare, /*%< no updates have been sent */ 130 dns_clientupdatestate_sent, /*%< updates were sent, no response */ 518 dns_namelist_t *updates, isc_sockaddrlist_t *servers, 524 dns_namelist_t *prerequisites, dns_namelist_t *updates, 530 * Perform DNS dynamic update for 'updates' of the 'rdclass' class with 533 * 'updates' are a list of names with associated RRsets to be updated. 536 * the prerequisites of the updates. This is optional and can be NULL, in 539 * Both 'updates' and 'prerequisites' must be constructed as specified in 545 * with the first name in prerequisites or updates. 590 *\li 'updates' != NULL [all...] |
| /src/external/mpl/dhcp/dist/contrib/ |
| 3.0b1-lease-convert | 80 style (for ad-hoc ddns updates).
|
| /src/sys/dist/pf/net/ |
| if_pfsync.h | 43 u_int8_t updates; member in struct:pfsync_tdb 54 u_int8_t updates; member in struct:pfsync_state_upd 121 struct mbuf *sc_mbuf_tdb; /* dito for TDB updates */ 131 int sc_maxupdates; /* number of updates/state */
|
| if_pfsync.c | 1192 sp->updates++; 1286 up->updates++; 1316 (sc->sc_maxupdates && (sp->updates >= sc->sc_maxupdates)))
|
| /src/external/bsd/tcpdump/dist/ |
| print-pfsync.c | 170 printf(" updates: %d", s->updates); 180 printf(" updates: %d", u->updates);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
| amdgpu_dc_debug.c | 184 const struct dc_surface_update *updates, 191 const struct dc_surface_update *update = &updates[i];
|
| amdgpu_dc.c | 273 * Looks up the pipe context of dc_stream_state and updates the 421 /* OPP FMT dyn expansion updates*/ 1708 struct dc_surface_update *updates, 1719 /* some stream updates require passive update */ 1754 det_surface_update(dc, &updates[i]); 1769 struct dc_surface_update *updates, 1780 updates[i].surface->update_flags.raw = 0; 1782 type = check_update_surfaces_for_stream(dc, updates, surface_count, stream_update, stream_status); 1787 updates[i].surface->update_flags.raw = 0xFFFFFFFF; 2052 // Stream updates [all...] |
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| report.py | 300 If it exists, updates the message index of embedded links in the run index. 327 updates the run index if necessary.
|
| /src/sys/arch/hpcarm/dev/ |
| sed_saip.c | 325 sed1356_update_powerstate(struct sed1356_softc *sc, int updates) 327 if (updates & PWRSTAT_LCD) 333 if (updates & PWRSTAT_BACKLIGHT)
|
| /src/sys/arch/hpcmips/dev/ |
| mq200.c | 250 mq200_update_powerstate(struct mq200_softc *sc, int updates) 253 if (updates & PWRSTAT_LCD) 259 if (updates & PWRSTAT_BACKLIGHT)
|
| ite8181.c | 432 ite8181_update_powerstate(struct ite8181_softc *sc, int updates) 434 if (updates & PWRSTAT_LCD) 440 if (updates & PWRSTAT_BACKLIGHT)
|
| /src/sys/dev/hpc/ |
| bivideo.c | 355 bivideo_update_powerstate(struct bivideo_softc *sc, int updates) 357 if (updates & PWRSTAT_LCD) 363 if (updates & PWRSTAT_BACKLIGHT)
|
| /src/external/bsd/ntp/dist/scripts/update-leap/ |
| update-leap-opts.def | 121 and if necessary, updates leap-second definition file.
|
| update-leap.sh | 57 Verifies and if necessary, updates leap-second definition file
|
| update-leap.in | 400 Verifies and if necessary, updates leap-second definition file
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
| dc_stream.h | 387 struct dc_surface_update *updates,
|
| /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/ |
| aors_n.asm | 43 C increments and separate pointer updates, but they all ran at the same speed
|
| /src/share/mk/ |
| bsd.x11.mk | 382 echo "pkg-config ${.TARGET} matches @.*@, probably missing updates" 1>&2; \ 494 echo "manual ${.TARGET} matches @.*@, probably missing updates" 1>&2; \
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_vm.c | 237 * @updates: last vm update that is waited for 245 int ring, struct radeon_fence *updates) 251 radeon_fence_is_earlier(vm_id->flushed_updates, updates)) { 255 vm_id->flushed_updates = radeon_fence_ref(updates); 643 * and updates the page directory (cayman+).
|
| /src/external/bsd/openresolv/dist/ |
| resolvconf.in | 121 Inform the system about any DNS updates. 137 -u Run updates from our current DNS information
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| README | 312 support return types on load and reload, and for major updates to handle
|
| /src/external/lgpl3/gmp/dist/mpn/alpha/ |
| com.asm | 46 C 2 cycles of loop control are unavoidable, for pointer updates and the
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| client.c | 2571 dns_namelist_t *updates, isc_sockaddrlist_t *servers, 2603 client, rdclass, zonename, prerequisites, updates, servers, 2692 dns_namelist_t *prerequisites, dns_namelist_t *updates, 2711 REQUIRE(updates != NULL); 2811 for (name = ISC_LIST_HEAD(*updates); name != NULL;
|