nickp 886 nfs/nfs_syscalls.c u_int32_t *nickp, *verfp; nickp 907 nfs/nfs_syscalls.c nickp = (u_int32_t *)malloc(2 * NFSX_UNSIGNED, M_TEMP, M_WAITOK); nickp 908 nfs/nfs_syscalls.c *nickp++ = txdr_unsigned(RPCAKN_NICKNAME); nickp 909 nfs/nfs_syscalls.c *nickp = txdr_unsigned(nuidp->nu_nickname); nickp 910 nfs/nfs_syscalls.c *auth_str = (char *)nickp;