Searched refs:cl_children (Results 1 – 2 of 2) sorted by relevance
139 #define is_a_parent_class(cl) ((cl)->cl_children != NULL)309 (cl = hif->hif_rootclass->cl_children) != NULL) { in hfsc_clear_interface()514 if ((p = parent->cl_children) == NULL) in hfsc_class_create()515 parent->cl_children = cl; in hfsc_class_create()574 struct hfsc_class *p = cl->cl_parent->cl_children; in hfsc_class_destroy()577 cl->cl_parent->cl_children = cl->cl_siblings; in hfsc_class_destroy()635 if (cl->cl_children != NULL) in hfsc_nextclass()636 cl = cl->cl_children; in hfsc_nextclass()986 for (p = cl->cl_parent->cl_children; p != NULL; in init_vf()
223 struct hfsc_class *cl_children; /* child classes */ member