Searched refs:conf2 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | conflict.test | 208 # conf2 The conflict resolution algorithm on the BEGIN statement 214 foreach {i conf1 conf2 cmd t0 t1 t2} { 238 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"} 244 BEGIN $conf2; 267 # conf2 The conflict resolution algorithm on the BEGIN statement 273 foreach {i conf1 conf2 cmd t0 t1 t2} { 301 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"} 306 BEGIN $conf2; 335 # conf2 The conflict resolution algorithm on the BEGIN statement 341 foreach {i conf1 conf2 cmd t0 t1 t2} { [all …]
|
H A D | memdb.test | 225 # conf2 The conflict resolution algorithm on the BEGIN statement 231 foreach {i conf1 conf2 cmd t0 t1 t2} { 262 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"} 268 BEGIN $conf2;
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | libdllink.c | 480 dladm_conf_t conf1, conf2; in i_dladm_rename_link_c2() local 534 ((status = dladm_open_conf(handle, linkid2, &conf2)) != in i_dladm_rename_link_c2() 544 (void) dladm_set_conf_field(handle, conf2, FDEVNAME, DLADM_TYPE_STR, in i_dladm_rename_link_c2() 546 (void) dladm_set_conf_field(handle, conf2, FPHYMAJ, DLADM_TYPE_UINT64, in i_dladm_rename_link_c2() 548 (void) dladm_set_conf_field(handle, conf2, FPHYINST, in i_dladm_rename_link_c2() 550 (void) dladm_write_conf(handle, conf2); in i_dladm_rename_link_c2() 551 dladm_destroy_conf(handle, conf2); in i_dladm_rename_link_c2()
|