Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c1944 uint32_t old_a, old_b; in s1394_match_GUID() local
1965 old_a = onode->node_guid_hi; in s1394_match_GUID()
1968 if ((old_a == new_a) && (old_b == new_b)) { in s1394_match_GUID()
1973 tnf_uint, guid_hi, old_a, in s1394_match_GUID()
1978 old_a, old_b); in s1394_match_GUID()
/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);