Home
last modified time | relevance | path

Searched refs:f_user_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dutssys.h76 } f_user_t; typedef
94 #define fu_data_size(x) (sizeof (fu_data_t) - sizeof (f_user_t) + \
95 ((x) * sizeof (f_user_t)))
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c706 f_user_t *f_user1 = (f_user_t *)arg1; in f_user_cmp()
707 f_user_t *f_user2 = (f_user_t *)arg2; in f_user_cmp()
777 sizeof (f_user_t), f_user_cmp); in dofkusers()
802 sizeof (f_user_t) * (fu_data->fud_user_count - i)); in dofkusers()
924 bcount = fu_data->fud_user_count * sizeof (f_user_t); in uts_fusers()
934 bcount = fuk_data->fud_user_count * sizeof (f_user_t); in uts_fusers()
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c200 report_process(f_user_t *f_user, int options, int sig) in report_process()
227 i_get_dev_path(f_user_t *f_user, char *drv_name, int major, di_node_t *di_root) in i_get_dev_path()
293 report_kernel(f_user_t *f_user, di_node_t *di_root) in report_kernel()
378 f_user_t *f_user; in report()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c434 f_user_t fubuf; in show_fusers()