Home
last modified time | relevance | path

Searched refs:colour (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dipf_rb.h17 rbcolour_t colour; \
98 node->_f.colour = C_RED; \
163 tmp->_f.colour = C_RED; \
173 tmp->_f.colour = C_RED; \
177 tmp->_f.colour = parent->_f.colour; \
196 tmp->_f.colour = C_RED; \
206 tmp->_f.colour = C_RED; \
210 tmp->_f.colour = parent->_f.colour; \
240 color = node->_f.colour; \
268 goto colour; \
[all …]
/f-stack/freebsd/netgraph/
H A DNOTES87 - I've been thinking about this. each node could have a 'colour'
88 which is set to the colour of the packet as you pass through.
89 hitting a node already of your colour would abort. Each packet
90 has another (incremented) colour.
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Drohm,bd71828-leds.yaml47 LED colour as defined in dt-bindings/leds/common.h
/f-stack/freebsd/contrib/v4l/
H A Dvideodev.h93 __u16 colour; member
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_validate.c58 uint8_t colour; member
1794 prev = node->colour; in set_node_colour()
1795 node->colour = new; in set_node_colour()
1838 clr = next->colour; in set_edge_type()
1877 if (node->colour == WHITE) in dfs()
1880 if (node->colour == GREY) { in dfs()
1888 } while (next->colour != WHITE); in dfs()
1923 if (node->colour == WHITE && in log_unreachable()
1941 if (node->colour != BLACK) in log_loop()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h347 u8 colour:2; /* See QM_MR_DCERN_COLOUR_* */ member
353 u8 colour:2; /* See QM_MR_DCERN_COLOUR_* */ member
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h475 volatile uint8_t colour:2; /* See QM_MR_DCERN_COLOUR_* */ member