Searched defs:f_user_t (Results 1 - 1 of 1) 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)))

Completed in 59 milliseconds