Searched defs:userinfo (Results 1 – 3 of 3) sorted by relevance
52 struct userinfo { struct53 u_long ui_uid; /* user id; for consistency */54 u_quad_t ui_calls; /* number of invocations */55 u_quad_t ui_utime; /* user time */56 u_quad_t ui_stime; /* system time */57 u_quad_t ui_mem; /* memory use */58 u_quad_t ui_io; /* number of disk i/o ops */
307 userinfo(PERSON *pn, struct passwd *pw) in userinfo() function
1736 char *userinfo, *host, *port, *path; local