Searched refs:update (Results 1 - 25 of 184) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dmulti_stats.h36 int update();
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSRecord.java44 void update( int flags, byte[] rData, int ttl) method in interface:DNSRecord
/illumos-gate/usr/src/cmd/hwdata/
H A DMakefile51 # The "update" target family allows a simple pull-from-the-source update.
53 update: usb.update pci.update
63 pci.update:
67 usb.update:
/illumos-gate/usr/src/cmd/boot/scripts/
H A DMakefile.com30 MANIFEST= boot-archive-update.xml
31 SVCMETHOD= boot-archive-update
45 METHODPROG= boot-archive-update
H A Dboot-archive-update.ksh46 /sbin/bootadm update-archive
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypstop.sh29 for svc in client server xfr passwd update; do
/illumos-gate/usr/src/cmd/print/ppdmgr/
H A DMakefile26 MANIFEST= ppd-cache-update.xml
27 SVCMETHOD= ppd-cache-update
/illumos-gate/usr/src/lib/libsecdb/
H A Dsvc-rbac70 # cache user/owner of file to update
90 update=0
104 update=1
110 if [ $update -eq 1 ]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dboot-archive38 /sbin/bootadm update-archive -vnC 2> /dev/null
/illumos-gate/usr/src/lib/sun_sas/common/
H A Devent.c79 updateMatchingPhy(HBA_WWN portAddr, uint8_t phyId, int update, uint8_t linkRate) argument
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,
/illumos-gate/usr/src/lib/passwdutil/
H A D__failed_count.c58 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS) {
69 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS)
114 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS)
H A D__set_authtoken_attr.c46 int rep_success = REP_NOREP; /* first successfull update */
66 * - PAM_REPOSITORY is set: we know what to update
74 * Loop over selected repositories to update
75 * We should update the remote repositories first, FILES last.
89 if ((err == PWU_SUCCESS) && rops[i]->update)
90 err = rops[i]->update(items, rep, buf);
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_counters.h66 int (*update)(kstat_t *, int), void *);
/illumos-gate/usr/src/uts/sun4u/opl/sys/pcicmu/
H A Dpcmu_counters.h67 int (*update)(kstat_t *, int), void *);
/illumos-gate/usr/src/lib/libeti/panel/
H A DMakefile.com33 update.o \
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_item_c.x72 %/* Assignment: update item by setting pointers. No space is allocated. */
73 % void update( char* str, int n) {len = n; value = str;}
/illumos-gate/usr/src/cmd/allocate/
H A Ddminfo.c122 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) switc
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dreqexec.c53 static int do_exec(int update, char *script, char *output,
223 reqexec(int update, char *script, int non_abi_scripts, argument
278 return (do_exec(update, script, resppath, REQ_STDIN, req_user));
282 chkexec(int update, char *script) argument
318 return (do_exec(update, script, resppath, CHK_STDIN, CHK_USER_ALT));
322 do_exec(int update, char *script, char *output, char *inport, char *alt_user) argument
376 if (update) {
H A Dpkginstall.h71 extern int reqexec __P((int update, char *script, int non_abi_scripts,
73 extern int chkexec __P((int update, char *script));
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c43 void *digest_ctx, void (*update)())
98 update(digest_ctx, datap, cur_len);
130 void *digest_ctx, void (*update)())
178 update(digest_ctx, datap, cur_len);
325 void (*update)(), void (*final)(), uchar_t flag)
346 update(dctx, dptr, dlen);
353 MD5_DIGEST_DATA, dctx, update);
357 SHA1_DIGEST_DATA, dctx, update);
361 SHA2_DIGEST_DATA, dctx, update);
371 MD5_DIGEST_DATA, dctx, update);
42 crypto_uio_data(crypto_data_t *data, uchar_t *buf, int len, cmd_type_t cmd, void *digest_ctx, void (*update)()) argument
129 crypto_mblk_data(crypto_data_t *data, uchar_t *buf, int len, cmd_type_t cmd, void *digest_ctx, void (*update)()) argument
324 crypto_digest_data(crypto_data_t *data, void *dctx, uchar_t *digest, void (*update)(), void (*final)(), uchar_t flag) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Demac.c388 unsigned update; local
395 update = pEmac->EMAC_CFG & ~(AT91C_EMAC_SPD | AT91C_EMAC_FD);
396 update |= AT91C_EMAC_SPD;
397 update |= AT91C_EMAC_FD;
403 update = pEmac->EMAC_CFG & ~(AT91C_EMAC_SPD | AT91C_EMAC_FD);
405 update |= AT91C_EMAC_SPD;
407 update |= AT91C_EMAC_FD;
428 update = pEmac->EMAC_CFG & ~(AT91C_EMAC_SPD | AT91C_EMAC_FD);
431 update |= AT91C_EMAC_SPD;
435 update |
[all...]
/illumos-gate/usr/src/cmd/power/
H A Dconf.c260 if (cpr_status.update == NOUP)
265 if (pm_status.update == NOUP)
270 } else if (cpr_status.update == NOUP || pm_status.update == NOUP)
425 * When perm and update status are OK, write a new conf file
435 if ((cpr_status.perm && cpr_status.update != OKUP) ||
436 (pm_status.perm && pm_status.update != OKUP)) {
438 "(cpr perm %d update %d), (pm perm %d update %d)\n",
439 cpr_status.perm, cpr_status.update,
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Donu.sh.in97 update()
106 do_cmd pkg -R $root image-update
140 update $zoneroot/root
236 update $tmpdir
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dratectrl.c90 ** update parameter.
111 /* update server connection rate */
117 /* update client connection rate */
211 ** update - update data / check only
217 ** update static global data
222 client_rate(now, saddr, update)
225 bool update;
336 /* Let's update data... */
337 if (update)
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c139 * update: boolean flag indicates caller is soft_encrypt
156 CK_ULONG_PTR pulEncryptedLen, boolean_t update)
182 if ((!update) && (mechanism != CKM_AES_CBC_PAD)) {
189 if (!update) {
331 if (update) {
333 * For encrypt update, if there is a remaining
366 if (update) {
368 * For encrypt update, if there is remaining data,
441 if (update)
494 CK_ULONG_PTR pulDataLen, boolean_t update)
154 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
492 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...]

Completed in 134 milliseconds

12345678