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

  /src/sys/altq/
altq_cbq.c 127 if (cl == cbqp->ifnp.root_)
128 cbqp->ifnp.root_ = NULL;
183 if (cl == cbqp->ifnp.root_)
184 cbqp->ifnp.root_ = NULL;
302 if (cbqp->ifnp.root_)
303 cbq_class_destroy(cbqp, cbqp->ifnp.root_);
372 if (cbqp->ifnp.root_)
395 cl = cbqp->ifnp.root_;
445 if (cl == cbqp->ifnp.root_)
446 cbqp->ifnp.root_ = NULL
    [all...]
altq_rmclass.h 193 rm_class_t *root_; /* Root Link class. */ member in struct:rm_ifdat
altq_rmclass.c 625 rmc_depth_recompute(ifd->root_);
725 if ((ifd->root_ = rmc_newclass(0, ifd,
733 ifd->root_->depth_ = 0;
1049 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) {
1167 if (first != NULL && ifd->cutoff_ < ifd->root_->depth_) {
  /src/external/bsd/kyua-cli/dist/engine/
test_program.cpp 227 /// \param binary_ The name of the test program binary relative to root_.
228 /// \param root_ The root of the test suite containing the test program.
233 const fs::path& root_, const std::string& test_suite_name_,
237 root(root_),
267 /// \param binary_ The name of the test program binary relative to root_.
268 /// \param root_ The root of the test suite containing the test program.
273 const fs::path& root_,
276 _pimpl(new impl(interface_name_, binary_, root_, test_suite_name_, md_))

Completed in 49 milliseconds