Lines Matching defs:uid

1509 	uint32_t uid;
1521 ret = cache_lookup(&lc, &uid, cb_get_node_info);
1522 if (uid == 0) {
1538 ret = cache_lookup(&lc2, &uid, cb_get_entity_info);
1539 if (uid == 0) {
1569 ret = cache_lookup(&lc2, &uid, cb_get_pg_info);
1570 if (uid != 0) {
1572 lc2.curr_uid = uid;
1581 ret = cache_lookup(&lc3, &uid,
1627 uint32_t uid;
1643 ret = cache_lookup(&lc, &uid, cb_get_dd_info);
1644 if (uid == 0) {
1650 ret = cache_lookup(&lc, &uid, cb_get_ddset_info);
1651 if (uid == 0) {
1837 uint32_t uid = 0;
1846 FOR_EACH_ITEM(htab, uid, {
1847 lc.data[0].ui = uid;
1876 uint32_t uid = 0;
1885 FOR_EACH_ITEM(htab, uid, {
1886 lc.data[0].ui = uid;
1914 uint32_t uid = 0;
1923 FOR_EACH_ITEM(htab, uid, {
1924 lc.data[0].ui = uid;
1953 uint32_t uid = 0, n;
1970 if ((uid = is_obj_there(&lc)) != 0) {
1971 ret = get_dd_matrix(uid, &p, &n);
1972 FOR_EACH_MEMBER(p, n, uid, {
1973 lc2.data[0].ui = uid;
2012 uint32_t uid = 0, dd_id;
2028 if ((uid = is_obj_there(&lc)) != 0) {
2029 if ((dd_id = get_dd_id(uid, 0)) == 0) {
2039 dd_id = get_dd_id(uid, dd_id);
2075 uint32_t uid = 0, n;
2092 if ((uid = is_obj_there(&lc)) != 0) {
2093 ret = get_dds_matrix(uid, &p, &n);
2094 FOR_EACH_MEMBER(p, n, uid, {
2095 lc2.data[0].ui = uid;
2134 uint32_t uid = 0, ddset_id;
2150 if ((uid = is_obj_there(&lc)) != 0) {
2152 if ((ddset_id = get_dds_id(uid, 0)) == 0) {
2162 ddset_id = get_dds_id(uid, ddset_id);
2201 uint32_t uid;
2228 if ((uid = is_obj_there(&lc)) != 0) {
2231 remove_dd_object(uid) :
2232 remove_dds_object(uid);
2846 uint32_t uid;
2877 uid = is_obj_there(&lc);
2878 if (uid == 0) {