Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c238 #define uav utmp_array_res.utmp_array_val macro
240 uav[cnt].ut_host =
242 uav[cnt].ut_user = s_malodup(utent->ut_user,
244 uav[cnt].ut_line = s_malodup(utent->ut_line,
246 uav[cnt].ut_type = utent->ut_type;
247 uav[cnt].ut_time = utent->ut_xtime;
248 uav[cnt].ut_idle = findidle(utent->ut_line,
252 uav[cnt].ut_idle =
253 min(uav[cnt].ut_idle,
258 uav[cnt].ut_line, uav[cnt].ut_user,
[all …]