Searched refs:Update (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/sys/boot/arm/at91/boot2/
H A Dboard.h27 void Update(void);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp36 bool Update = false; local
46 Update = true;
51 if (Update || CSR != CalleeSaved) {
59 Update = true;
66 Update = true;
71 if (Update)
/freebsd-9.3-release/sys/dev/glxsb/
H A Dglxsb_hash.c64 axf->Update(ses->ses_ictx, key, klen);
65 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen);
71 axf->Update(ses->ses_octx, key, klen);
72 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen);
93 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx);
99 axf->Update(&ctx, hash, axf->hashsize);
/freebsd-9.3-release/sys/contrib/dev/acpica/utilities/
H A Dutstate.c149 /* Update the list head */
245 * Action - Update action to be performed
249 * DESCRIPTION: Create an "Update State" - a flavor of the generic state used
277 State->Update.Object = Object;
278 State->Update.Value = Action;
289 * Action - Update action to be performed
H A Dutdelete.c545 /* Update the notify objects for these types (if present) */
640 Object = State->Update.Object;
653 /* Free any stacked Update State objects */
/freebsd-9.3-release/sys/crypto/via/
H A Dpadlock_hash.c264 axf->Update(ses->ses_ictx, key, klen);
265 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen);
271 axf->Update(ses->ses_octx, key, klen);
272 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen);
294 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx);
302 axf->Update(&ctx, hash, axf->hashsize);
/freebsd-9.3-release/sys/opencrypto/
H A Dxform.h42 int (*Update) (void *, u_int8_t *, u_int16_t); member in struct:auth_hash
H A Dcryptosoft.c469 axf->Update(sw->sw_ictx, key, klen);
470 axf->Update(sw->sw_ictx, hmac_ipad_buffer, axf->blocksize - klen);
476 axf->Update(sw->sw_octx, key, klen);
477 axf->Update(sw->sw_octx, hmac_opad_buffer, axf->blocksize - klen);
500 axf->Update(sw->sw_ictx, key, klen);
533 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx);
549 axf->Update(&ctx, aalg, axf->hashsize);
566 axf->Update(&ctx, sw->sw_octx, sw->sw_klen);
/freebsd-9.3-release/sbin/md5/
H A Dmd5.c64 DIGEST_Update *Update; member in struct:Algorithm_t
260 alg->Update(&context, block, TEST_BLOCK_LEN);
366 alg->Update(&context, buffer, len);
/freebsd-9.3-release/contrib/gcc/
H A Dunwind.inc125 /* Update cur_context to describe the same frame as fs. */
187 /* Update cur_context to describe the same frame as fs, and discard
306 /* Update context to describe the same frame as fs. */
/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dcrt.s81 crt_putchr.4: movw %dx,(%ebx) # Update position
/freebsd-9.3-release/sys/boot/pc98/kgzldr/
H A Dcrt.s77 crt_putchr.4: movw %dx,(%ebx) # Update position
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec624 - Update for 2.5.1p1.
631 - Update for 2.5.0p1.
674 - Update to x11-askpass 1.1.1. (#21301)
702 - Update to OpenSSH 2.3.0p1.
703 - Update to x11-askpass 1.1.0.
707 - Update to ssh-askpass-x11 1.0.3.
723 - Update x11-askpass to 1.0.2. (#17835)
732 - Update to 2.2.0p1. (#17835)
736 - Update to 20000823 snapshot.
741 - Update t
[all...]
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S434 load_notrunc: sub %dh,%cl # Update count
438 add $MAX_READ_SEC,%eax # Update LBA
439 add $MAX_READ,%ebx # Update dest addr
594 ff.namelen: inc %cl # Update length
607 incl rec_lba # Update LBA to next block
/freebsd-9.3-release/lib/libkse/test/
H A Dverify454 -u --ustats | Update historical statistics (stored in "<test>.perf".
/freebsd-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh44 -I -- Update INDEX only. (update command only)
59 update -- Update ports tree to match current snapshot, replacing
672 # Update a compressed snapshot
722 # Update metadata without patches
794 # Update ports without patches
1046 # Update command. Make sure the parameters are sensible,
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Daclocal.h611 * Update state - used to traverse complex objects such as packages
732 ACPI_UPDATE_STATE Update; member in union:acpi_generic_state
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkdef.pl930 $a .= ",RSA" if($s =~ /PEM_Seal(Final|Init|Update)/);
/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_event295 300:AUE_PF_POLICY_ALGS:Update IPsec algorithms:ad
/freebsd-9.3-release/sys/boot/i386/btx/btx/
H A Dbtx.S148 * Update real mode IDT for reflecting hardware interrupts.
681 movw %ax,-0x08(%esi) # Update user flags (low 16)
934 putchr.4: movw %dx,(%ebx) # Update position
/freebsd-9.3-release/sys/boot/pc98/btx/btx/
H A Dbtx.S144 * Update real mode IDT for reflecting hardware interrupts.
706 movw %ax,-0x08(%esi) # Update user flags (low 16)
956 putchr.4: movw %dx,(%ebx) # Update position

Completed in 144 milliseconds