Lines Matching refs:bcm_dbgobj
2096 struct bcm_dbgobj { struct
2097 struct bcm_dbgobj *prior; argument
2098 struct bcm_dbgobj *next; argument
2107 static struct bcm_dbgobj *dbgobj_freehead = NULL; argument
2108 static struct bcm_dbgobj *dbgobj_freetail = NULL;
2109 static struct bcm_dbgobj *dbgobj_objhead = NULL;
2110 static struct bcm_dbgobj *dbgobj_objtail = NULL;
2114 static struct bcm_dbgobj bcm_dbg_objs[BCM_OBJDBG_COUNT];
2121 memset(&bcm_dbg_objs, 0x00, sizeof(struct bcm_dbgobj) * BCM_OBJDBG_COUNT); in bcm_object_trace_init()
2144 bcm_object_rm_list(struct bcm_dbgobj **head, struct bcm_dbgobj **tail, in bcm_object_rm_list()
2145 struct bcm_dbgobj *dbgobj) in bcm_object_rm_list()
2160 bcm_object_add_list(struct bcm_dbgobj **head, struct bcm_dbgobj **tail, in bcm_object_add_list()
2161 struct bcm_dbgobj *dbgobj, int addtotail) in bcm_object_add_list()
2183 bcm_object_movetoend(struct bcm_dbgobj **head, struct bcm_dbgobj **tail, in bcm_object_movetoend()
2184 struct bcm_dbgobj *dbgobj, int movetotail) in bcm_object_movetoend()
2206 struct bcm_dbgobj *dbgobj; in bcm_object_trace_opr()
2325 struct bcm_dbgobj *dbgobj; in bcm_object_trace_upd()
2355 struct bcm_dbgobj *dbgobj; in bcm_object_trace_chk()
2414 struct bcm_dbgobj *dbgobj; in bcm_object_feature_set()
2454 struct bcm_dbgobj *dbgobj; in bcm_object_feature_get()