Searched refs:cright (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/cddl/contrib/opensolaris/common/avl/
H A Davl.c310 avl_node_t *cright; local
328 * cright
338 * cright
355 * move "cright" to be node's left child
357 cright = child->avl_child[right];
358 node->avl_child[left] = cright;
359 if (cright != NULL) {
360 AVL_SETPARENT(cright, node);
361 AVL_SETCHILD(cright, left);
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c310 avl_node_t *cright; local
328 * cright
338 * cright
355 * move "cright" to be node's left child
357 cright = child->avl_child[right];
358 node->avl_child[left] = cright;
359 if (cright != NULL) {
360 AVL_SETPARENT(cright, node);
361 AVL_SETCHILD(cright, left);
/freebsd-10.1-release/sys/dev/sound/pci/hda/
H A Dhdaa.c2433 int i, j, consumers, cleft, cright; local
2483 cright = right;
2487 hdaa_audio_ctl_dev_set(ctl, ossdev, mute, &cleft, &cright);
2489 mute, cleft, cright, depth + 1);

Completed in 74 milliseconds