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

/illumos-gate/usr/src/uts/common/sys/
H A Dutssys.h78 } f_user_t; typedef in typeref:struct:f_user
87 * defines to simplify access to members of the f_user_t structure
96 #define fu_data_size(x) (sizeof (fu_data_t) - sizeof (f_user_t) + \
97 ((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;
707 f_user_t *f_user2 = (f_user_t *)arg2;
710 * we should only be called for f_user_t entires that represent
777 sizeof (f_user_t), f_user_cmp);
802 sizeof (f_user_t) * (fu_data->fud_user_count - i));
814 * in the form of an array of f_user_t's that are contained within an
831 /* figure out how man f_user_t's we can safetly copy out */
899 /* get a count of the number of f_user_t'
[all...]
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c134 * The main objective of this routine is to allocate an array of f_user_t's.
202 report_process(f_user_t *f_user, int options, int sig)
229 i_get_dev_path(f_user_t *f_user, char *drv_name, int major, di_node_t *di_root)
295 report_kernel(f_user_t *f_user, di_node_t *di_root)
380 f_user_t *f_user;
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c436 f_user_t fubuf;

Completed in 65 milliseconds