Lines Matching full:up
45 xdr_ru_utmp(xdrsp, up) in xdr_ru_utmp() argument
47 struct ru_utmp *up;
58 len = (int)sizeof (up->ut_line);
61 if (len != sizeof (up->ut_line)) {
64 if (!xdr_opaque(xdrsp, (char *)up->ut_line, len)) {
67 len = (int)sizeof (up->ut_name);
70 if (len != sizeof (up->ut_name)) {
73 if (!xdr_opaque(xdrsp, (char *)up->ut_name, len)) {
76 len = (int)sizeof (up->ut_host);
79 if (len != sizeof (up->ut_host)) {
82 if (!xdr_opaque(xdrsp, (char *)up->ut_host, len)) {
85 if (xdr_int(xdrsp, (int32_t *) &up->ut_time) == FALSE)
103 xdr_utmpidleptr(xdrsp, up) in xdr_utmpidleptr() argument
105 struct utmpidle **up;
107 if (xdr_reference(xdrsp, (char **) up, sizeof (struct utmpidle),
114 xdr_utmpidlearr(xdrsp, up) in xdr_utmpidlearr() argument
116 struct utmpidlearr *up;
118 return (xdr_array(xdrsp, (char **) &up->uia_arr,
119 (u_int *)&(up->uia_cnt), MAXUSERS, sizeof (struct utmpidle *),