Searched refs:neighbor (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/common/avl/ |
H A D | avl.c | 826 void *neighbor; in avl_update_lt() local 828 ASSERT(((neighbor = AVL_NEXT(t, obj)) == NULL) || in avl_update_lt() 829 (t->avl_compar(obj, neighbor) <= 0)); in avl_update_lt() 831 neighbor = AVL_PREV(t, obj); in avl_update_lt() 832 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update_lt() 843 void *neighbor; in avl_update_gt() local 845 ASSERT(((neighbor = AVL_PREV(t, obj)) == NULL) || in avl_update_gt() 846 (t->avl_compar(obj, neighbor) >= 0)); in avl_update_gt() 848 neighbor = AVL_NEXT(t, obj); in avl_update_gt() 849 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update_gt() [all …]
|
/titanic_41/usr/src/psm/stand/boot/common/ |
H A D | heap_kmem.c | 605 Freehdr neighbor; /* Node to be coalesced */ in kmem_free() local 633 neighbor = *np; in kmem_free() 634 while (neighbor != NIL) { in kmem_free() 635 neigh_block = (char *)neighbor->block; in kmem_free() 636 neigh_size = neighbor->size; in kmem_free() 658 np = &neighbor->left; in kmem_free() 677 np = &neighbor->right; in kmem_free() 687 neighbor = *np; in kmem_free()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | malloc.c | 568 Freehdr neighbor; /* Node to be coalesced */ in free() local 621 neighbor = *fpp; in free() 622 while (neighbor != NIL) { in free() 623 neighbor_blk = neighbor->block; in free() 624 neighbor_size = neighbor->size; in free() 648 fpp = &neighbor->left; in free() 671 fpp = &neighbor->right; in free() 686 neighbor = *fpp; in free()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rwhod.c | 125 struct neighbor { struct 126 struct neighbor *n_next; argument 134 static struct neighbor *neighbors; argument 375 struct neighbor *np; in onalrm() 504 struct neighbor *np; in configure() 505 struct neighbor *np2; in configure() 566 np = (struct neighbor *)malloc(sizeof (*np)); in configure()
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecinit.sample | 65 # If you are using IPv6, it may be useful to bypass neighbor discovery 71 # This will allow neighbor discovery to work normally.
|
/titanic_41/usr/src/cmd/spell/ |
H A D | american | 193 neighbor
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | asia | 3076 # Time (GMT), in line with neighbor India.
|