Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/titanic_44/usr/src/lib/libsqlite/test/
H A Dupdate.test17 # $Id: update.test,v 1.15 2004/02/10 13:41:53 drh Exp $
22 # Try to update an non-existent table
24 do_test update-1.1 {
29 # Try to update a read-only table
31 do_test update-2.1 {
39 do_test update-3.1 {
50 do_test update-3.2 {
54 do_test update-3.3 {
58 do_test update-3.4 {
65 do_test update-3.5 {
[all …]
H A Dlastinsert.test42 # LIRID unchanged after an update on a table
45 update t1 set k=4 where k=2;
76 update t2 set k=k+10, val2=100+last_insert_rowid();
77 update t2 set val3=1000+last_insert_rowid();
98 # LIRID unchanged by update within context of after insert trigger
106 # 3.x - tests with after update trigger
108 # LIRID not changed after an update onto a table containing an after trigger
113 create trigger r1 after update on t1 for each row begin
115 update t2 set k=k+10, val2=100+last_insert_rowid();
116 update t2 set val3=1000+last_insert_rowid();
[all …]
H A Dlaststmtchanges.test47 # LSCC set properly after update
50 update t0 set x=3 where x=1;
55 # LSCC unchanged within an update statement
58 update t0 set x=x+last_statement_change_count() where x=3;
63 # LSCC set properly after update on table where no rows changed
66 update t0 set x=77 where x=88;
89 update t0 set x=x;
90 update t2 set v2=last_statement_change_count();
104 # LSCC changed properly by update within context of after insert trigger
112 # 3.x - tests with after update trigger
[all …]
H A Dtrigger4.test56 create trigger U_test instead of update on test
58 update test1 set a=NEW.a where id=NEW.id;
59 update test2 set b=NEW.b where id=NEW.id;
61 update test set a=22 where id=1;
74 update test set b=66 where id=4;
99 update test set a=222 where id=1;
123 update test set b=99 where id=7;
/titanic_44/usr/src/lib/sun_sas/common/
H A Devent.c79 updateMatchingPhy(HBA_WWN portAddr, uint8_t phyId, int update, uint8_t linkRate) in updateMatchingPhy() argument
106 if (update == REMOVED) { in updateMatchingPhy()
109 } else if (update == OFFLINE) { in updateMatchingPhy()
138 int update; in syseventHandler() local
162 update = ONLINE; in syseventHandler()
174 update = OFFLINE; in syseventHandler()
178 update = REMOVED; in syseventHandler()
208 if (updateMatchingPhy(portAddr, phyId, update, in syseventHandler()
/titanic_44/usr/src/data/hwdata/
H A DMakefile53 update: usb.update pci.update target
63 pci.update:
67 usb.update:
/titanic_44/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, in reqexec() argument
278 return (do_exec(update, script, resppath, REQ_STDIN, req_user)); in reqexec()
282 chkexec(int update, char *script) in chkexec() argument
318 return (do_exec(update, script, resppath, CHK_STDIN, CHK_USER_ALT)); in chkexec()
322 do_exec(int update, char *script, char *output, char *inport, char *alt_user) in do_exec() argument
376 if (update) { in do_exec()
/titanic_44/usr/src/cmd/allocate/
H A Ddminfo.c122 int update = 0; in main() local
149 if ((name) || (device) || (update) || (tp)) { in main()
165 if ((name) || (device) || (update) || (tp)) { in main()
172 if ((name) || (device) || (update) || (tp)) { in main()
179 if ((name) || (device) || (update) || (tp)) { in main()
183 update++; in main()
202 if ((device) || (name) || (update) || (tp)) { in main()
208 if (update) { in main()
/titanic_44/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c43 void *digest_ctx, void (*update)()) in crypto_uio_data() argument
98 update(digest_ctx, datap, cur_len); in crypto_uio_data()
130 void *digest_ctx, void (*update)()) in crypto_mblk_data() argument
178 update(digest_ctx, datap, cur_len); in crypto_mblk_data()
325 void (*update)(), void (*final)(), uchar_t flag) in crypto_digest_data() argument
346 update(dctx, dptr, dlen); in crypto_digest_data()
353 MD5_DIGEST_DATA, dctx, update); in crypto_digest_data()
357 SHA1_DIGEST_DATA, dctx, update); in crypto_digest_data()
361 SHA2_DIGEST_DATA, dctx, update); in crypto_digest_data()
371 MD5_DIGEST_DATA, dctx, update); in crypto_digest_data()
[all …]
/titanic_44/usr/src/cmd/boot/scripts/
H A DMakefile.com30 MANIFEST= boot-archive-update.xml
31 SVCMETHOD= boot-archive-update
45 METHODPROG= boot-archive-update
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c156 CK_ULONG_PTR pulEncryptedLen, boolean_t update) in soft_aes_encrypt_common() argument
182 if ((!update) && (mechanism != CKM_AES_CBC_PAD)) { in soft_aes_encrypt_common()
189 if (!update) { in soft_aes_encrypt_common()
331 if (update) { in soft_aes_encrypt_common()
366 if (update) { in soft_aes_encrypt_common()
441 if (update) in soft_aes_encrypt_common()
494 CK_ULONG_PTR pulDataLen, boolean_t update) in soft_aes_decrypt_common() argument
519 if (!update) { in soft_aes_decrypt_common()
671 if (update) { in soft_aes_decrypt_common()
708 if ((mechanism == CKM_AES_CBC_PAD) && (!update)) { in soft_aes_decrypt_common()
[all …]
H A DsoftDESCrypt.c178 CK_ULONG_PTR pulEncryptedLen, boolean_t update) in soft_des_encrypt_common() argument
203 if (!update && !pad_mechanism) { in soft_des_encrypt_common()
210 if (!update) { in soft_des_encrypt_common()
357 if (update) { in soft_des_encrypt_common()
393 if (update) { in soft_des_encrypt_common()
440 if (update) in soft_des_encrypt_common()
493 CK_ULONG_PTR pulDataLen, boolean_t update) in soft_des_decrypt_common() argument
518 if (!update) { in soft_des_decrypt_common()
676 if (update) { in soft_des_decrypt_common()
714 if (pad_mechanism && !update) { in soft_des_decrypt_common()
[all …]
H A DsoftBlowfishCrypt.c143 boolean_t update) { in soft_blowfish_encrypt_common() argument
162 if (!update) { in soft_blowfish_encrypt_common()
279 if (update) { in soft_blowfish_encrypt_common()
319 boolean_t update) { in soft_blowfish_decrypt_common() argument
338 if (!update) { in soft_blowfish_decrypt_common()
446 if (update) { in soft_blowfish_decrypt_common()
/titanic_44/usr/src/cmd/power/
H A Dconf.c260 if (cpr_status.update == NOUP) in update_cprconfig()
265 if (pm_status.update == NOUP) in update_cprconfig()
270 } else if (cpr_status.update == NOUP || pm_status.update == NOUP) in update_cprconfig()
435 if ((cpr_status.perm && cpr_status.update != OKUP) || in write_conf()
436 (pm_status.perm && pm_status.update != OKUP)) { in write_conf()
439 cpr_status.perm, cpr_status.update, in write_conf()
440 pm_status.perm, pm_status.update); in write_conf()
/titanic_44/usr/src/lib/libsecdb/
H A Dsvc-rbac90 update=0
104 update=1
110 if [ $update -eq 1 ]
/titanic_44/usr/src/cmd/sendmail/src/
H A Dratectrl.c222 client_rate(now, saddr, update) in client_rate() argument
225 bool update;
337 if (update)
435 total_rate(now, update) in total_rate() argument
437 bool update;
456 if (update)
/titanic_44/usr/src/tools/scripts/
H A Donu.sh97 update() function
106 do_cmd pkg -R $root image-update
140 update $zoneroot/root
236 update $tmpdir
/titanic_44/usr/src/lib/passwdutil/
H A D__failed_count.c58 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS) { in __incr_failed_count()
69 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS) in __incr_failed_count()
114 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS) in __rst_failed_count()
/titanic_44/usr/src/cmd/print/ppdmgr/
H A DMakefile26 MANIFEST= ppd-cache-update.xml
27 SVCMETHOD= ppd-cache-update
/titanic_44/usr/src/cmd/sendmail/aux/
H A Deditmap.c83 bool update = false; local
155 update = true;
190 (update && argc <= 3))
199 if (update)
347 else if (update)
/titanic_44/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s133 sub %o2, %o5, %o2 ! update count
382 subcc %o2, 8, %o2 ! update count
384 add %o1, 8, %o1 ! update SRC
386 add %o0, 8, %o0 ! update DST
406 subcc %o2, 4, %o2 ! update count
438 sub %o2, %o5, %o2 ! update count
667 sub %o2, %o5, %o2 ! update count for later
672 subcc %o5, 8, %o5 ! update local count
674 add %o1, 8, %o1 ! update SRC
679 subcc %o5, 8, %o5 ! update local count
[all …]
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DCLComponent.java60 public void setText(String text, boolean update) { in setText() argument
64 if (update) in setText()
/titanic_44/usr/src/lib/libshell/common/edit/
H A Demacs.c425 goto update; in ed_emacsread()
467 goto update; in ed_emacsread()
489 goto update; in ed_emacsread()
503 goto update; in ed_emacsread()
514 update: in ed_emacsread()
523 goto update; in ed_emacsread()
540 goto update; in ed_emacsread()
543 goto update; in ed_emacsread()
546 goto update; in ed_emacsread()
823 goto update; in escape()
[all …]
/titanic_44/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s126 sub %o2, %o5, %o2 ! update count
403 subcc %o2, 8, %o2 ! update count
405 add %o1, 8, %o1 ! update SRC
407 add %o0, 8, %o0 ! update DST
427 subcc %o2, 4, %o2 ! update count
457 sub %o2, %o5, %o2 ! update count
684 sub %o2, %o5, %o2 ! update count for later
689 subcc %o5, 8, %o5 ! update local count
691 add %o1, 8, %o1 ! update SRC
696 subcc %o5, 8, %o5 ! update local count
[all …]
/titanic_44/usr/src/cmd/keyserv/
H A DMakefile42 UPDATEOBJS = update.o
46 CHANGE_OBJS = update.o chkey_common.o
107 update: $(UPDATEOBJS) target

12345678910>>...12