Searched refs:tolen (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c2501 uint32_t fromlen, tolen; local
2551 nfsm_chain_get_32(error, nmreq, tolen);
2552 nfsm_name_len_check(error, nd, tolen);
2554 error = nfsm_chain_get_path_namei(nmreq, tolen, &toni);
2829 bcopy(toni.ni_cnd.cn_pnbuf, topath, tolen + 1);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h531 char tolen_l_[PADL_(socklen_t)]; socklen_t tolen; char tolen_r_[PADR_(socklen_t)]; member in struct:sendto_args
1618 char tolen_l_[PADL_(socklen_t)]; socklen_t tolen; char tolen_r_[PADR_(socklen_t)]; member in struct:sendto_nocancel_args
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_syscalls.c926 msg.msg_namelen = uap->tolen;

Completed in 52 milliseconds