/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | DNSRecord.java | 60 void update( int flags, byte[] rData, int ttl) method in interface:DNSRecord
|
H A D | DNSSD.java | 91 queued. Applications should not update their UI to display browse 776 public void update( int flags, byte[] rData, int ttl) method in class:AppleDNSRecord
|
/osnet-11/usr/src/lib/rad/pykstat/common/ |
H A D | rad.py | 105 def update(self): member in class:Kstats 106 """ Call update() on the singleton control instance """ 107 self._ctl.update()
|
/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | event.c | 46 updateMatchingPhy(HBA_WWN portAddr, uint8_t phyId, int update, uint8_t linkRate) argument 73 if (update == REMOVED) { 76 } else if (update == OFFLINE) { 105 int update; local 129 update = ONLINE; 141 update = OFFLINE; 145 update = REMOVED; 175 if (updateMatchingPhy(portAddr, phyId, update,
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softBlowfishCrypt.c | 118 * update: boolean flag indicates caller is soft_encrypt 135 boolean_t update) 155 if (!update) { 272 if (update) { 274 * For encrypt update, if there is remaining data, 313 boolean_t update) 333 if (!update) { 441 if (update) { 443 * For decrypt update, if there is remaining data, 133 soft_blowfish_encrypt_common(soft_session_t *session_p, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pEncrypted, CK_ULONG_PTR pulEncryptedLen, boolean_t update) argument 311 soft_blowfish_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
|
H A D | softAESCrypt.c | 159 * update: boolean flag indicates caller is soft_encrypt 176 CK_ULONG_PTR pulEncryptedLen, boolean_t update) 202 if ((!update) && (mechanism != CKM_AES_CBC_PAD)) { 209 if (!update) { 388 if (update) { 390 * For encrypt update, if there is remaining 425 if (update) { 427 * For encrypt update, if there is remaining data, 494 if (update) 548 CK_ULONG_PTR pulDataLen, boolean_t update) 174 soft_aes_encrypt_common(soft_session_t *session_p, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pEncrypted, CK_ULONG_PTR pulEncryptedLen, boolean_t update) argument 546 soft_aes_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 [all...] |
H A D | softDESCrypt.c | 153 * update: boolean flag indicates caller is soft_encrypt 170 CK_ULONG_PTR pulEncryptedLen, boolean_t update) 196 if (!update && !pad_mechanism) { 203 if (!update) { 337 if (update) { 339 * For encrypt update, if there is remaining data, 381 if (update) 435 CK_ULONG_PTR pulDataLen, boolean_t update) 463 if (!update) { 612 if (pad_mechanism && !update) { 168 soft_des_encrypt_common(soft_session_t *session_p, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pEncrypted, CK_ULONG_PTR pulEncryptedLen, boolean_t update) argument 433 soft_des_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 [all...] |
H A D | softEncryptUtil.c | 472 * update: boolean flag indicates caller is soft_encrypt 485 CK_ULONG_PTR pulEncryptedLen, boolean_t update) 507 ulDataLen, pEncrypted, pulEncryptedLen, update)); 522 ulDataLen, pEncrypted, pulEncryptedLen, update)); 532 ulDataLen, pEncrypted, pulEncryptedLen, update)); 596 * soft_encrypt_common routine (with update flag on). 483 soft_encrypt_common(soft_session_t *session_p, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pEncrypted, CK_ULONG_PTR pulEncryptedLen, boolean_t update) argument
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/ |
H A D | Pg.pm | 264 sub update subroutine 266 scalar @_ == 1 or _usage("update(cookie)"); 271 $ks->update(); 428 # Since we have two cookies, update capacity in both 605 # Since we have two cookies, update capacity in both 1258 $ks->update();
|
/osnet-11/usr/src/cmd/sendmail/aux/ |
H A D | editmap.c | 83 bool update = false; local 155 update = true; 190 (update && argc <= 3)) 199 if (update) 347 else if (update)
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/ |
H A D | kmsAESCrypt.c | 179 * update: boolean flag indicates caller is kms_encrypt 196 CK_ULONG_PTR pulEncryptedLen, boolean_t update) 222 if ((!update) && (mechanism != CKM_AES_CBC_PAD)) { 229 if (!update) { 375 if (update) { 377 * For encrypt update, if there is remaining data, 425 if (update) 478 CK_ULONG_PTR pulDataLen, boolean_t update) 503 if (!update) { 660 if ((mechanism == CKM_AES_CBC_PAD) && (!update)) { 194 kms_aes_encrypt_common(kms_session_t *session_p, CK_BYTE_PTR pData, CK_ULONG ulDataLen, CK_BYTE_PTR pEncrypted, CK_ULONG_PTR pulEncryptedLen, boolean_t update) argument 476 kms_aes_decrypt_common(kms_session_t *session_p, CK_BYTE_PTR pEncrypted, CK_ULONG ulEncryptedLen, CK_BYTE_PTR pData, CK_ULONG_PTR pulDataLen, boolean_t update) argument [all...] |
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | cp.c | 97 "[u:update?Replace a destination file only if its modification time is " 179 int update; /* replace only if newer */ member in struct:State_s 416 else if (state->update && !S_ISDIR(st.st_mode) && (unsigned long)ent->fts_statp->st_mtime < (unsigned long)st.st_mtime) 820 state->update = 1;
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | menu_entry.c | 320 insert_string (struct screen *screen, const char *s, int update) argument 461 if (update) 533 forward_char (struct screen *screen, int update) argument 566 if (update) 572 backward_char (struct screen *screen, int update) argument 607 if (update) 614 previous_line (struct screen *screen, int update) argument 662 if (update) 669 next_line (struct screen *screen, int update) argument 724 if (update) 731 beginning_of_line(struct screen *screen, int update) argument 751 end_of_line(struct screen *screen, int update) argument 776 delete_char(struct screen *screen, int update) argument 845 backward_delete_char(struct screen *screen, int update) argument 864 kill_line(struct screen *screen, int continuous, int update) argument 933 yank(struct screen *screen, int update) argument 942 open_line(struct screen *screen, int update) argument 1004 complete(struct screen *screen, int continuous, int update) argument [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | File.pm | 223 $self->{cache}->update($n, $rec); 497 # update the read cache, part 1 502 $self->{cache}->update($_, $new); 508 # update the read cache, part 2 779 # # also this data has changed, so update it in the cache 781 # $self->{cache}->update($pos + $_, $data[$_]); 1601 sub update { subroutine 1604 croak "missing argument to ->update" unless defined $key;
|
/osnet-11/usr/src/lib/passwdutil/ |
H A D | passwdutil.h | 121 int (*update)(attrlist *, pwu_repository_t *, void *); member in struct:repops 148 #define PWU_WRITE 1 /* Write (update) access to the repository */ 187 #define PWU_SUCCESS 0 /* update succeeded */ 194 #define PWU_UPDATE_FAILED -7 /* couldn't update password file */ 198 #define PWU_DENIED -11 /* NIS update denied */
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
H A D | bootconfig.py | 805 wholedict.update(copysrc.serialization_dict()) 806 self.__dict__.update(wholedict) 819 .update(BootInstance._attributes)) 879 def update(self, other): member in class:BootInstance 1073 .update(ChainDiskBootInstance._attributes)) 1087 superdict.update(ChainDiskBootInstance._attributes) 1177 self.__dict__.setdefault('_attributes', {}).update(attrdict) 1199 superdict.update(attrdict) 1237 .update(SolarisDiskBootInstance._attributes)) 1271 superdict.update(SolarisDiskBootInstanc [all...] |
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 194 static union Value *array_getup(Namval_t *np, Namarr_t *arp, int update) argument 232 if(update)
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreInMemory.java | 395 RegRecord rec = walkVector(value, true); // an update... 465 // not an update... 601 walkVector(Object pattern, boolean update) { argument 623 if (update) { 665 if (update) { 721 if (update) { 771 // Take care of update where vector is empty or cleaned out. 773 if (update && rec == null) { 1699 // Create a new record to update. 1747 // Error if no old record to update [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/ |
H A D | cfga.c | 758 int update; local 768 update = 0; 793 update++; 809 update++; 815 if (update)
|