Searched refs:conf1 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | conflict.test | 205 # conf1 The conflict resolution algorithm on the UNIQUE constraint 212 foreach {i conf1 conf2 cmd t0 t1 t2} { 235 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"} 239 CREATE TABLE t1(a,b,c,UNIQUE(a,b) $conf1); 264 # conf1 The conflict resolution algorithm on the NOT NULL constraint 271 foreach {i conf1 conf2 cmd t0 t1 t2} { 298 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"} 302 CREATE TABLE t1(a,b,c NOT NULL $conf1 DEFAULT 5); 332 # conf1 The conflict resolution algorithm on the UNIQUE constraint 339 foreach {i conf1 conf2 cmd t0 t1 t2} { [all …]
|
H A D | memdb.test | 222 # conf1 The conflict resolution algorithm on the UNIQUE constraint 229 foreach {i conf1 conf2 cmd t0 t1 t2} { 259 if {$conf1!=""} {set conf1 "ON CONFLICT $conf1"} 263 CREATE TABLE t1(a,b,c, UNIQUE(a) $conf1);
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdllink.c | 479 dladm_conf_t conf1, conf2; in i_dladm_rename_link_c2() local 525 if (((status = dladm_getsnap_conf(handle, linkid1, &conf1)) != in i_dladm_rename_link_c2() 527 ((status = dladm_get_conf_field(handle, conf1, FDEVNAME, devname, in i_dladm_rename_link_c2() 529 ((status = dladm_get_conf_field(handle, conf1, FPHYMAJ, &phymaj, in i_dladm_rename_link_c2() 531 ((status = dladm_get_conf_field(handle, conf1, FPHYINST, &phyinst, in i_dladm_rename_link_c2() 542 dladm_destroy_conf(handle, conf1); in i_dladm_rename_link_c2()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.no_structs | 301 …rf_event)->padding, (struct hw_perf_event)->conf, (struct hw_perf_event)->conf1, (struct hw_perf_e…
|