/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | conflict.test | 14 # This file implements tests for the conflict resolution extension 17 # $Id: conflict.test,v 1.19 2003/08/05 13:13:39 drh Exp $ 24 do_test conflict-1.0 { 35 # conf The conflict resolution algorithm on the BEGIN statement 61 do_test conflict-1.$i { 80 do_test conflict-2.0 { 93 # conf The conflict resolution algorithm on the BEGIN statement 119 do_test conflict-2.$i { 138 do_test conflict-3.0 { 151 # conf The conflict resolution algorithm on the BEGIN statement [all …]
|
H A D | crashme2.off | 17 CREATE TABLE t3(a unique on conflict rollback);
|
H A D | null.test | 159 create table t2(a, b unique on conflict ignore); 169 create table t3(a, b, c, unique(b,c) on conflict ignore);
|
H A D | memdb.test | 161 # conf The conflict resolution algorithm on the BEGIN statement 222 # conf1 The conflict resolution algorithm on the UNIQUE constraint 223 # conf2 The conflict resolution algorithm on the BEGIN statement
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | map_support.c | 1069 const char *conflict; in ld_map_sym_enter() local 1151 conflict = NULL; in ld_map_sym_enter() 1163 conflict = MSG_INTL(MSG_MAP_DIFF_SYMVAL); in ld_map_sym_enter() 1169 conflict = MSG_INTL(MSG_MAP_DIFF_SYMSZ); in ld_map_sym_enter() 1176 conflict = MSG_INTL(MSG_MAP_DIFF_SYMTYP); in ld_map_sym_enter() 1183 conflict = MSG_INTL(MSG_MAP_DIFF_SYMNDX); in ld_map_sym_enter() 1192 conflict = MSG_INTL(MSG_MAP_DIFF_SYMVER); in ld_map_sym_enter() 1195 if (conflict) { in ld_map_sym_enter() 1198 sdp->sd_file->ifl_name, conflict); in ld_map_sym_enter() 1311 conflict = NULL; in ld_map_sym_enter() [all …]
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | ctype.c | 287 int conflict = 0; in dump_ctype() local 349 conflict++; in dump_ctype() 352 conflict++; in dump_ctype() 354 conflict++; in dump_ctype() 356 conflict++; in dump_ctype() 358 conflict++; in dump_ctype() 360 if (conflict) { in dump_ctype()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_lock.c | 181 smb_lock_t *conflict = NULL; in smb_lock_range() local 207 result = smb_lock_range_lckrules(file, lock, &conflict); in smb_lock_range() 229 result = smb_lock_wait(sr, lock, conflict); in smb_lock_range() 230 conflict = NULL; in smb_lock_range() 804 smb_lock_wait(smb_request_t *sr, smb_lock_t *lock, smb_lock_t *conflict) in smb_lock_wait() argument 811 ASSERT(node == conflict->l_file->f_node); in smb_lock_wait() 822 lock->l_blocked_by = conflict; in smb_lock_wait() 825 mutex_enter(&conflict->l_mutex); in smb_lock_wait() 826 conflict->l_conflicts++; in smb_lock_wait() 827 mutex_exit(&conflict->l_mutex); in smb_lock_wait() [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | share.c | 564 int conflict = 0; in nbl_share_conflict() local 601 conflict = 1; in nbl_share_conflict() 605 conflict = 1; in nbl_share_conflict() 609 conflict = 1; in nbl_share_conflict() 614 conflict = 1; in nbl_share_conflict() 624 if (conflict) { in nbl_share_conflict() 632 return (conflict); in nbl_share_conflict()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | rtld.sparc.msg | 42 @ MSG_REG_SYMCONF "register symbol conflict: %s: \ 45 @ MSG_LDD_REG_SYMCONF "\tregister symbol conflict: %s\n\
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | dryrun.c | 108 unsigned conflict:1; member 283 wr_OK(fp_dra, "CONFLICT", dr_info.conflict_set, dr_info.conflict); in write_dryrun_ascii() 483 if (dr_info.conflict != 0) in init_drinfo() 810 dr_info.conflict = (value ? 1 : 0); in set_dr_info()
|
H A D | setadmin.c | 61 &adm.conflict, "conflict",
|
/illumos-gate/usr/src/lib/libsqlite/ |
H A D | main.mk | 387 conflict.html: $(TOP)/www/conflict.tcl 388 tclsh $(TOP)/www/conflict.tcl >conflict.html 427 conflict.html \
|
/illumos-gate/usr/src/cmd/smbsrv/dtrace/ |
H A D | Makefile | 30 nbl-conflict.d
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | add_drv.c | 113 int conflict; in main() local 357 conflict = -1; in main() 359 conflict = drv_name_conflict(root_node); in main() 363 if (conflict) { in main()
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | install.h | 98 char *conflict; member
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.entryreturn.ksh | 53 * the conflict with a reserved word.
|
/illumos-gate/usr/src/cmd/fmtmsg/ |
H A D | main.c | 135 long conflict; member 710 if ((class_info->keyword != (char *) NULL) && ((class & class_info->conflict) == 0L)) in main()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/ |
H A D | default | 34 conflict=ask
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | check.c | 675 if (ADM(conflict, "nochange")) { in ckconflct() 680 if (ADM(conflict, "nocheck")) { in ckconflct() 779 if (ADM(conflict, "quit")) { in ckconflct()
|
/illumos-gate/usr/src/uts/common/io/ktest/ |
H A D | ktest.c | 591 ktest_module_t *conflict = ktest_find_module(km->km_name); in ktest_register_module() local 592 if (conflict != NULL) { in ktest_register_module() 603 conflict == km && in ktest_register_module()
|
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | alert.proto | 25 # conflict with any variables that the user gives us.
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | check.c | 879 return (getyorn(a_msg, a_pkg, ADM(conflict, "nocheck"), in ckconflict() 880 ADM(conflict, "quit"), HLP_PKGADDCHK_CONFLICT, in ckconflict()
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | README | 82 or to force one particular side to win in case of a conflict. 403 F_CONFLICT there is a conflict on this node so 434 if there is a conflict or we haven't evaluated 446 flagged as "in conflict".
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_dir.c | 74 boolean_t conflict = B_FALSE; in zfs_match_find() local 88 zoid, mt, buf, bufsz, &conflict); in zfs_match_find() 90 *deflags = conflict ? ED_CASE_CONFLICT : 0; in zfs_match_find()
|
/illumos-gate/usr/src/uts/common/io/ipw/fw-ipw2100/ |
H A D | LICENSE | 93 laws of State of California], excluding its principles of conflict of laws and 102 standard acknowledgment form that are in conflict with these terms, shall be of 190 laws of California, excluding its principles of conflict of laws and the United
|