Home
last modified time | relevance | path

Searched refs:new_a (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/test/
H A Dtrigger2.test82 CREATE TABLE rlog (idx, old_a, old_b, db_sum_a, db_sum_b, new_a, new_b);
83 CREATE TABLE clog (idx, old_a, old_b, db_sum_a, db_sum_b, new_a, new_b);
/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c1945 uint32_t new_a, new_b; in s1394_match_GUID() local
1956 new_a = nnode->node_guid_hi; in s1394_match_GUID()
1968 if ((old_a == new_a) && (old_b == new_b)) { in s1394_match_GUID()