Symbol: update
bin/md5/md5.c
1000
hf->update(&context, data, (size_t)TEST_BLOCK_LEN);
bin/md5/md5.c
1039
hf->update(&context, test_strings[i],
bin/md5/md5.c
1050
hf->update(&context, buf, sizeof(buf));
bin/md5/md5.c
293
void (*update)(union ANY_CTX *, const unsigned char *, size_t);
bin/md5/md5.c
660
hf->update(&context, string, strlen(string));
bin/md5/md5.c
733
hf->update(hf->ctx, data, nread);
bin/md5/md5.c
924
hf->update(&context, data, nread);
games/atc/extern.h
113
void update(int);
games/atc/main.c
163
sa.sa_handler = update;
games/atc/main.c
184
update(0);
games/gomoku/bdisp.c
118
bdwho(int update)
games/gomoku/bdisp.c
142
if (update)
lib/libc/stdio/fmemopen.c
153
st->update = oflags & O_RDWR;
lib/libc/stdio/fmemopen.c
32
int update; /* open for update */
lib/libc/stdio/fmemopen.c
67
else if (!st->update)
lib/libcrypto/cmac/cm_pmeth.c
126
mctx->update = int_update;
lib/libcrypto/evp/evp_digest.c
144
ctx->update = type->update;
lib/libcrypto/evp/evp_digest.c
170
return ctx->update(ctx, data, count);
lib/libcrypto/evp/evp_digest.c
354
out->update = in->update;
lib/libcrypto/evp/evp_local.h
185
int (*update)(EVP_MD_CTX *ctx, const void *data, size_t count);
lib/libcrypto/evp/evp_local.h
203
int (*update)(EVP_MD_CTX *ctx, const void *data, size_t count);
lib/libcrypto/evp/m_md4.c
100
.update = update,
lib/libcrypto/evp/m_md5.c
100
.update = update,
lib/libcrypto/evp/m_md5_sha1.c
79
.update = md5_sha1_update,
lib/libcrypto/evp/m_null.c
91
.update = update,
lib/libcrypto/evp/m_ripemd.c
100
.update = update,
lib/libcrypto/evp/m_sha1.c
100
.update = sha1_update,
lib/libcrypto/evp/m_sha1.c
146
.update = sha224_update,
lib/libcrypto/evp/m_sha1.c
185
.update = sha256_update,
lib/libcrypto/evp/m_sha1.c
227
.update = sha384_update,
lib/libcrypto/evp/m_sha1.c
266
.update = sha512_update,
lib/libcrypto/evp/m_sha1.c
305
.update = sha512_224_update,
lib/libcrypto/evp/m_sha1.c
344
.update = sha512_256_update,
lib/libcrypto/evp/m_sha3.c
125
.update = sha3_384_update,
lib/libcrypto/evp/m_sha3.c
164
.update = sha3_512_update,
lib/libcrypto/evp/m_sha3.c
47
.update = sha3_224_update,
lib/libcrypto/evp/m_sha3.c
86
.update = sha3_256_update,
lib/libcrypto/evp/m_sigver.c
100
ctx->update = update_oneshot_only;
lib/libcrypto/evp/m_sigver.c
110
ctx->update = update_oneshot_only;
lib/libcrypto/evp/m_sm3.c
54
.update = sm3_update,
lib/libcrypto/hmac/hm_pmeth.c
169
mctx->update = int_update;
lib/libcurses/tinfo/db_iterator.c
208
update_tic_dir(const char *update)
lib/libcurses/tinfo/db_iterator.c
211
TicDirectory = update;
lib/libcurses/tty/tty_update.c
1091
_nc_unlock_global(update);
lib/libcurses/tty/tty_update.c
747
_nc_lock_global(update);
lib/libcurses/tty/tty_update.c
750
_nc_unlock_global(update);
lib/libcurses/tty/tty_update.c
780
_nc_unlock_global(update);
regress/lib/libc/hash/hash_test.c
759
void (*update)(void *, const uint8_t *, size_t);
regress/lib/libc/hash/hash_test.c
817
ctx->update(ctx->ctx, (const uint8_t *)tc->in, in_len);
regress/lib/libc/hash/hash_test.c
868
.update = md5_update,
regress/lib/libc/hash/hash_test.c
876
.update = rmd160_update,
regress/lib/libc/hash/hash_test.c
884
.update = sha1_update,
regress/lib/libc/hash/hash_test.c
892
.update = sha224_update,
regress/lib/libc/hash/hash_test.c
900
.update = sha256_update,
regress/lib/libc/hash/hash_test.c
908
.update = sha384_update,
regress/lib/libc/hash/hash_test.c
916
.update = sha512_update,
regress/lib/libc/hash/hash_test.c
924
.update = sha512_256_update,
sbin/isakmpd/pf_key_v2.c
1050
update = pf_key_v2_msg_new(&msg, 0);
sbin/isakmpd/pf_key_v2.c
1051
if (!update)
sbin/isakmpd/pf_key_v2.c
1079
if (pf_key_v2_msg_add(update, (struct sadb_ext *)&udpencap, 0)
sbin/isakmpd/pf_key_v2.c
1084
if (pf_key_v2_msg_add(update, (struct sadb_ext *)&ssa, 0) == -1)
sbin/isakmpd/pf_key_v2.c
1107
if (pf_key_v2_msg_add(update, (struct sadb_ext *) life,
sbin/isakmpd/pf_key_v2.c
1134
if (pf_key_v2_msg_add(update, (struct sadb_ext *) life,
sbin/isakmpd/pf_key_v2.c
1162
if (pf_key_v2_msg_add(update, (struct sadb_ext *) addr,
sbin/isakmpd/pf_key_v2.c
1183
if (pf_key_v2_msg_add(update, (struct sadb_ext *) addr,
sbin/isakmpd/pf_key_v2.c
1204
if (pf_key_v2_msg_add(update, (struct sadb_ext *) key,
sbin/isakmpd/pf_key_v2.c
1219
if (pf_key_v2_msg_add(update, (struct sadb_ext *) key,
sbin/isakmpd/pf_key_v2.c
1250
if (pf_key_v2_msg_add(update, (struct sadb_ext *) sid,
sbin/isakmpd/pf_key_v2.c
1283
if (pf_key_v2_msg_add(update, (struct sadb_ext *) sid,
sbin/isakmpd/pf_key_v2.c
1300
if (pf_key_v2_msg_add(update, (struct sadb_ext *)&flowtype, 0) == -1)
sbin/isakmpd/pf_key_v2.c
1308
if (pf_key_v2_msg_add(update, (struct sadb_ext *)&tprotocol,
sbin/isakmpd/pf_key_v2.c
1321
if (pf_key_v2_msg_add(update, (struct sadb_ext *) addr,
sbin/isakmpd/pf_key_v2.c
1335
if (pf_key_v2_msg_add(update, (struct sadb_ext *) addr,
sbin/isakmpd/pf_key_v2.c
1348
if (pf_key_v2_msg_add(update, (struct sadb_ext *) addr,
sbin/isakmpd/pf_key_v2.c
1362
if (pf_key_v2_msg_add(update, (struct sadb_ext *) addr,
sbin/isakmpd/pf_key_v2.c
1377
if (pf_key_v2_msg_add(update, (struct sadb_ext *)stag,
sbin/isakmpd/pf_key_v2.c
1396
if (pf_key_v2_msg_add(update, (struct sadb_ext *)siface,
sbin/isakmpd/pf_key_v2.c
1424
ret = pf_key_v2_call(update);
sbin/isakmpd/pf_key_v2.c
1425
pf_key_v2_msg_free(update);
sbin/isakmpd/pf_key_v2.c
1426
update = 0;
sbin/isakmpd/pf_key_v2.c
1454
if (update)
sbin/isakmpd/pf_key_v2.c
1455
pf_key_v2_msg_free(update);
sbin/isakmpd/pf_key_v2.c
883
struct pf_key_v2_msg *update = 0, *ret = 0;
sbin/quotacheck/quotacheck.c
127
int update(const char *, const char *, int);
sbin/quotacheck/quotacheck.c
344
errs += update(mntpt, qnp->usrqfname, USRQUOTA);
sbin/quotacheck/quotacheck.c
346
errs += update(mntpt, qnp->grpqfname, GRPQUOTA);
sys/arch/amd64/amd64/ucode.c
223
struct intel_ucode_header *update;
sys/arch/amd64/amd64/ucode.c
239
update = cpu_ucode_intel_applied;
sys/arch/amd64/amd64/ucode.c
240
if (update == NULL)
sys/arch/amd64/amd64/ucode.c
241
update = cpu_ucode_intel_find(cpu_ucode_data,
sys/arch/amd64/amd64/ucode.c
243
if (update == NULL) {
sys/arch/amd64/amd64/ucode.c
247
if (update->update_revision == old_rev) {
sys/arch/amd64/amd64/ucode.c
253
data = (paddr_t)update;
sys/arch/amd64/amd64/ucode.c
261
__func__, ci->ci_cpuid, old_rev, new_rev, update->date));
sys/arch/amd64/amd64/ucode.c
263
cpu_ucode_intel_applied = update;
sys/arch/amd64/amd64/ucode.c
266
__func__, ci->ci_cpuid, old_rev, update->update_revision, new_rev));
sys/arch/i386/i386/ucode.c
246
struct intel_ucode_header *update;
sys/arch/i386/i386/ucode.c
262
update = cpu_ucode_intel_applied;
sys/arch/i386/i386/ucode.c
263
if (update == NULL)
sys/arch/i386/i386/ucode.c
264
update = cpu_ucode_intel_find(cpu_ucode_data,
sys/arch/i386/i386/ucode.c
266
if (update == NULL) {
sys/arch/i386/i386/ucode.c
270
if (update->update_revision == old_rev) {
sys/arch/i386/i386/ucode.c
276
data = (paddr_t)update;
sys/arch/i386/i386/ucode.c
284
__func__, ci->ci_cpuid, old_rev, new_rev, update->date));
sys/arch/i386/i386/ucode.c
286
cpu_ucode_intel_applied = update;
sys/arch/i386/i386/ucode.c
289
__func__, ci->ci_cpuid, old_rev, update->update_revision, new_rev));
sys/arch/riscv64/riscv64/cpu.c
863
int update = 0;
sys/arch/riscv64/riscv64/cpu.c
900
update = 1;
sys/arch/riscv64/riscv64/cpu.c
908
if (update)
sys/dev/ic/qla.c
1553
TAILQ_INSERT_TAIL(&sc->sc_ports_found, port, update);
sys/dev/ic/qla.c
1727
TAILQ_REMOVE(&sc->sc_ports_found, p, update);
sys/dev/ic/qla.c
1733
TAILQ_REMOVE(&sc->sc_ports_new, p, update);
sys/dev/ic/qla.c
1739
TAILQ_REMOVE(&sc->sc_ports_gone, p, update);
sys/dev/ic/qla.c
1808
update);
sys/dev/ic/qla.c
1816
TAILQ_FOREACH(fport, &sc->sc_ports_found, update) {
sys/dev/ic/qla.c
1832
port, update);
sys/dev/ic/qla.c
1847
update);
sys/dev/ic/qla.c
185
TAILQ_FOREACH(port, &sc->sc_ports_new, update) {
sys/dev/ic/qla.c
1901
fport, update);
sys/dev/ic/qla.c
1911
update);
sys/dev/ic/qla.c
1932
TAILQ_REMOVE(&sc->sc_ports_found, port, update);
sys/dev/ic/qla.c
1975
TAILQ_REMOVE(&sc->sc_ports_gone, port, update);
sys/dev/ic/qla.c
2003
TAILQ_REMOVE(&sc->sc_ports_new, port, update);
sys/dev/ic/qla.c
300
TAILQ_INSERT_TAIL(&sc->sc_ports_new, port, update);
sys/dev/ic/qla.c
307
TAILQ_REMOVE(&sc->sc_ports_gone, pport, update);
sys/dev/ic/qla.c
353
TAILQ_INSERT_TAIL(&sc->sc_ports_new, port, update);
sys/dev/ic/qla.c
389
TAILQ_FOREACH(port, &sc->sc_ports_found, update) {
sys/dev/ic/qlavar.h
74
TAILQ_ENTRY(qla_fc_port) update;
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.h
312
int (*update)(struct amdgpu_vm_update_params *p,
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm_cpu.c
122
.update = amdgpu_vm_cpu_update,
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm_pt.c
419
r = vm->update_funcs->update(&params, vmbo, addr, 0, entries,
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm_pt.c
648
return vm->update_funcs->update(params, to_amdgpu_bo_vm(bo), pde, pt,
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm_pt.c
718
params->vm->update_funcs->update(params, pt, pe, addr, count, incr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_vm_sdma.c
294
.update = amdgpu_vm_sdma_update,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13038
goto update;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13054
goto update;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13060
goto update;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13121
update:
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9573
struct dc_stream_update *update)
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9601
update->cursor_position = &crtc_state->stream->cursor_position;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9633
update->cursor_attributes = &crtc_state->stream->cursor_attributes;
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
9639
update->cursor_position = &crtc_state->stream->cursor_position;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3225
struct dc_stream_update *update)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3229
if (update == NULL || stream == NULL)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3232
if (update->src.height && update->src.width)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3233
stream->src = update->src;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3235
if (update->dst.height && update->dst.width)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3236
stream->dst = update->dst;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3238
if (update->out_transfer_func) {
sys/dev/pci/drm/amd/display/dc/core/dc.c
3240
update->out_transfer_func->sdr_ref_white_level;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3241
stream->out_transfer_func.tf = update->out_transfer_func->tf;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3243
update->out_transfer_func->type;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3245
&update->out_transfer_func->tf_pts,
sys/dev/pci/drm/amd/display/dc/core/dc.c
3249
if (update->hdr_static_metadata)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3250
stream->hdr_static_metadata = *update->hdr_static_metadata;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3252
if (update->abm_level)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3253
stream->abm_level = *update->abm_level;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3255
if (update->periodic_interrupt)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3256
stream->periodic_interrupt = *update->periodic_interrupt;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3258
if (update->gamut_remap)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3259
stream->gamut_remap_matrix = *update->gamut_remap;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3265
if (update->output_color_space)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3266
stream->output_color_space = *update->output_color_space;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3268
if (update->output_csc_transform)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3269
stream->csc_color_matrix = *update->output_csc_transform;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3271
if (update->vrr_infopacket)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3272
stream->vrr_infopacket = *update->vrr_infopacket;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3274
if (update->hw_cursor_req)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3275
stream->hw_cursor_req = *update->hw_cursor_req;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3277
if (update->allow_freesync)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3278
stream->allow_freesync = *update->allow_freesync;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3280
if (update->vrr_active_variable)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3281
stream->vrr_active_variable = *update->vrr_active_variable;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3283
if (update->vrr_active_fixed)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3284
stream->vrr_active_fixed = *update->vrr_active_fixed;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3286
if (update->crtc_timing_adjust) {
sys/dev/pci/drm/amd/display/dc/core/dc.c
3287
if (stream->adjust.v_total_min != update->crtc_timing_adjust->v_total_min ||
sys/dev/pci/drm/amd/display/dc/core/dc.c
3288
stream->adjust.v_total_max != update->crtc_timing_adjust->v_total_max ||
sys/dev/pci/drm/amd/display/dc/core/dc.c
3290
update->crtc_timing_adjust->timing_adjust_pending = true;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3291
stream->adjust = *update->crtc_timing_adjust;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3292
update->crtc_timing_adjust->timing_adjust_pending = false;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3295
if (update->dpms_off)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3296
stream->dpms_off = *update->dpms_off;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3298
if (update->hfvsif_infopacket)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3299
stream->hfvsif_infopacket = *update->hfvsif_infopacket;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3301
if (update->vtem_infopacket)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3302
stream->vtem_infopacket = *update->vtem_infopacket;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3304
if (update->vsc_infopacket)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3305
stream->vsc_infopacket = *update->vsc_infopacket;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3307
if (update->vsp_infopacket)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3308
stream->vsp_infopacket = *update->vsp_infopacket;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3310
if (update->adaptive_sync_infopacket)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3311
stream->adaptive_sync_infopacket = *update->adaptive_sync_infopacket;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3313
if (update->avi_infopacket)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3314
stream->avi_infopacket = *update->avi_infopacket;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3316
if (update->dither_option)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3317
stream->dither_option = *update->dither_option;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3319
if (update->pending_test_pattern)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3320
stream->test_pattern = *update->pending_test_pattern;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3322
if (update->wb_update) {
sys/dev/pci/drm/amd/display/dc/core/dc.c
3325
stream->num_wb_info = update->wb_update->num_wb_info;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3329
update->wb_update->writeback_info[i];
sys/dev/pci/drm/amd/display/dc/core/dc.c
3331
if (update->dsc_config) {
sys/dev/pci/drm/amd/display/dc/core/dc.c
3334
uint32_t enable_dsc = (update->dsc_config->num_slices_h != 0 &&
sys/dev/pci/drm/amd/display/dc/core/dc.c
3335
update->dsc_config->num_slices_v != 0);
sys/dev/pci/drm/amd/display/dc/core/dc.c
3341
stream->timing.dsc_cfg = *update->dsc_config;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3347
update->dsc_config = NULL;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3353
update->dsc_config = NULL;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3356
if (update->scaler_sharpener_update)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3357
stream->scaler_sharpener_update = *update->scaler_sharpener_update;
sys/dev/pci/drm/amd/display/dc/core/dc.c
3358
if (update->sharpening_required)
sys/dev/pci/drm/amd/display/dc/core/dc.c
3359
stream->sharpening_required = *update->sharpening_required;
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
110
update->plane_info->tiling_info.gfx8.num_banks,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
111
update->plane_info->tiling_info.gfx8.bank_width,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
112
update->plane_info->tiling_info.gfx8.bank_width_c,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
113
update->plane_info->tiling_info.gfx8.bank_height,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
114
update->plane_info->tiling_info.gfx8.bank_height_c,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
115
update->plane_info->tiling_info.gfx8.tile_aspect,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
116
update->plane_info->tiling_info.gfx8.tile_aspect_c,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
117
update->plane_info->tiling_info.gfx8.tile_split,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
118
update->plane_info->tiling_info.gfx8.tile_split_c,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
119
update->plane_info->tiling_info.gfx8.tile_mode,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
120
update->plane_info->tiling_info.gfx8.tile_mode_c);
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
127
update->plane_info->tiling_info.gfx8.pipe_config,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
128
update->plane_info->tiling_info.gfx8.array_mode,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
129
update->plane_info->visible,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
130
update->plane_info->per_pixel_alpha);
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
133
update->plane_info->tiling_info.gfx9.swizzle);
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
136
if (update->scaling_info) {
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
154
update->scaling_info->src_rect.x,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
155
update->scaling_info->src_rect.y,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
156
update->scaling_info->src_rect.width,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
157
update->scaling_info->src_rect.height,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
158
update->scaling_info->dst_rect.x,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
159
update->scaling_info->dst_rect.y,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
160
update->scaling_info->dst_rect.width,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
161
update->scaling_info->dst_rect.height,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
162
update->scaling_info->clip_rect.x,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
163
update->scaling_info->clip_rect.y,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
164
update->scaling_info->clip_rect.width,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
165
update->scaling_info->clip_rect.height,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
166
update->scaling_info->scaling_quality.h_taps,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
167
update->scaling_info->scaling_quality.v_taps,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
168
update->scaling_info->scaling_quality.h_taps_c,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
169
update->scaling_info->scaling_quality.v_taps_c);
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
63
const struct dc_surface_update *update = &updates[i];
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
66
if (update->flip_addr) {
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
71
update->flip_addr->address.type,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
72
update->flip_addr->address.grph.addr.quad_part,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
73
update->flip_addr->address.grph.meta_addr.quad_part,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
74
update->flip_addr->flip_immediate);
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
77
if (update->plane_info) {
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
88
update->plane_info->color_space,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
89
update->plane_info->format,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
90
update->plane_info->plane_size.surface_pitch,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
91
update->plane_info->plane_size.surface_size.height,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
92
update->plane_info->plane_size.surface_size.width,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
93
update->plane_info->plane_size.surface_size.x,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
94
update->plane_info->plane_size.surface_size.y,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
95
update->plane_info->rotation,
sys/dev/pci/drm/amd/display/dc/core/dc_debug.c
96
update->plane_info->stereo_format);
sys/dev/pci/drm/amd/display/dc/dcn10/dcn10_dwb.c
107
.update = NULL,
sys/dev/pci/drm/amd/display/dc/dcn20/dcn20_dwb.c
319
.update = dwb2_update,
sys/dev/pci/drm/amd/display/dc/dwb/dcn30/dcn30_dwb.c
249
.update = dwb3_update,
sys/dev/pci/drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c
464
dwb->funcs->update(dwb, &wb_info->dwb_params);
sys/dev/pci/drm/amd/display/dc/inc/hw/dwb.h
186
bool (*update)(
sys/dev/pci/drm/amd/display/modules/freesync/freesync.c
450
bool update = false;
sys/dev/pci/drm/amd/display/modules/freesync/freesync.c
468
update = true;
sys/dev/pci/drm/amd/display/modules/freesync/freesync.c
483
update = true;
sys/dev/pci/drm/amd/display/modules/freesync/freesync.c
489
if (update) {
sys/dev/pci/drm/apple/dcp-internal.h
89
bool update;
sys/dev/pci/drm/apple/dcp_backlight.c
149
if (!dcp->brightness.update)
sys/dev/pci/drm/apple/dcp_backlight.c
203
dcp->brightness.update = true;
sys/dev/pci/drm/apple/iomfb_template.c
1396
if (dcp_has_panel(dcp) && dcp->brightness.update) {
sys/dev/pci/drm/apple/iomfb_template.c
1400
dcp->brightness.update = false;
sys/dev/pci/drm/apple/iomfb_template.c
499
dcp->brightness.update = true;
sys/dev/pci/drm/apple/iomfb_template.c
827
dcp->brightness.update = true;
sys/dev/pci/drm/i915/gt/intel_rps.c
842
static int rps_set(struct intel_rps *rps, u8 val, bool update)
sys/dev/pci/drm/i915/gt/intel_rps.c
859
if (update && GRAPHICS_VER(i915) >= 6)
sys/dev/pci/drm/i915/i915_pmu.c
741
goto update;
sys/dev/pci/drm/i915/i915_pmu.c
787
update:
sys/dev/pci/if_bnxtreg.h
53920
uint8_t update;
sys/dev/pci/if_ice.c
14825
pkg->pkg_format_ver.update != ICE_PKG_FMT_VER_UPD ||
sys/dev/pci/if_ice.c
14875
pkg_hdr->pkg_format_ver.update,
sys/dev/pci/if_ice.c
15106
pkg_ver->update == 0 &&
sys/dev/pci/if_ice.c
15140
hw->active_pkg_ver.update,
sys/dev/pci/if_ice.c
15174
hw->pkg_ver.update,
sys/dev/pci/if_ice.c
15706
meta->ver.major, meta->ver.minor, meta->ver.update,
sys/dev/pci/if_ice.c
15715
seg_hdr->seg_format_ver.update,
sys/dev/pci/if_ice.c
16802
ice_seg->hdr.seg_format_ver.update,
sys/dev/pci/if_ice.c
16950
pkg_info->pkg_info[i].ver.update,
sys/dev/pci/if_ice.c
16972
hw->pkg_ver.update == hw->active_pkg_ver.update &&
sys/dev/pci/if_icereg.h
12231
uint8_t update;
sys/dev/pci/if_iwm.c
7221
iwm_add_sta_cmd(struct iwm_softc *sc, struct iwm_node *in, int update)
sys/dev/pci/if_iwm.c
7231
if (!update && (sc->sc_flags & IWM_FLAG_STA_ACTIVE))
sys/dev/pci/if_iwm.c
7266
if (!update) {
sys/dev/pci/if_iwm.c
7274
add_sta_cmd.add_modify = update ? 1 : 0;
sys/dev/pci/if_iwm.c
7277
if (update) {
sys/dev/pci/if_iwx.c
6724
iwx_add_sta_cmd(struct iwx_softc *sc, struct iwx_node *in, int update)
sys/dev/pci/if_iwx.c
6733
if (!update && (sc->sc_flags & IWX_FLAG_STA_ACTIVE))
sys/dev/pci/if_iwx.c
6737
return iwx_mld_add_sta_cmd(sc, in, update);
sys/dev/pci/if_iwx.c
6750
if (!update) {
sys/dev/pci/if_iwx.c
6758
add_sta_cmd.add_modify = update ? 1 : 0;
sys/dev/pci/if_iwx.c
6934
iwx_mld_add_sta_cmd(struct iwx_softc *sc, struct iwx_node *in, int update)
sys/dev/pci/if_iwx.c
6963
if (!update) {
sys/dev/pci/if_iwx.c
6985
if (update) {
sys/dev/pci/igc_hw.h
258
int (*update)(struct igc_hw *);
sys/dev/pci/igc_i225.c
65
nvm->ops.update = igc_update_nvm_checksum_i225;
sys/dev/pci/igc_i225.c
70
nvm->ops.update = igc_null_ops_generic;
sys/dev/pci/igc_nvm.c
28
nvm->ops.update = igc_null_ops_generic;
sys/dev/pci/qle.c
103
TAILQ_ENTRY(qle_fc_port) update;
sys/dev/pci/qle.c
1627
TAILQ_REMOVE(&sc->sc_ports_found, port, update);
sys/dev/pci/qle.c
1633
TAILQ_REMOVE(&sc->sc_ports_new, port, update);
sys/dev/pci/qle.c
1639
TAILQ_REMOVE(&sc->sc_ports_gone, port, update);
sys/dev/pci/qle.c
2168
update);
sys/dev/pci/qle.c
2176
TAILQ_FOREACH(fport, &sc->sc_ports_found, update) {
sys/dev/pci/qle.c
2192
port, update);
sys/dev/pci/qle.c
2207
update);
sys/dev/pci/qle.c
2266
fport, update);
sys/dev/pci/qle.c
2276
update);
sys/dev/pci/qle.c
2297
TAILQ_REMOVE(&sc->sc_ports_found, port, update);
sys/dev/pci/qle.c
2343
TAILQ_REMOVE(&sc->sc_ports_gone, port, update);
sys/dev/pci/qle.c
2373
TAILQ_REMOVE(&sc->sc_ports_new, port, update);
sys/dev/pci/qle.c
716
TAILQ_FOREACH(port, &sc->sc_ports_new, update) {
sys/dev/pci/qle.c
856
TAILQ_INSERT_TAIL(&sc->sc_ports_found, port, update);
sys/dev/pci/qle.c
892
TAILQ_INSERT_TAIL(&sc->sc_ports_new, port, update);
sys/dev/pci/qle.c
899
TAILQ_REMOVE(&sc->sc_ports_gone, pport, update);
sys/dev/pci/qle.c
948
TAILQ_INSERT_TAIL(&sc->sc_ports_new, port, update);
sys/dev/pci/qle.c
985
TAILQ_FOREACH(port, &sc->sc_ports_found, update) {
sys/kern/kern_sysctl.c
2570
sysctl_diskinit(int update, struct proc *p)
sys/kern/kern_sysctl.c
2647
} else if (update) {
sys/kern/vfs_syscalls.c
167
goto update;
sys/kern/vfs_syscalls.c
218
update:
usr.bin/dig/lib/dns/message.c
1191
update(sectionid, rdclass)) {
usr.bin/mg/bell.c
61
update(CNONE);
usr.bin/mg/def.h
465
void update(int);
usr.bin/mg/echo.c
785
update(CMODE); /* needed to make the new stuff actually
usr.bin/mg/kbd.c
87
update(CMODE);
usr.bin/mg/main.c
162
update(CMODE);
usr.bin/mg/main.c
247
update(CMODE);
usr.bin/mg/match.c
161
update(CMODE); /* show match */
usr.bin/mg/match.c
167
update(CMODE);
usr.bin/mg/re_search.c
156
update(CMODE);
usr.bin/mg/re_search.c
200
update(CMODE);
usr.bin/mg/re_search.c
235
update(CMODE);
usr.bin/mg/search.c
200
update(CMODE);
usr.bin/mg/search.c
345
update(CMODE);
usr.bin/mg/search.c
587
update(CMODE);
usr.bin/mg/search.c
626
update(CMODE);
usr.bin/mg/search.c
654
update(CMODE);
usr.bin/mg/search.c
662
update(CMODE);
usr.bin/mg/window.c
98
update(CMODE);
usr.bin/newsyslog/newsyslog.c
1053
goto update;
usr.bin/newsyslog/newsyslog.c
1062
goto update;
usr.bin/newsyslog/newsyslog.c
1106
update:
usr.bin/radioctl/radioctl.c
365
update_value(int sign, int *value, int update)
usr.bin/radioctl/radioctl.c
369
*value = update;
usr.bin/radioctl/radioctl.c
372
*value += update;
usr.bin/radioctl/radioctl.c
375
*value -= update;
usr.bin/rdist/client.c
1162
u = update(rname, opts, &stb);
usr.bin/rdist/client.c
76
static int update(char *, opt_t, struct stat *);
usr.bin/tmux/server-client.c
1925
if (wme != NULL && wme->mode->update != NULL)
usr.bin/tmux/server-client.c
1926
wme->mode->update(wme);
usr.bin/tmux/tmux.h
1119
void (*update)(struct window_mode_entry *);
usr.bin/tmux/window-buffer.c
75
.update = window_buffer_update,
usr.bin/tmux/window-client.c
70
.update = window_client_update,
usr.bin/tmux/window-tree.c
88
.update = window_tree_update,
usr.bin/vi/common/line.c
234
db_append(SCR *sp, int update, recno_t lno, char *p, size_t len)
usr.bin/vi/common/line.c
291
return (scr_update(sp, lno, LINE_APPEND, update) || rval);
usr.bin/watch/watch.c
514
update();
usr.bin/watch/watch.c
882
update();
usr.bin/watch/watch.c
895
update();
usr.sbin/ldapd/namespace.c
327
int update)
usr.sbin/ldapd/namespace.c
344
update ? 0 : BT_NOOVERWRITE);
usr.sbin/ldapd/namespace.c
355
if (update && (rc = unindex_entry(ns, &key, root)) != BT_SUCCESS)
usr.sbin/ldpd/kroute.c
281
int update = 0;
usr.sbin/ldpd/kroute.c
297
update = 1;
usr.sbin/ldpd/kroute.c
307
if (update &&
usr.sbin/lldpd/lldpd.c
598
int update = 0;
usr.sbin/lldpd/lldpd.c
801
update = 1;
usr.sbin/lldpd/lldpd.c
803
update = 1;
usr.sbin/lldpd/lldpd.c
805
if (update) {
usr.sbin/nsd/tsig-openssl.c
134
algorithm->hmac_update = update;
usr.sbin/nsd/tsig-openssl.c
25
static void update(void *context, const void *data, size_t size);
usr.sbin/ntpd/client.c
492
p->update = p->reply[best];
usr.sbin/ntpd/control.c
330
if (s->update.good)
usr.sbin/ntpd/control.c
451
cs->good = s->update.good;
usr.sbin/ntpd/ntp.c
765
if (!p->update.good)
usr.sbin/ntpd/ntp.c
771
if (!s->update.good)
usr.sbin/ntpd/ntp.c
786
offsets[i++] = &p->update;
usr.sbin/ntpd/ntp.c
790
if (!s->update.good)
usr.sbin/ntpd/ntp.c
793
offsets[i++] = &s->update;
usr.sbin/ntpd/ntp.c
825
p->update.good = 0;
usr.sbin/ntpd/ntp.c
830
s->update.offset -= offset_median;
usr.sbin/ntpd/ntpd.h
164
struct ntp_offset update;
usr.sbin/ntpd/ntpd.h
183
struct ntp_offset update;
usr.sbin/ntpd/sensors.c
177
if (s->update.rcvd < time(NULL) - SENSOR_DATA_MAXAGE)
usr.sbin/ntpd/sensors.c
178
s->update.good = 0;
usr.sbin/ntpd/sensors.c
256
memcpy(&s->update, offsets[i], sizeof(s->update));
usr.sbin/ntpd/sensors.c
258
s->update.offset =
usr.sbin/ntpd/sensors.c
263
log_debug("sensor update %s: offset %f", s->device, s->update.offset);
usr.sbin/ospf6d/rde_lsdb.c
470
int update = 1;
usr.sbin/ospf6d/rde_lsdb.c
500
update = 0;
usr.sbin/ospf6d/rde_lsdb.c
505
if (update) {
usr.sbin/ospfd/rde_lsdb.c
386
int update = 1;
usr.sbin/ospfd/rde_lsdb.c
415
update = 0;
usr.sbin/ospfd/rde_lsdb.c
420
if (update) {
usr.sbin/smtpd/scheduler.c
186
backend->update(&si);
usr.sbin/smtpd/scheduler_ramqueue.c
187
struct rq_queue *update;
usr.sbin/smtpd/scheduler_ramqueue.c
197
if ((update = tree_get(&updates, msgid)) == NULL) {
usr.sbin/smtpd/scheduler_ramqueue.c
198
update = xcalloc(1, sizeof *update);
usr.sbin/smtpd/scheduler_ramqueue.c
200
rq_queue_init(update);
usr.sbin/smtpd/scheduler_ramqueue.c
201
tree_xset(&updates, msgid, update);
usr.sbin/smtpd/scheduler_ramqueue.c
205
if ((message = tree_get(&update->messages, msgid)) == NULL) {
usr.sbin/smtpd/scheduler_ramqueue.c
209
tree_xset(&update->messages, msgid, message);
usr.sbin/smtpd/scheduler_ramqueue.c
224
update->evpcount++;
usr.sbin/smtpd/scheduler_ramqueue.c
228
TAILQ_INSERT_TAIL(&update->q_pending, envelope, entry);
usr.sbin/smtpd/scheduler_ramqueue.c
238
struct rq_queue *update;
usr.sbin/smtpd/scheduler_ramqueue.c
243
update = tree_xpop(&updates, msgid);
usr.sbin/smtpd/scheduler_ramqueue.c
244
r = update->evpcount;
usr.sbin/smtpd/scheduler_ramqueue.c
247
rq_queue_dump(update, "update to commit");
usr.sbin/smtpd/scheduler_ramqueue.c
249
rq_queue_merge(&ramqueue, update);
usr.sbin/smtpd/scheduler_ramqueue.c
256
free(update);
usr.sbin/smtpd/scheduler_ramqueue.c
265
struct rq_queue *update;
usr.sbin/smtpd/scheduler_ramqueue.c
271
if ((update = tree_pop(&updates, msgid)) == NULL)
usr.sbin/smtpd/scheduler_ramqueue.c
273
r = update->evpcount;
usr.sbin/smtpd/scheduler_ramqueue.c
275
while ((evp = TAILQ_FIRST(&update->q_pending))) {
usr.sbin/smtpd/scheduler_ramqueue.c
276
TAILQ_REMOVE(&update->q_pending, evp, entry);
usr.sbin/smtpd/scheduler_ramqueue.c
277
rq_envelope_delete(update, evp);
usr.sbin/smtpd/scheduler_ramqueue.c
280
free(update);
usr.sbin/smtpd/scheduler_ramqueue.c
418
int i, update;
usr.sbin/smtpd/scheduler_ramqueue.c
428
update = 1;
usr.sbin/smtpd/scheduler_ramqueue.c
431
update = 0;
usr.sbin/smtpd/scheduler_ramqueue.c
447
if (update)
usr.sbin/smtpd/scheduler_ramqueue.c
840
rq_queue_merge(struct rq_queue *rq, struct rq_queue *update)
usr.sbin/smtpd/scheduler_ramqueue.c
847
while (tree_poproot(&update->messages, &id, (void*)&message)) {
usr.sbin/smtpd/scheduler_ramqueue.c
864
while ((envelope = TAILQ_FIRST(&update->q_pending))) {
usr.sbin/smtpd/scheduler_ramqueue.c
865
TAILQ_REMOVE(&update->q_pending, envelope, entry);
usr.sbin/smtpd/scheduler_ramqueue.c
869
rq->evpcount += update->evpcount;
usr.sbin/smtpd/smtpd.h
371
int (*update)(struct table *);
usr.sbin/smtpd/smtpd.h
904
int (*update)(struct scheduler_info *);
usr.sbin/smtpd/table.c
375
if (t->t_backend->update == NULL)
usr.sbin/smtpd/table.c
377
return (t->t_backend->update(t));
usr.sbin/smtpd/table_db.c
52
.update = table_db_update,
usr.sbin/smtpd/table_getpwnam.c
36
.update = NULL,
usr.sbin/smtpd/table_proc.c
314
.update = table_proc_update,
usr.sbin/smtpd/table_static.c
54
.update = table_static_update,