Searched refs:blue (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_blue.h79 /* blue flags */
87 typedef struct blue { struct
88 u_int32_t blue_flags; /* blue flags */
90 /* blue parameters */
111 extern struct blue *blue_alloc(struct ifnet *, u_int32_t, u_int32_t, u_int32_t);
112 extern void blue_destroy(struct blue *);
113 extern int blue_addq(struct blue *, class_queue_t *, struct mbuf *,
115 extern struct mbuf *blue_getq(struct blue *, class_queue_t *);
116 extern void blue_purgeq(struct blue *, class_queue_t *, u_int32_t,
118 extern void blue_getstats(struct blue *, struc
[all...]
H A Dclassq_blue.c125 * http://www.eecs.umich.edu/~wuchang/blue/
134 static struct zone *blue_zone; /* zone for blue */
137 static struct mbuf *blue_getq_flow(struct blue *, class_queue_t *,
139 static int blue_drop_early(struct blue *);
147 blue_size = sizeof (struct blue);
159 * blue support routines
161 struct blue *
165 struct blue *bp;
194 blue_destroy(struct blue *bp)
200 blue_getstats(struct blue *b
[all...]
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.h115 struct blue_stats blue; member in union:priq_classstats::__anon290
130 struct blue *blue; /* BLUE state */ member in union:priq_class::__anon291
145 #define cl_blue cl_qalg.blue
H A Dpktsched_tcq.h87 struct blue_stats blue; member in union:tcq_classstats::__anon295
102 struct blue *blue; /* BLUE state */ member in union:tcq_class::__anon296
117 #define cl_blue cl_qalg.blue
H A Dpktsched_fairq.h130 struct blue_stats blue; member in union:fairq_classstats::__anon285
160 struct blue *blue; /* BLUE state */ member in union:fairq_class::__anon286
186 #define cl_blue cl_qalg.blue
H A Dpktsched_qfq.h117 struct blue_stats blue; member in union:qfq_classstats::__anon292
208 struct blue *blue; /* BLUE state */ member in union:qfq_class::__anon293
233 #define cl_blue cl_qalg.blue
H A Dpktsched_rmclass.h101 struct blue;
220 struct blue *blue; /* BLUE state */ member in union:rm_class::__anon294
237 #define blue_ qalg_.blue
H A Dpktsched_hfsc.h170 struct blue_stats blue; member in union:hfsc_classstats::__anon287
246 struct blue *blue; /* BLUE state */ member in union:hfsc_class::__anon288
303 #define cl_blue cl_qalg.blue
H A Dpktsched_cbq.h149 struct blue_stats blue; member in union:cbq_classstats::__anon284
H A Dpktsched_cbq.c501 blue_getstats(cl->blue_, &statsp->blue);
H A Dpktsched_fairq.c1217 blue_getstats(cl->cl_blue, &sp->blue);
H A Dpktsched_priq.c895 blue_getstats(cl->cl_blue, &sp->blue);
H A Dpktsched_tcq.c851 blue_getstats(cl->cl_blue, &sp->blue);
H A Dpktsched_hfsc.c1978 blue_getstats(cl->cl_blue, &sp->blue);
H A Dpktsched_qfq.c1535 blue_getstats(cl->cl_blue, &sp->blue);
/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dgenimage.c191 unsigned char blue; member in struct:colors::__anon897
596 arr[2] = c.clut.blue;
677 fprintf(out_stream, "\t0x%02X,0x%02X,0x%02X, ", c.clut.red, c.clut.green, c.clut.blue);
679 fprintf(out_stream, "0x%02X,0x%02X,0x%02X, ", c.clut.red, c.clut.green, c.clut.blue);
681 fprintf(out_stream, "0x%02X,0x%02X,0x%02X, ", c.clut.red, c.clut.green, c.clut.blue);
683 fprintf(out_stream, "0x%02X,0x%02X,0x%02X%s\n", c.clut.red, c.clut.green, c.clut.blue, ((i!=(256-4))?",":""));
1085 if ( color8.clut.red == color8.clut.green && color8.clut.green == color8.clut.blue )
1096 if ( clut8.clut.red != clut8.clut.green || clut8.clut.green != clut8.clut.blue )
1127 B = (c.clut.blue & 0xFF) ;
1201 prim = 0x13; // red blue
[all...]
H A Dqtif2kraw.c100 unsigned char blue; member in struct:colors::__anon898
302 arr[2] = c.clut.blue;
644 if ( color8.clut.red == color8.clut.green && color8.clut.green == color8.clut.blue )
654 if ( clut8.clut.red != clut8.clut.green || clut8.clut.green != clut8.clut.blue )
685 B = (c.clut.blue & 0xFF) ;
733 prim = 0x13; // red blue
735 prim = 0x23; // green blue

Completed in 153 milliseconds