Searched defs:link_count (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c281 int namlen, cmp, n, link_count; local
285 link_count = 0;
292 if (++link_count > MAX_LINK_COUNT) {
H A Dfsys_minix.c309 int link_count = 0; local
356 if (++link_count > MAX_LINK_COUNT)
H A Dfsys_xfs.c542 int cmp, n, link_count; local
547 link_count = 0;
554 if (++link_count > MAX_LINK_COUNT) {
H A Dfsys_ext2fs.c559 int link_count = 0; local
653 if (++link_count > MAX_LINK_COUNT)
H A Dfsys_reiserfs.c1004 int link_count = 0; local
1032 if (++link_count > MAX_LINK_COUNT)
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c254 int link_count; member in struct:di_state
1440 st->link_count = 0;
2306 st->link_count++;
2314 int link_count; member in struct:i_layer_data
2332 (data->link_count * sizeof (struct di_link));
2333 data->link_count++;
2335 ASSERT(data->link_off > 0 && data->link_count > 0);
2337 ASSERT(data->link_count <= data->st->link_count);
2407 ASSERT(data->link_count
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c4296 uint32_t link_count; local
4400 link_count = pptr->port_link_cnt;
4402 link_count, map_tag, FCP_CAUSE_LINK_DOWN);
4449 link_count = pptr->port_link_cnt;
4477 fcp_handle_devices(pptr, devlist, dev_cnt, link_count,
4562 link_count = pptr->port_link_cnt;
4565 link_count, map_tag, FCP_CAUSE_TGT_CHANGE);

Completed in 85 milliseconds