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

  /src/sys/altq/
altq_cdnr.c 1082 struct tce_stats tce, *usp; local
1105 (void)memset(&tce, 0, sizeof(tce));
1106 tce.tce_handle = cb->cb_handle;
1107 tce.tce_type = cb->cb_type;
1111 tce.tce_cnts[0] = tbm->in_cnt;
1112 tce.tce_cnts[1] = tbm->out_cnt;
1116 tce.tce_cnts[0] = tcm->green_cnt;
1117 tce.tce_cnts[1] = tcm->yellow_cnt;
1118 tce.tce_cnts[2] = tcm->red_cnt
    [all...]
  /src/external/bsd/ppp/dist/pppd/
eap.c 451 struct t_confent *tce, mytce; local
558 tce = &mytce;
559 } else if ((tce = gettcid(id)) != NULL) {
581 if ((ts = t_serveropenraw(&tpw.pebuf, tce)) == NULL)
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 2186 tree tce = build_expr (ce->e1); local
2187 saved_args = compound_expr (saved_args, tce);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 79 tce, // TCE (http://tce.cs.tut.fi/): tce enumerator in enum:llvm::Triple::ArchType
80 tcele, // TCE little endian (http://tce.cs.tut.fi/): tcele
  /src/sys/dev/pci/
mpiireg.h 685 struct mpii_fw_tce tce; member in struct:mpii_msg_fwupload_request

Completed in 37 milliseconds