Searched refs:vidx (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_util.c235 int kidx, vidx; local
251 kidx = vidx = negative = 0;
256 kidx = vidx = 0;
283 val[vidx++] = '1';
332 if (vidx == 0)
348 if (vidx >= valsize -1)
351 val[vidx++] = *p++;
362 val[vidx++] = '1';
371 if (vidx == 0)
389 val[vidx]
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c997 int vidx; local
1043 if (mlx4_find_cached_vlan(dev->dev, port, vlan_tag, &vidx))
1046 path->vlan_index = vidx;

Completed in 65 milliseconds