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

/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c142 fu_data_t fu_header, *fu_data; local
172 fu_header.fud_user_max = 0;
173 fu_header.fud_user_count = 0;
174 (void) utssys(NULL, F_KINFO_COUNT, UTS_FUSERS, &fu_header);
176 count = v.v_proc + fu_header.fud_user_count;
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c821 fu_data_t fu_header; local
840 fu_header.fud_user_max = total_max;
841 fu_header.fud_user_count = ldi_usage_count();
843 if (copyout(&fu_header, (void *)userbp, bcount))
913 fu_header.fud_user_max = total_max;
914 fu_header.fud_user_count = total_out;
916 if (copyout(&fu_header, (void *)userbp, bcount)) {

Completed in 60 milliseconds