HomeSort by: relevance | last modified time | path
    Searched defs:enode (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/uvm/
uvm_physseg.c 388 const struct uvm_physseg *enode = nnode; local
391 if(enode->start <= pa && pa < enode->end)
393 if (enode->start < pa)
395 if (enode->end > pa)
  /src/external/gpl3/gcc/dist/gcc/analyzer/
engine.cc 1106 exploded_node *enode; local
1107 FOR_EACH_VEC_ELT (enodes, i, enode)
1112 cur_start_idx = cur_finish_idx = enode->m_index;
1116 if (enode->m_index == cur_finish_idx + 1)
1118 cur_finish_idx = enode->m_index;
1126 cur_start_idx = cur_finish_idx = enode->m_index;
1154 Return true if ENODE should be shown in detail in .dot output.
1155 Return false if no detail should be shown for ENODE. */
1158 eg_traits::dump_args_t::show_enode_details_p (const exploded_node &enode) const
1168 Expand enodes at program points where we hit the per-enode limit, so w
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
engine.cc 997 exploded_node *enode; local
998 FOR_EACH_VEC_ELT (enodes, i, enode)
1003 cur_start_idx = cur_finish_idx = enode->m_index;
1007 if (enode->m_index == cur_finish_idx + 1)
1009 cur_finish_idx = enode->m_index;
1017 cur_start_idx = cur_finish_idx = enode->m_index;
1045 Return true if ENODE should be shown in detail in .dot output.
1046 Return false if no detail should be shown for ENODE. */
1049 eg_traits::dump_args_t::show_enode_details_p (const exploded_node &enode) const
1059 Expand enodes at program points where we hit the per-enode limit, so w
    [all...]
  /src/sys/kern/
kern_sysctl.c 624 const struct sysctlnode *enode, *onode; local
643 enode = NULL;
656 enode = rnode;
657 if (qnode.sysctl_ver != enode->sysctl_ver &&
658 qnode.sysctl_ver != sysctl_rootof(enode)->sysctl_ver)
666 enode = l->l_proc->p_emul->e_sysctlovly;
668 error = sysctl_locate(l, oname, elim, &enode, NULL);
671 elim = enode->sysctl_clen;
672 enode = enode->sysctl_child
    [all...]

Completed in 71 milliseconds