Lines Matching refs:up
47 xdr_ru_utmp(xdrsp, up) in xdr_ru_utmp() argument
49 struct ru_utmp *up;
60 len = (int)sizeof (up->ut_line);
63 if (len != sizeof (up->ut_line)) {
66 if (!xdr_opaque(xdrsp, (char *)up->ut_line, len)) {
69 len = (int)sizeof (up->ut_name);
72 if (len != sizeof (up->ut_name)) {
75 if (!xdr_opaque(xdrsp, (char *)up->ut_name, len)) {
78 len = (int)sizeof (up->ut_host);
81 if (len != sizeof (up->ut_host)) {
84 if (!xdr_opaque(xdrsp, (char *)up->ut_host, len)) {
87 if (xdr_int(xdrsp, (int32_t *) &up->ut_time) == FALSE)
105 xdr_utmpidleptr(xdrsp, up) in xdr_utmpidleptr() argument
107 struct utmpidle **up;
109 if (xdr_reference(xdrsp, (char **) up, sizeof (struct utmpidle),
116 xdr_utmpidlearr(xdrsp, up) in xdr_utmpidlearr() argument
118 struct utmpidlearr *up;
120 return (xdr_array(xdrsp, (char **) &up->uia_arr,
121 (u_int *)&(up->uia_cnt), MAXUSERS, sizeof (struct utmpidle *),