Home
last modified time | relevance | path

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

12345678910>>...12

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dupdate.test22 do_test update-1.1 {
29 do_test update-2.1 {
37 do_test update-3.1 {
48 do_test update-3.2 {
52 do_test update-3.3 {
56 do_test update-3.4 {
63 do_test update-3.5 {
66 do_test update-3.6 {
69 do_test update-3.7 {
73 do_test update-3.8 {
[all …]
H A Dlastinsert.test40 # LIRID unchanged after an update on a table
43 update t1 set k=4 where k=2;
75 update t2 set val3=1000+last_insert_rowid();
104 # 3.x - tests with after update trigger
114 update t2 set val3=1000+last_insert_rowid();
116 update t1 set k=14 where k=3;
121 # LIRID unchanged upon entry into after update trigger
135 # LIRID unchanged by update within context of after update trigger
153 update t2 set val3=1000+last_insert_rowid();
221 # 6.x - tests with instead of update trigger
[all …]
H A Dlaststmtchanges.test45 # LSCC set properly after update
48 update t0 set x=3 where x=1;
53 # LSCC unchanged within an update statement
64 update t0 set x=77 where x=88;
87 update t0 set x=x;
110 # 3.x - tests with after update trigger
122 update t1 set k=k;
127 # LSCC unchanged upon entry into after update trigger
196 update t0 set x=x*10 where x=1;
200 update t0 set x=x*10 where x=0;
[all …]
H A Dtrigger4.test54 create trigger U_test instead of update on test
56 update test1 set a=NEW.a where id=NEW.id;
57 update test2 set b=NEW.b where id=NEW.id;
59 update test set a=22 where id=1;
72 update test set b=66 where id=4;
97 update test set a=222 where id=1;
121 update test set b=99 where id=7;
/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dcryptotest_kcf.c225 crypto_mac_update_t update; in mac_update() local
227 bzero((void *)&update, sizeof (update)); in mac_update()
231 update.mu_datalen = len; in mac_update()
295 bzero((void *)&update, sizeof (update)); in encrypt_update()
299 update.eu_datalen = plainlen; in encrypt_update()
304 *encrlen += update.eu_encrlen; in encrypt_update()
367 bzero((void *)&update, sizeof (update)); in decrypt_update()
372 update.du_encrlen = len; in decrypt_update()
376 *encrlen += update.du_datalen; in decrypt_update()
433 bzero(&update, sizeof (update)); in digest_update()
[all …]
/illumos-gate/usr/src/lib/sun_sas/common/
H A Devent.c82 updateMatchingPhy(HBA_WWN portAddr, uint8_t phyId, int update, uint8_t linkRate) in updateMatchingPhy() argument
109 if (update == REMOVED) { in updateMatchingPhy()
112 } else if (update == OFFLINE) { in updateMatchingPhy()
141 int update; in syseventHandler() local
165 update = ONLINE; in syseventHandler()
177 update = OFFLINE; in syseventHandler()
181 update = REMOVED; in syseventHandler()
211 if (updateMatchingPhy(portAddr, phyId, update, in syseventHandler()
/illumos-gate/usr/src/data/hwdata/
H A DMakefile59 update: usb.update pci.update target
69 pci.update:
73 usb.update:
/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, 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()
/illumos-gate/usr/src/cmd/allocate/
H A Ddminfo.c120 int update = 0; in main() local
147 if ((name) || (device) || (update) || (tp)) { in main()
163 if ((name) || (device) || (update) || (tp)) { in main()
170 if ((name) || (device) || (update) || (tp)) { in main()
177 if ((name) || (device) || (update) || (tp)) { in main()
181 update++; in main()
200 if ((device) || (name) || (update) || (tp)) { in main()
206 if (update) { in main()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dmark_function_ptrs_searchable.pl18 my ($update, $sth, $fn_ptr, $ptr_to_ptr, $count);
20 $update = $db->prepare_cached('UPDATE function_ptr set searchable = 1 where ptr = ?');
35 $update->execute($fn_ptr);
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c127 void (*update)(), void (*final)(), uchar_t flag) in crypto_digest_data() argument
148 update(dctx, dptr, dlen); in crypto_digest_data()
155 MD5_DIGEST_DATA, dctx, update); in crypto_digest_data()
159 SHA1_DIGEST_DATA, dctx, update); in crypto_digest_data()
163 SHA2_DIGEST_DATA, dctx, update); in crypto_digest_data()
173 MD5_DIGEST_DATA, dctx, update); in crypto_digest_data()
177 SHA1_DIGEST_DATA, dctx, update); in crypto_digest_data()
181 SHA2_DIGEST_DATA, dctx, update); in crypto_digest_data()
/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
/illumos-gate/usr/src/cmd/power/
H A Dconf.c258 if (cpr_status.update == NOUP) in update_cprconfig()
263 if (pm_status.update == NOUP) in update_cprconfig()
268 } else if (cpr_status.update == NOUP || pm_status.update == NOUP) in update_cprconfig()
433 if ((cpr_status.perm && cpr_status.update != OKUP) || in write_conf()
434 (pm_status.perm && pm_status.update != OKUP)) { in write_conf()
437 cpr_status.perm, cpr_status.update, in write_conf()
438 pm_status.perm, pm_status.update); in write_conf()
/illumos-gate/usr/src/lib/libsecdb/
H A Dsvc-rbac90 update=0
104 update=1
110 if [ $update -eq 1 ]
/illumos-gate/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)
/illumos-gate/usr/src/data/ucode/
H A DREADME.ucode27 Intead of using this method, we will update the microcode and manage
37 The script "update.intel" in this directory can be used to help automate
38 the update by providing a tarball of the above microcode, and takes care
51 The script "update.amd" in this directory can be used to help automate
52 the update by automatically checking out the latest upstream firmware and
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c204 if (!update && !pad_mechanism) { in soft_des_encrypt_common()
211 if (!update) { in soft_des_encrypt_common()
358 if (update) { in soft_des_encrypt_common()
394 if (update) { in soft_des_encrypt_common()
441 if (update) in soft_des_encrypt_common()
489 CK_ULONG_PTR pulDataLen, boolean_t update) in soft_des_decrypt_common() argument
514 if (!update) { in soft_des_decrypt_common()
672 if (update) { in soft_des_decrypt_common()
710 if (pad_mechanism && !update) { in soft_des_decrypt_common()
745 if (update) { in soft_des_decrypt_common()
[all …]
H A DsoftBlowfishCrypt.c144 boolean_t update) in soft_blowfish_encrypt_common() argument
163 if (!update) { in soft_blowfish_encrypt_common()
280 if (update) { in soft_blowfish_encrypt_common()
316 boolean_t update) in soft_blowfish_decrypt_common() argument
335 if (!update) { in soft_blowfish_decrypt_common()
443 if (update) { in soft_blowfish_decrypt_common()
/illumos-gate/usr/src/tools/scripts/
H A Donu.sh.in116 update() function
126 do_cmd pkg -R $root image-update $update_args
149 update "$path/root"
274 update $tmpdir
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Deditmap.c81 bool update = false; local
153 update = true;
188 (update && argc <= 3))
197 if (update)
345 else if (update)
/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/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
674 add %o1, 8, %o1 ! update SRC
680 add %o1, 16, %o1 ! update SRC
688 add %o0, 16, %o0 ! update DST
863 add %o1, BLOCK_SIZE, %o1 ! update SRC
[all …]
/illumos-gate/usr/src/cmd/man/
H A DMakefile22 MANIFEST= update-man-index.xml
23 SVCMETHOD= update-man-index
/illumos-gate/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
691 add %o1, 8, %o1 ! update SRC
697 add %o1, 16, %o1 ! update SRC
705 add %o0, 16, %o0 ! update DST
889 add %o1, BLOCK_SIZE, %o1 ! update SRC
[all …]

12345678910>>...12