Searched defs:fu_data (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dutssys.h80 typedef struct fu_data { struct
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c142 fu_data_t fu_header, *fu_data; local
178 fu_data = (fu_data_t *)malloc(fu_data_size(count));
179 if (fu_data == NULL) {
184 fu_data->fud_user_max = count;
185 fu_data->fud_user_count = 0;
186 return (fu_data);
377 report(fu_data_t *fu_data, int options, int sig) argument
383 for (err = i = 0; (err == 0) && (i < fu_data->fud_user_count); i++) {
385 f_user = &(fu_data->fud_user[i]);
454 fu_data_t *fu_data; local
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c314 fu_data_t *fu_data; local
332 fu_data = kmem_alloc(fu_data_size(v_proc), KM_SLEEP);
333 fu_data->fud_user_max = v_proc;
334 fu_data->fud_user_count = 0;
603 ASSERT(pcnt < fu_data->fud_user_max);
604 fu_data->fud_user[pcnt].fu_flags = use_flag;
605 fu_data->fud_user[pcnt].fu_pid = pid;
606 fu_data->fud_user[pcnt].fu_uid = uid;
620 fu_data->fud_user_count = pcnt;
621 return (fu_data);
628 fu_data_t *fu_data; member in struct:dofkusers_arg
639 fu_data_t *fu_data = dofkusers_arg->fu_data; local
732 fu_data_t *fu_data; local
820 fu_data_t *fu_data = NULL, *fuk_data = NULL; local
[all...]

Completed in 59 milliseconds