Searched refs:lloop (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/ce/
H A Dceddk.h123 unsigned char lloop; member in struct:_ce_chan_t
H A Dceddk.c443 /* lloop = off, rloop = off */
445 b->chan[0].lloop = 0;
461 /* lloop = off, rloop = off */
992 if (on == c->lloop)
1003 CE_DDK_DEBUG (b, c, ("Submit lloop\n"));
1005 c->lloop = on ? 1 : 0;
H A Dif_ce.c1520 *(int*)data = c->lloop;
2280 length += sprintf (s + length, " loop=%s", c->lloop ? "on" : "off");
/freebsd-9.3-release/sys/dev/cp/
H A Dcpddk.h108 unsigned char lloop; /* local loopback mode */ member in struct:_cp_chan_t
H A Dif_cp.c792 if (! (d->chan->lloop || d->chan->type != T_SERIAL ||
1257 *(int*)data = c->lloop;
2059 length += sprintf (s + length, " loop=%s", c->lloop ? "on" : "off");
/freebsd-9.3-release/contrib/gcc/
H A Dlambda-code.c1222 lambda_loop lloop = NULL; local
1410 lloop = lambda_loop_new ();
1411 LL_STEP (lloop) = stepint;
1412 LL_LOWER_BOUND (lloop) = lbound;
1413 LL_UPPER_BOUND (lloop) = ubound;
1414 return lloop;

Completed in 128 milliseconds