Lines Matching refs:ui
365 smb_netuserinfo_t *ui = arg->ofmt_cbarg; in fmt_user() local
370 (void) snprintf(buf, buflen, "%" PRIu64, ui->ui_session_id); in fmt_user()
373 print_str(ui->ui_domain, buf, buflen); in fmt_user()
376 print_str(ui->ui_account, buf, buflen); in fmt_user()
379 (void) snprintf(buf, buflen, "%s\\%s", ui->ui_domain, in fmt_user()
380 ui->ui_account); in fmt_user()
384 (void) snprintf(buf, buflen, "%u", ui->ui_posix_uid); in fmt_user()
387 print_str(ui->ui_workstation, buf, buflen); in fmt_user()
390 (void) smb_inet_ntop(&ui->ui_ipaddr, buf, buflen); in fmt_user()
394 (void) snprintf(buf, buflen, "%" PRId32, ui->ui_native_os); in fmt_user()
397 print_time(ui->ui_logon_time, TIME_FMT, buf, buflen); in fmt_user()
400 print_age(now - ui->ui_logon_time, buf, buflen); in fmt_user()
403 print_u32(ui->ui_numopens, buf, buflen); in fmt_user()
407 ui->ui_flags, buf, buflen); in fmt_user()