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

  /src/tests/lib/libc/db/
t_db_hash_seq.c 50 int c_port; member in struct:conf
261 c.c_port = i;
267 DO_DEBUG("%zu %d\n", i, c.c_port);
268 if (flag[c.c_port])
269 DO_WARNX("Already visited %d", c.c_port);
270 flag[c.c_port] = 1;
271 if (skip == 0 || c.c_port % skip != 0)
t_db_hash_seq.c 50 int c_port; member in struct:conf
261 c.c_port = i;
267 DO_DEBUG("%zu %d\n", i, c.c_port);
268 if (flag[c.c_port])
269 DO_WARNX("Already visited %d", c.c_port);
270 flag[c.c_port] = 1;
271 if (skip == 0 || c.c_port % skip != 0)
  /src/sys/dev/ieee1394/
firewire.c 961 u_int i, j, node, c_port = 0, i_branch = 0; local in function:fw_sidrcv
985 c_port = 0;
1003 c_port++;
1005 c_port++;
1007 c_port++;
1009 if (c_port > 2)
1010 i_branch += (c_port - 2);
firewire.c 961 u_int i, j, node, c_port = 0, i_branch = 0; local in function:fw_sidrcv
985 c_port = 0;
1003 c_port++;
1005 c_port++;
1007 c_port++;
1009 if (c_port > 2)
1010 i_branch += (c_port - 2);

Completed in 24 milliseconds