HomeSort by relevance Sort by last modified time
    Searched refs:update (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /onnv/onnv-gate/usr/src/cmd/avs/dsstat/
multi_stats.h 36 int update();
  /onnv/onnv-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
DNSRecord.java 47 /** Update a registered resource record.<P>
60 void update( int flags, byte[] rData, int ttl) method in interface:DNSRecord
  /onnv/onnv-gate/usr/src/common/openssl/crypto/evp/
m_null.c 68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
81 update,
m_ecdsa.c 122 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
135 update,
m_dss.c 73 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
86 update,
m_dss1.c 74 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
87 update,
m_md2.c 75 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
88 update,
m_md4.c 75 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
88 update,
m_md5.c 75 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
88 update,
m_mdc2.c 73 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
86 update,
m_ripemd.c 75 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
88 update,
m_sha.c 74 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
87 update,
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWos86r/
i.mach 37 update=0
42 update=1
54 update=1
57 if [ $update -eq 1 ]; then
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
ProgressManager.java 55 // Create background object to update monitor
65 * Update the progress display. Throws InterruptedException if user
71 public void update(int progress, String msg) throws InterruptedException { method in class:ProgressManager
81 * Update the progress display, automatically incrementing the count
87 public void update(String msg) throws InterruptedException { method in class:ProgressManager
88 update(count+1, msg);
  /onnv/onnv-gate/usr/src/cmd/boot/scripts/
Makefile.com 30 MANIFEST= boot-archive-update.xml
31 SVCMETHOD= boot-archive-update
45 METHODPROG= boot-archive-update
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypstop.sh 29 for svc in client server xfr passwd update; do
  /onnv/onnv-gate/usr/src/cmd/print/ppdmgr/
Makefile 26 MANIFEST= ppd-cache-update.xml
27 SVCMETHOD= ppd-cache-update
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWppmr/
preinstall 27 if [ "$UPDATE" = "yes" ]; then
39 # If we are upgrading a system with ppd-cache-update service already
42 if [ ! -f $MANIFESTDIR/ppd-cache-update.xml ] ; then
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
CLComponent.java 60 public void setText(String text, boolean update) {
64 if (update)
  /onnv/onnv-gate/usr/src/lib/sun_sas/common/
event.c 79 updateMatchingPhy(HBA_WWN portAddr, uint8_t phyId, int update, uint8_t linkRate)
106 if (update == REMOVED) {
109 } else if (update == OFFLINE) {
138 int update; local
162 update = ONLINE;
174 update = OFFLINE;
178 update = REMOVED;
208 if (updateMatchingPhy(portAddr, phyId, update,
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/encoding/
CRC16.java 45 public void update(byte aByte) method in class:CRC16
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
boot-archive 50 /sbin/bootadm update-archive -vnC 2> /dev/null
62 /sbin/bootadm update-archive -vn | grep -v "cannot find" > /dev/msglog
69 cecho "follow the prompts to update the boot archive. Alternately, to continue"
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
ResourceMonitor.java 52 * will update its data, 1 sec.
95 * which the rds will update its data 1 sec., time in which the data model
106 * @param rdsInterval interval in which the rds will update its data
155 update(); method
160 update(); method
164 SRMDebug.trace(SRMDebug.THREAD_SYNC, "srm data cache update locked by "
180 "srm data cache update locked by "
188 * Wait till all data model readers release their lock, then do the update
190 private void update() throws SRMException { method in class:ResourceMonitor
194 "starting srm data cache update, at:
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/opl/sys/pcicmu/
pcmu_counters.h 67 int (*update)(kstat_t *, int), void *);
  /onnv/onnv-gate/usr/src/uts/sun4u/sys/pci/
pci_counters.h 66 int (*update)(kstat_t *, int), void *);

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 910