Searched refs:gparent (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/
H A Dipf_rb.h84 _t *n, *parent, **p, *tmp1, *gparent; \
102 gparent = parent->_f.parent; \
103 if (parent == gparent->_f.left) { \
104 tmp1 = gparent->_f.right; \
108 gparent->_f.colour = C_RED; \
109 node = gparent; \
117 gparent->_f.colour = C_RED; \
118 rotate_right(head, gparent); \
121 tmp1 = gparent->_f.left; \
125 gparent
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dipf_rb.h84 _t *n, *parent, **p, *tmp1, *gparent; \
102 gparent = parent->_f.parent; \
103 if (parent == gparent->_f.left) { \
104 tmp1 = gparent->_f.right; \
108 gparent->_f.colour = C_RED; \
109 node = gparent; \
117 gparent->_f.colour = C_RED; \
118 rotate_right(head, gparent); \
121 tmp1 = gparent->_f.left; \
125 gparent
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h393 struct type *parent, *gparent, *tmp; \
396 gparent = RB_PARENT(parent, field); \
397 if (parent == RB_LEFT(gparent, field)) { \
398 tmp = RB_RIGHT(gparent, field); \
401 RB_SET_BLACKRED(parent, gparent, field);\
402 elm = gparent; \
411 RB_SET_BLACKRED(parent, gparent, field); \
412 RB_ROTATE_RIGHT(head, gparent, tmp, field); \
414 tmp = RB_LEFT(gparent, field); \
417 RB_SET_BLACKRED(parent, gparent, fiel
[all...]
/freebsd-11-stable/contrib/ipfilter/sys/
H A Dtree.h413 struct type *parent, *gparent, *tmp; \
416 gparent = RB_PARENT(parent, field); \
417 if (parent == RB_LEFT(gparent, field)) { \
418 tmp = RB_RIGHT(gparent, field); \
421 RB_SET_BLACKRED(parent, gparent, field);\
422 elm = gparent; \
431 RB_SET_BLACKRED(parent, gparent, field); \
432 RB_ROTATE_RIGHT(head, gparent, tmp, field); \
434 tmp = RB_LEFT(gparent, field); \
437 RB_SET_BLACKRED(parent, gparent, fiel
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.h410 struct type *parent, *gparent, *tmp; \
413 gparent = RB_PARENT(parent, field); \
414 if (parent == RB_LEFT(gparent, field)) { \
415 tmp = RB_RIGHT(gparent, field); \
418 RB_SET_BLACKRED(parent, gparent, field);\
419 elm = gparent; \
428 RB_SET_BLACKRED(parent, gparent, field); \
429 RB_ROTATE_RIGHT(head, gparent, tmp, field); \
431 tmp = RB_LEFT(gparent, field); \
434 RB_SET_BLACKRED(parent, gparent, fiel
[all...]
/freebsd-11-stable/sys/dev/gpio/
H A Dgpiobusvar.h128 gpio_map_gpios(device_t bus, phandle_t dev, phandle_t gparent, int gcells, argument
131 return (GPIO_MAP_GPIOS(bus, dev, gparent, gcells, gpios, pin, flags));
/freebsd-11-stable/sys/sys/
H A Dtree.h436 struct type *parent, *gparent, *tmp; \
439 gparent = RB_PARENT(parent, field); \
440 if (parent == RB_LEFT(gparent, field)) { \
441 tmp = RB_RIGHT(gparent, field); \
444 RB_SET_BLACKRED(parent, gparent, field);\
445 elm = gparent; \
454 RB_SET_BLACKRED(parent, gparent, field); \
455 RB_ROTATE_RIGHT(head, gparent, tmp, field); \
457 tmp = RB_LEFT(gparent, field); \
460 RB_SET_BLACKRED(parent, gparent, fiel
[all...]
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722.h318 int as3722_gpio_map_gpios(device_t dev, phandle_t pdev, phandle_t gparent,
H A Das3722_gpio.c534 as3722_gpio_map_gpios(device_t dev, phandle_t pdev, phandle_t gparent, argument
H A Dtegra_gpio.c836 tegra_map_gpios(device_t dev, phandle_t pdev, phandle_t gparent, argument
/freebsd-11-stable/sys/arm/allwinner/
H A Daxp81x.c402 axp81x_gpio_map_gpios(device_t bus, phandle_t dev, phandle_t gparent, argument
H A Da10_gpio.c795 a10_gpio_map_gpios(device_t bus, phandle_t dev, phandle_t gparent, int gcells, argument
H A Daxp209.c1105 axp2xx_gpio_map_gpios(device_t bus, phandle_t dev, phandle_t gparent, argument
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-promise.c1093 device_t gparent = device_get_parent(request->parent); local
1094 struct ata_pci_controller *ctlr = device_get_softc(gparent);

Completed in 121 milliseconds