Searched refs:conf2 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | conflict.test | 206 # conf2 The conflict resolution algorithm on the BEGIN statement 212 foreach {i conf1 conf2 cmd t0 t1 t2} { 236 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"} 242 BEGIN $conf2; 265 # conf2 The conflict resolution algorithm on the BEGIN statement 271 foreach {i conf1 conf2 cmd t0 t1 t2} { 299 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"} 304 BEGIN $conf2; 333 # conf2 The conflict resolution algorithm on the BEGIN statement 339 foreach {i conf1 conf2 cmd t0 t1 t2} { [all …]
|
H A D | memdb.test | 223 # conf2 The conflict resolution algorithm on the BEGIN statement 229 foreach {i conf1 conf2 cmd t0 t1 t2} { 260 if {$conf2!=""} {set conf2 "ON CONFLICT $conf2"} 266 BEGIN $conf2;
|
/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 533 ((status = dladm_open_conf(handle, linkid2, &conf2)) != in i_dladm_rename_link_c2() 543 (void) dladm_set_conf_field(handle, conf2, FDEVNAME, DLADM_TYPE_STR, in i_dladm_rename_link_c2() 545 (void) dladm_set_conf_field(handle, conf2, FPHYMAJ, DLADM_TYPE_UINT64, in i_dladm_rename_link_c2() 547 (void) dladm_set_conf_field(handle, conf2, FPHYINST, in i_dladm_rename_link_c2() 549 (void) dladm_write_conf(handle, conf2); in i_dladm_rename_link_c2() 550 dladm_destroy_conf(handle, conf2); in i_dladm_rename_link_c2()
|