Searched refs:id_where (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_util.c | 445 avl_index_t name_where, id_where; in dlmgmt_create_common() local 466 avl_find(&dlmgmt_id_avl, linkp, &id_where) != NULL) { in dlmgmt_create_common() 472 avl_insert(&dlmgmt_id_avl, linkp, id_where); in dlmgmt_create_common()
|
H A D | dlmgmt_db.c | 1099 avl_index_t name_where, id_where; in process_db_read() local 1173 if (avl_find(&dlmgmt_id_avl, newlink, &id_where) != in process_db_read() 1190 avl_insert(&dlmgmt_id_avl, newlink, id_where); in process_db_read()
|