HomeSort by: relevance | last modified time | path
    Searched refs:link_count (Results 1 - 12 of 12) sorted by relevancy

  /src/tests/lib/libc/sys/
t_link.c 65 ATF_TC_WITH_CLEANUP(link_count);
66 ATF_TC_HEAD(link_count, tc)
71 ATF_TC_BODY(link_count, tc)
97 ATF_TC_CLEANUP(link_count, tc)
224 ATF_TP_ADD_TC(tp, link_count);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_link.h 168 for (i = 0; i < dc->link_count; i++) {
dc.h 497 uint8_t link_count; member in struct:dc
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 145 for (i = 0; i < dc->link_count; i++) {
159 dc->link_count = 0;
184 link_init_params.link_index = dc->link_count;
203 dc->links[dc->link_count] = link;
205 ++dc->link_count;
221 link->link_index = dc->link_count;
222 dc->links[dc->link_count] = link;
223 dc->link_count++;
864 dc->caps.max_links = dc->link_count;
2523 for (i = 0; i < dc->link_count; i++
    [all...]
amdgpu_dc_link.c 3253 for (i = 0; i < dc->link_count; i++) {
3258 if (i >= dc->link_count)
3270 for (i = 0; i < dc->link_count; i++)
  /src/usr.sbin/makemandb/
makemandb.c 641 mandb_rec *rec, int *new_count, int *link_count, int *err_count)
685 (*link_count)++;
724 int link_count = 0; /* Counter for number of hard/sym links */ local in function:update_db
797 &new_count, &link_count, &err_count);
843 total_count - link_count, link_count, new_count, err_count);
  /src/sbin/fsck_udf/
main.c 144 int link_count; member in struct:udf_fsck_node
3108 this->link_count = 0;
3199 node->link_count = udf_rw16(fe->link_cnt);
3212 node->link_count = udf_rw16(efe->link_cnt);
3291 //if (fe->unique_id == 0) node->link_count++;
3292 //if (efe->unique_id == 0) node->link_count++;
3672 fe->link_cnt = udf_rw16(node->link_count);
3680 efe->link_cnt = udf_rw16(node->link_count);
4019 if (cur_node->found_link_count != cur_node->link_count) {
4023 cur_node->found_link_count, cur_node->link_count);
4079 int link_count = cur_node->found_link_count; local in function:udf_check_directory_tree
    [all...]
  /src/sys/fs/hfs/
libhfs.h 336 uint32_t link_count; member in union:__anon46ade0a11b08::__anon46ade0a11c0a
hfs_vnops.c 649 else if (bsd->special.link_count != 0) {
651 vap->va_nlink = bsd->special.link_count;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 1442 for (i = 0; i < dc->link_count; i++) {
1540 for (i = 0; i < dc->link_count; i++) {
2387 for (i = 0; i < dc->link_count; i++) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dcn21/
amdgpu_rn_clk_mgr.c 79 for (i = 0; i < dc->link_count; i++) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 433 for (i = 0; i < dc->link_count; i++) {
1305 for (i = 0; i < dc->link_count; i++) {

Completed in 140 milliseconds