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

/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot2/
H A Dboard.h27 void Update(void);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h102 HASH##Update(&((mac_ctx)->hc_icontext), ipad, len); \
105 HASH##Update(&((mac_ctx)->hc_ocontext), opad, len);
108 HASH##Update(&((mac_ctx)->hc_icontext), pPart, PartLen);
112 HASH##Update(&((mac_ctx)->hc_ocontext), (mac), HASH##_HASH_SIZE);\
H A DsoftDecryptUtil.c341 * Update: boolean flag indicates caller is soft_decrypt
354 CK_ULONG_PTR pulDataLen, boolean_t Update)
376 ulEncryptedLen, pData, pulDataLen, Update));
391 ulEncryptedLen, pData, pulDataLen, Update));
401 ulEncryptedLen, pData, pulDataLen, Update));
352 soft_decrypt_common(soft_session_t *session_p, CK_BYTE_PTR pEncrypted, CK_ULONG ulEncryptedLen, CK_BYTE_PTR pData, CK_ULONG_PTR pulDataLen, boolean_t Update) argument
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutstate.c107 /* Update the list head */
203 * Action - Update action to be performed
207 * DESCRIPTION: Create an "Update State" - a flavor of the generic state used
235 State->Update.Object = Object;
236 State->Update.Value = Action;
246 * Action - Update action to be performed
H A Dutdelete.c236 * Update AddressRange list. However, only permanent regions
567 * Update the notify objects for these types (if present)
698 Object = State->Update.Object;
711 /* Free any stacked Update State objects */
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dskein_mod.c260 * Performs an Update on a context with uio input data.
296 SKEIN_OP(ctx, Update, (uint8_t *)uio->uio_iov[vec_idx].iov_base
388 * Performs an Update on a context with mblk input data.
413 SKEIN_OP(ctx, Update, mp->b_rptr + offset, cur_len);
559 * Performs a skein Update with the input message in `data' (successive calls
573 SKEIN_OP(SKEIN_CTX(ctx), Update, local
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dncsi_basic_types.h135 u8_t Update; member in struct:NcsiVersion
145 u8_t Update;
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java742 this.ThrowOnErr( this.Update( flags, rData, ttl));
760 protected native int Update( int flags, byte[] rData, int ttl); method in class:AppleDNSRecord
/illumos-gate/usr/src/common/crypto/sha1/amd64/
H A Dsha1-x86_64.pl251 / Update and save state information in SHA-1 context
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s190 / We now have the lock. Update pointers
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s71 ! Update a relocation offset, the value replaces any original
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c116 CK_RV (*Update)(CK_SESSION_HANDLE, CK_BYTE_PTR, CK_ULONG, CK_BYTE_PTR, member in struct:CommandInfo
1076 rv = cmd->Update(hSession, databuf, (CK_ULONG)nread,
1098 rv = cmd->Update(hSession, databuf, (CK_ULONG)nread,
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c120 enum copy_update {Copy = 0, Update}; enumerator in enum:copy_update
2289 dsw_error(gettext("Update of config failed"), NULL);
2493 if (update_mode == Update)
2549 update_mode == Update ? gettext("update") : gettext("copy"),
2567 (void) sprintf(buf, gettext("Update failed"));
2572 (void) sprintf(buf, gettext("Update of %s failed"),
2606 if (update_mode == Update)
2650 update_mode == Update ? gettext("update") : gettext("copy"),
2669 update_mode == Update ?
2678 update_mode == Update
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddebug.c570 #error DBG_SEG_NUM has changed. Update segtype[]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h689 * Update state - used to traverse complex objects such as packages
821 ACPI_UPDATE_STATE Update; member in union:acpi_generic_state
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s421 ! thread is in %o4. Update its cumulative counter.
613 ! Update cpu_intrstat. If o3 is set then we will be processing another
2190 ! Calculate elapsed time since t_intr_start. Update t_intr_start,
2202 ! Update intracct[]
/illumos-gate/usr/src/boot/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
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1178 // Update the value of the anchor in the form which we use as
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1339 # Update the perl hash structure so that it is in line with the kernel kstats
1360 /* Update the kstat chain, and return immediately on error. */

Completed in 271 milliseconds