Home | History | Annotate | Download | only in stack

Lines Matching refs:OBJ_NAME

2590 #define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name)
2591 #define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst)
2592 #define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst)
2593 OBJ_NAME,lh,inst)
2594 #define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn)
2596 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg)
2597 #define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh)
2598 #define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh)
2599 #define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh)
2601 LHM_lh_node_stats_bio(OBJ_NAME,lh,out)
2603 LHM_lh_node_usage_stats_bio(OBJ_NAME,lh,out)
2605 LHM_lh_stats_bio(OBJ_NAME,lh,out)
2606 #define lh_OBJ_NAME_free(lh) LHM_lh_free(OBJ_NAME,lh)