Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_cnode.c1161 cfs_cid_t cid, cid2; in cachefs_cnode_create() local
1167 cid2.cid_flags = 0; in cachefs_cnode_create()
1181 cid2.cid_fileno = cid.cid_fileno; in cachefs_cnode_create()
1182 fgp = filegrp_list_find(fscp, &cid2); in cachefs_cnode_create()
1186 found = cachefs_cid_inuse(fgp, &cid2); in cachefs_cnode_create()
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_protect.c763 const dhcpv6_cid_t *cid1 = arg1, *cid2 = arg2; in compare_dhcpv6_cid() local
766 if (cid1->dc_cid_len < cid2->dc_cid_len) in compare_dhcpv6_cid()
768 else if (cid1->dc_cid_len > cid2->dc_cid_len) in compare_dhcpv6_cid()
774 ret = memcmp(cid1->dc_cid, cid2->dc_cid, cid1->dc_cid_len); in compare_dhcpv6_cid()