Lines Matching refs:bcm_dbgobj
3278 struct bcm_dbgobj { struct
3279 struct bcm_dbgobj *prior; argument
3280 struct bcm_dbgobj *next; argument
3289 static struct bcm_dbgobj *dbgobj_freehead = NULL; argument
3290 static struct bcm_dbgobj *dbgobj_freetail = NULL;
3291 static struct bcm_dbgobj *dbgobj_objhead = NULL;
3292 static struct bcm_dbgobj *dbgobj_objtail = NULL;
3296 static struct bcm_dbgobj bcm_dbg_objs[BCM_OBJDBG_COUNT];
3303 memset(&bcm_dbg_objs, 0x00, sizeof(struct bcm_dbgobj) * BCM_OBJDBG_COUNT); in bcm_object_trace_init()
3326 bcm_object_rm_list(struct bcm_dbgobj **head, struct bcm_dbgobj **tail, in bcm_object_rm_list()
3327 struct bcm_dbgobj *dbgobj) in bcm_object_rm_list()
3342 bcm_object_add_list(struct bcm_dbgobj **head, struct bcm_dbgobj **tail, in bcm_object_add_list()
3343 struct bcm_dbgobj *dbgobj, int addtotail) in bcm_object_add_list()
3365 bcm_object_movetoend(struct bcm_dbgobj **head, struct bcm_dbgobj **tail, in bcm_object_movetoend()
3366 struct bcm_dbgobj *dbgobj, int movetotail) in bcm_object_movetoend()
3388 struct bcm_dbgobj *dbgobj; in bcm_object_trace_opr()
3508 struct bcm_dbgobj *dbgobj; in bcm_object_trace_upd()
3538 struct bcm_dbgobj *dbgobj; in bcm_object_trace_chk()
3603 struct bcm_dbgobj *dbgobj; in bcm_object_feature_set()
3643 struct bcm_dbgobj *dbgobj; in bcm_object_feature_get()