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

  /src/games/hack/
makedefs.c 143 char line[LINSZ], *lp = line, *lp0 = line, *lpe = line; variable in typeref:typename:char[]**
149 int n = read(fd, lp0, (line + LINSZ) - lp0);
156 lpe = lp0 + n;
164 lp = lp0;
184 lp1 = lp = lp0;
187 lp2 = lp0; /* save value */
188 lp0 = lp1;
190 lp0 = lp2;
  /src/tests/lib/libc/string/
t_memmem.c 40 int lp0 = 0; variable in typeref:typename:int
81 expect(memmem(b2, lb2, p0, lp0) == b2);
82 expect(memmem(b0, lb0, p0, lp0) == b0);
  /src/sys/net/lagg/
if_laggproto.c 287 struct lagg_port *lp, *lp0; local in function:lagg_proto_insert_port
296 lp0 = pport0->lpp_laggport;
297 if (lp0->lp_prio > lp->lp_prio)
499 struct lagg_port *lp0; local in function:lagg_fail_input
507 lp0 = lagg_link_active(psc, NULL, &psref);
508 if (lp0 == NULL) {
512 if (lp0 != lp) {
513 lagg_port_putref(lp0, &psref);
517 lagg_port_putref(lp0, &psref);
533 struct lagg_port *lp0; local in function:lagg_fail_portstat
696 struct lagg_port *lp, *lp0; local in function:lagg_lb_transmit
    [all...]
if_lagg.c 2450 struct lagg_port *lp0; local in function:lagg_port_teardown
2453 lp0 = SIMPLEQ_FIRST(&sc->sc_ports);
2454 if (lp0 != NULL &&
2455 lp0->lp_iftype == IFT_ETHER) {
2456 lla = lp0->lp_lladdr;
if_lagg_lacp.c 1123 struct lagg_port *lp0; local in function:lacp_marker_recv_response
1142 LAGG_PORTS_FOREACH(sc, lp0) {
1143 lacpp0 = lp0->lp_proto_ctx;

Completed in 16 milliseconds