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

1 2 3

  /netvirt/usr/src/common/openssl/crypto/evp/
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_ecdsa.c 122 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
135 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_null.c 68 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
81 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,
m_sha1.c 74 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) function
87 update,
108 * Even though there're separate SHA224_[Update|Final], we call
  /netvirt/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
  /netvirt/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);
  /netvirt/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/encoding/
CRC16.java 45 public void update(byte aByte) method in class:CRC16
  /netvirt/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
ResourceMonitor.java 56 * will update its data, 1 sec.
99 * which the rds will update its data 1 sec., time in which the data model
110 * @param rdsInterval interval in which the rds will update its data
159 update(); method
164 update(); method
168 SRMDebug.trace(SRMDebug.THREAD_SYNC, "srm data cache update locked by "
184 "srm data cache update locked by "
192 * Wait till all data model readers release their lock, then do the update
194 private void update() throws SRMException { method in class:ResourceMonitor
198 "starting srm data cache update, at:
    [all...]
  /netvirt/usr/src/cmd/allocate/
dminfo.c 122 int update = 0; local
149 if ((name) || (device) || (update) || (tp)) {
165 if ((name) || (device) || (update) || (tp)) {
172 if ((name) || (device) || (update) || (tp)) {
179 if ((name) || (device) || (update) || (tp)) {
183 update++;
197 * -d(device) -n(name) and -u(update) switches require at least one
202 if ((device) || (name) || (update) || (tp)) {
208 if (update) {
210 * -u(update) switch requires only one argumen
    [all...]
  /netvirt/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
MultipleOperationDialog.java 72 * Update progress meter; subclasses should call as each operation is
80 progManager.update(progress, msg);
  /netvirt/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
VJCanvas.java 76 public void update(Graphics g) { method in class:VJCanvas
GBContainer.java 52 public void update(Graphics g); method in interface:GBContainer
  /netvirt/usr/src/cmd/power/
pmconfig.h 76 int update; /* flag updates from cpr/pm data */ member in struct:perm_update
85 prmup_t *status; /* permission and update status */
  /netvirt/usr/src/cmd/ypcmd/ypupdated/
rpc.ypupdated.c 30 * NIS update service
260 rslt = update(netname,
272 * Determine if requester is allowed to update the given map,
273 * and update it if so. Returns the NIS status, which is zero
277 update(requester, mapname, op, keylen, key, datalen, data) function
  /netvirt/usr/src/cmd/ypcmd/
ypupdated.c 42 * YP update service
78 static int update();
161 msgout("cannot create update server handle");
282 rslt = update(netname, args.mapname, op,
294 * Determine if requester is allowed to update the given map,
295 * and update it if so. Returns the yp status, which is zero
299 update(requester, mapname, op, keylen, key, datalen, data) function
  /netvirt/usr/src/cmd/acct/
acctcon.c 101 static void update(struct tbuf *);
249 update(&tbuf[iline()]);
319 update(tp);
323 * update tbuf with new time, write ctmp record for end of session
326 update(struct tbuf *tp) function
acctcon1.c 96 static void update(struct tbuf *);
271 update(&tbuf[iline()]);
341 update(tp);
345 * update tbuf with new time, write ctmp record for end of session
348 update(struct tbuf *tp) function
  /netvirt/usr/src/cmd/coreadm/
coreadm.c 104 int update = 0; local
181 update = 1;
198 * and update the configuration file with the new parameters.
204 if (update && (modify || proc_pattern != NULL ||
234 if (update)
577 "privileges to update %s\n"), command, PATH_CONFIG);

Completed in 540 milliseconds

1 2 3