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

/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c240 #define uav utmp_array_res.utmp_array_val macro
242 uav[cnt].ut_host =
244 uav[cnt].ut_user = s_malodup(utent->ut_user,
246 uav[cnt].ut_line = s_malodup(utent->ut_line,
248 uav[cnt].ut_type = utent->ut_type;
249 uav[cnt].ut_time = utent->ut_xtime;
250 uav[cnt].ut_idle = findidle(utent->ut_line,
254 uav[cnt].ut_idle =
255 min(uav[cnt].ut_idle,
260 uav[cn
264 #undef uav macro
[all...]

Completed in 57 milliseconds