Searched refs:from_p (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c203 * If from_p is non-null, then we are doing broadcast, and
207 krpc_call(sa, sotype, prog, vers, func, data, from_p)
211 struct sockaddr_in *from_p; /* output */
255 if (from_p && (sotype == SOCK_DGRAM)) {
449 msg.msg_name = from_p;
450 msg.msg_namelen = (from_p == NULL) ? 0 : sizeof(*from_p);
/darwin-on-arm/xnu/bsd/netat/
H A Dsys_glue.c106 static void ioccmd_t_32_to_64( ioccmd_t *from_p, user_ioccmd_t *to_p );
107 static void ioccmd_t_64_to_32( user_ioccmd_t *from_p, ioccmd_t *to_p );
1319 static void ioccmd_t_32_to_64( ioccmd_t *from_p, user_ioccmd_t *to_p )
1321 to_p->ic_cmd = from_p->ic_cmd;
1322 to_p->ic_timout = from_p->ic_timout;
1323 to_p->ic_len = from_p->ic_len;
1324 to_p->ic_dp = CAST_USER_ADDR_T(from_p->ic_dp);
1328 static void ioccmd_t_64_to_32( user_ioccmd_t *from_p, ioccmd_t *to_p )
1330 to_p->ic_cmd = from_p->ic_cmd;
1331 to_p->ic_timout = from_p
1317 ioccmd_t_32_to_64( ioccmd_t *from_p, user_ioccmd_t *to_p ) argument
1326 ioccmd_t_64_to_32( user_ioccmd_t *from_p, ioccmd_t *to_p ) argument
[all...]

Completed in 72 milliseconds