Searched refs:p (Results 1 – 10 of 10) sorted by relevance
/sunrpc/ |
A D | authuxprot.c | 47 xdr_authunix_parms (XDR * xdrs, struct authunix_parms *p) in xdr_authunix_parms() argument 49 if (xdr_u_long (xdrs, &(p->aup_time)) in xdr_authunix_parms() 50 && xdr_string (xdrs, &(p->aup_machname), MAX_MACHINE_NAME) in xdr_authunix_parms() 52 ? xdr_u_short (xdrs, (u_short *) & (p->aup_uid)) in xdr_authunix_parms() 53 : xdr_u_int (xdrs, (u_int *) & (p->aup_uid))) in xdr_authunix_parms() 55 ? xdr_u_short (xdrs, (u_short *) & (p->aup_gid)) in xdr_authunix_parms() 56 : xdr_u_int (xdrs, (u_int *) & (p->aup_gid))) in xdr_authunix_parms() 57 && xdr_array (xdrs, (caddr_t *) & (p->aup_gids), in xdr_authunix_parms() 58 & (p->aup_len), NGRPS, sizeof (gid_t), in xdr_authunix_parms()
|
A D | des_soft.c | 64 des_setparity (char *p) in des_setparity() argument 70 *p = partab[*p & 0x7f]; in des_setparity() 71 p++; in des_setparity()
|
A D | clnt_gen.c | 49 struct protoent protobuf, *p; in clnt_create() local 83 while (__getprotobyname_r (proto, &protobuf, prttmpbuf, prtbuflen, &p) != 0 in clnt_create() 84 || p == NULL) in clnt_create() 100 switch (p->p_proto) in clnt_create()
|
A D | netname.c | 63 char *p; in libc_hidden_nolink_sunrpc() local 82 p = dot_in_host; in libc_hidden_nolink_sunrpc() 83 if (p) in libc_hidden_nolink_sunrpc() 85 ++p; in libc_hidden_nolink_sunrpc() 86 strncpy (domainname, p, MAXHOSTNAMELEN); in libc_hidden_nolink_sunrpc()
|
A D | tst-udp-timeout.c | 50 struct test_query *p = data; in xdr_test_query() local 51 return xdr_uint32_t (xdrs, &p->a) in xdr_test_query() 52 && xdr_uint32_t (xdrs, &p->b) in xdr_test_query() 53 && xdr_uint32_t (xdrs, &p->timeout_ms) in xdr_test_query() 54 && xdr_uint32_t (xdrs, &p->wait_for_seq) in xdr_test_query() 55 && xdr_uint32_t (xdrs, &p->garbage_packets); in xdr_test_query() 67 struct test_response *p = data; in xdr_test_response() local 68 return xdr_uint32_t (xdrs, &p->seq) in xdr_test_response() 69 && xdr_uint32_t (xdrs, &p->sum); in xdr_test_response()
|
A D | tst-udp-nonblocking.c | 45 struct test_query *p = data; in xdr_test_query() local 46 return xdr_uint32_t (xdrs, &p->a) in xdr_test_query() 47 && xdr_uint32_t (xdrs, &p->b) in xdr_test_query() 48 && xdr_uint32_t (xdrs, &p->timeout_ms); in xdr_test_query() 61 struct test_response *p = data; in xdr_test_response() local 62 return xdr_uint32_t (xdrs, &p->server_id) in xdr_test_response() 63 && xdr_uint32_t (xdrs, &p->seq) in xdr_test_response() 64 && xdr_uint32_t (xdrs, &p->sum); in xdr_test_response()
|
A D | svc.c | 163 register struct svc_callout *s, *p; in libc_hidden_def() local 165 p = NULL_SVC; in libc_hidden_def() 170 p = s; in libc_hidden_def() 173 *prev = p; in libc_hidden_def() 434 register struct pollfd *p = &pfdp[i]; in libc_hidden_nolink_sunrpc() local 436 if (p->fd != -1 && p->revents) in libc_hidden_nolink_sunrpc() 439 if (p->revents & POLLNVAL) in libc_hidden_nolink_sunrpc() 440 xprt_unregister (xports[p->fd]); in libc_hidden_nolink_sunrpc() 442 svc_getreq_common (p->fd); in libc_hidden_nolink_sunrpc()
|
A D | xdr_stdio.c | 46 #define fread(p, m, n, s) _IO_fread (p, m, n, s) argument 48 #define fwrite(p, m, n, s) _IO_fwrite (p, m, n, s) argument
|
A D | tst-svc_register.c | 79 struct test_state *p = data; in xdr_test_state() local 80 return xdr_bool (xdrs, &p->set_called) in xdr_test_state() 81 && xdr_bool (xdrs, &p->unset_called); in xdr_test_state()
|
A D | Versions | 32 # p* 93 # p*
|
Completed in 18 milliseconds