Searched defs:con_index (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c1314 int32_t elen, ndent, index, count, con_index; local
1350 con_index = 0;
1353 con_index = index = 0;
1369 icon = &ip->i_con[con_index];
1374 icon = &ip->i_con[con_index];
1399 con_index++;
1400 if (con_index >= ip->i_con_used) {
1403 icon = &ip->i_con[con_index];
1438 if (con_index != 0) {
1443 oicon = &ip->i_con[con_index
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h1118 uint32_t con_index:14; member in struct:mq_ring_ctx::__anon7676::__anon7677
1132 uint32_t con_index:14;

Completed in 51 milliseconds