Searched refs:tbe (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dnet_backends.c314 struct net_backend **pbe, *nbe, *tbe = NULL; local
340 tbe = *pbe;
341 assert(tbe->init != NULL);
342 assert(tbe->cleanup != NULL);
343 assert(tbe->send != NULL);
344 assert(tbe->recv != NULL);
345 assert(tbe->get_cap != NULL);
346 assert(tbe->set_cap != NULL);
352 if (tbe == NULL) {
357 nbe = calloc(1, NET_BE_SIZE(tbe));
[all...]
H A Dblock_if.c138 struct blockif_elem *be, *tbe; local
160 TAILQ_FOREACH(tbe, &bc->bc_pendq, be_link) {
161 if (tbe->be_block == breq->br_offset)
164 if (tbe == NULL) {
165 TAILQ_FOREACH(tbe, &bc->bc_busyq, be_link) {
166 if (tbe->be_block == breq->br_offset)
170 if (tbe == NULL)
201 struct blockif_elem *tbe; local
207 TAILQ_FOREACH(tbe, &bc->bc_pendq, be_link) {
208 if (tbe
[all...]
/freebsd-current/sys/net/altq/
H A Daltq_cdnr.h276 struct tbe { struct
288 struct tbe tb; /* token bucket */
298 struct tbe cmtd_tb; /* committed tb profile */
299 struct tbe peak_tb; /* peak tb profile */

Completed in 151 milliseconds