Searched refs:root_ (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/altq/ |
H A D | altq_cbq.c | 127 if (cl == cbqp->ifnp.root_) in cbq_class_destroy() 128 cbqp->ifnp.root_ = NULL; in cbq_class_destroy() 183 if (cl == cbqp->ifnp.root_) in cbq_clear_interface() 184 cbqp->ifnp.root_ = NULL; in cbq_clear_interface() 300 if (cbqp->ifnp.root_) in cbq_remove_altq() 301 cbq_class_destroy(cbqp, cbqp->ifnp.root_); in cbq_remove_altq() 370 if (cbqp->ifnp.root_) in cbq_add_queue() 393 cl = cbqp->ifnp.root_; in cbq_add_queue() 443 if (cl == cbqp->ifnp.root_) in cbq_remove_queue() 444 cbqp->ifnp.root_ in cbq_remove_queue() [all...] |
H A D | altq_rmclass.c | 625 rmc_depth_recompute(ifd->root_); in rmc_delete_class() 725 if ((ifd->root_ = rmc_newclass(0, ifd, in rmc_init() 733 ifd->root_->depth_ = 0; in rmc_init() 1049 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) { in _rmc_wrr_dequeue_next() 1167 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) { in _rmc_prr_dequeue_next()
|
H A D | altq_rmclass.h | 193 rm_class_t *root_; /* Root Link class. */ member
|
/netbsd-src/external/bsd/kyua-cli/dist/engine/ |
H A D | test_program.cpp | 233 const fs::path& root_, const std::string& test_suite_name_, in impl() 237 root(root_), in impl() 273 const fs::path& root_, in test_program() argument 276 _pimpl(new impl(interface_name_, binary_, root_, test_suite_name_, md_)) in test_program()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2006 | 1904 * tree-flow.h (struct var_ann_d): Rename fields from root_ to base_.
|