| /onnv/onnv-gate/usr/src/lib/libavl/ |
| mapfile-vers | 47 avl_first;
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| avl.h | 82 * avl_first() - returns the lowest valued node 194 extern void *avl_first(avl_tree_t *tree);
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| dup_avl.c | 138 if (avl_first(&dup_frags) == NULL) { 207 dup = avl_first(&dup_frags); 227 inode = avl_first(&inode_frags); 247 dup = avl_first(&inode->id_fragments); 299 src_frag = avl_first(source); 301 src_claim = avl_first(&src_frag->fr_claimants);
|
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| fb_avl.h | 196 * avl_first() - returns the lowest valued node 308 extern void *avl_first(avl_tree_t *tree);
|
| fileset.c | 528 entry = (filesetentry_t *)avl_first(&fileset->fs_noex_files); 540 entry = (filesetentry_t *)avl_first(&fileset->fs_exist_files); 559 avl_first(&fileset->fs_noex_leaf_dirs); 572 avl_first(&fileset->fs_exist_leaf_dirs); 608 found_fse = avl_first(atp); 770 entry = avl_first(atp); [all...] |
| fb_avl.c | 170 avl_first(avl_tree_t *tree) function 970 first = avl_first(tree);
|
| /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
| iscsit_tgt.c | 778 for (tgt = avl_first(&iscsit_global.global_target_list); 1025 for (tpgt = avl_first(&tgt->target_tpgt_list); 1121 for (tpgt = avl_first(&tgt->target_tpgt_list); 1283 for (tpgt = avl_first(&tgt->target_tpgt_list); [all...] |
| iscsit_isns.c | 687 tpgt = avl_first(&target->target_tpgt_list); 703 tp = avl_first(&tpg->tpg_portal_list); 1156 for (jtarget = avl_first(&svr->svr_target_list); 1203 for (itarget = avl_first(&svr->svr_target_list); 1212 avl_first(&svr->svr_target_list); [all...] |
| iscsit_text.c | 264 for (portal = avl_first(&tpg->tpg_portal_list); 314 tpg_list = avl_first(&target->target_tpgt_list); 558 for (target = avl_first(&iscsit_global.global_target_list);
|
| /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/ |
| ldentry.c | 141 for (sav = avl_first(&ofl->ofl_symavl); sav;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| vdev_cache.c | 166 ve = avl_first(&vc->vc_lastused_tree); 363 while ((ve = avl_first(&vc->vc_offset_tree)) != NULL)
|
| spa_errlog.c | 232 for (se = avl_first(list); se != NULL; se = AVL_NEXT(list, se)) { 344 for (se = avl_first(t); se != NULL; se = AVL_NEXT(t, se)) {
|
| space_map.c | 249 for (ss = avl_first(&sm->sm_root); ss; ss = AVL_NEXT(&sm->sm_root, ss)) 579 for (ss = avl_first(&sm->sm_root); ss; ss = AVL_NEXT(&sm->sm_root, ss)) 598 for (sr = avl_first(t); sr != NULL; sr = AVL_NEXT(t, sr)) {
|
| vdev_queue.c | 191 fio = lio = avl_first(&vq->vq_deadline_tree);
|
| zfs_ctldir.c | 1196 sep = avl_first(&sdp->sd_snaps); 1251 sep = avl_first(&sdp->sd_snaps); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/pppt/ |
| pppt.c | 530 for (tgt = avl_first(&pppt_global.global_target_list); 540 for (tgt = avl_first(&delete_target_list); 1182 for (ptask = avl_first(&ps->ps_task_list); ptask != NULL; 1336 for (tgt = avl_first(&pppt_global.global_target_list); tgt != NULL; [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/tools/common/ |
| string_table.c | 579 if ((lnp = avl_first(stp->st_lentree)) == NULL) { 599 for (snp = avl_first(lnp->ln_strtree); snp;
|
| /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/ |
| t10_spc_pr.c | 353 lu = avl_first(&cmd->c_lu->l_common->l_all_open); 395 lu = avl_first(&cmd->c_lu->l_common->l_all_open); 951 lu = avl_first(&cmd->c_lu->l_common->l_all_open); 1031 lu = avl_first(&cmd->c_lu->l_common->l_all_open); [all...] |
| t10_sam.c | 263 l = avl_first(&t->s_open_lu); 292 while ((l = avl_first(&t->s_open_lu)) != NULL) { 296 c = avl_first(&l->l_cmds); 855 if ((lu = avl_first(&t->s_open_lu)) != NULL) { 867 if ((lu = avl_first(&t->s_open_lu)) != NULL) { 938 itl = avl_first(&t->s_open_lu); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/fs/ |
| dv_node.h | 160 #define DV_FIRST_ENTRY(ddv) avl_first(&(ddv)->dv_entries)
|
| /onnv/onnv-gate/usr/src/uts/common/vm/ |
| as.h | 244 #define AS_SEGFIRST(as) avl_first(&(as)->a_segtree)
|
| /onnv/onnv-gate/usr/src/lib/libuutil/common/ |
| uu_avl.c | 286 return (avl_first(&ap->ua_tree)); 321 wp->uaw_next_result = avl_first(&ap->ua_tree);
|
| /onnv/onnv-gate/usr/src/common/avl/ |
| avl.c | 171 avl_first(avl_tree_t *tree) function 952 first = avl_first(tree);
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
| smb_pass.c | 254 for (tmp = avl_first(&smb_ptd); tmp != NULL;
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| kstat_fr.c | 483 for (e = avl_first(t); e != NULL; e = avl_walk(t, e, AVL_AFTER)) 771 for (e = avl_first(t); e != NULL; e = avl_walk(t, e, AVL_AFTER)) { 801 for (e = avl_first(t); e != NULL; e = avl_walk(t, e, AVL_AFTER)) { [all...] |