Searched refs:vers (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/SETUP/
H A Dnewvers28 ) > vers.c
29 if [ -s vers.suffix -o ! -f vers.suffix ]; then
30 rm -f vers.suffix
31 echo ".${variant}.${CONFIG}" > vers.suffix
/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc.h39 u_int prog, u_int vers, u_int func,
43 u_int prog, u_int vers, u_int proto, u_int16_t *portp);
H A Dkrpc_subr.c149 krpc_portmap(sin, prog, vers, proto, portp)
151 u_int prog, vers, proto; /* host order */
156 u_int32_t vers; /* call version */ member in struct:sdata
182 sdata->vers = htonl(vers);
207 krpc_call(sa, sotype, prog, vers, func, data, from_p)
209 u_int sotype, prog, vers, func;
350 call->rp_vers = htonl(vers);
H A Dnfs_gss.c1938 uint32_t vers, proc, seqnum, service; local
1949 vers = proc = seqnum = service = handle_len = 0;
1952 nfsm_chain_get_32(error, nmc, vers);
1953 if (vers != RPCSEC_GSS_VERS_1) {
H A Dnfs_socket.c462 uint32_t vers,
504 nso->nso_version = vers;
536 resvport ? "r" : "", port, protocol, vers));
541 sotype, resvport ? "r" : "", port, protocol, vers));
817 uint32_t vers; local
819 if (!(vers = nso->nso_version)) {
821 vers = (nso->nso_saddr->sa_family == AF_INET) ? PMAPVERS : RPCBVERS4;
823 vers = NFS_VER3;
826 error = nfsm_rpchead2(nmp, nso->nso_sotype, nso->nso_protocol, vers, 0, RPCAUTH_SYS,
5028 uint32_t vers,
456 nfs_socket_create( __unused struct nfsmount *nmp, struct sockaddr *sa, int sotype, in_port_t port, uint32_t protocol, uint32_t vers, int resvport, struct nfs_socket **nsop) argument
5022 nfs_portmap_lookup( struct nfsmount *nmp, vfs_context_t ctx, struct sockaddr *sa, socket_t so, uint32_t protocol, uint32_t vers, uint32_t ipproto, int timeo) argument
[all...]
H A Dnfs_subs.c1033 nfsm_rpchead2(struct nfsmount *nmp, int sotype, int prog, int vers, int proc, int auth_type, argument
1116 nfsm_chain_add_32(error, &nmreq, vers);
H A Dnfs_vfsops.c2638 uint32_t i, val, vers = 0, minorvers, maxio, iosize, len; local
2739 xb_get_32(error, &xb, vers);
2745 switch (vers) {
/darwin-on-arm/xnu/security/conf/
H A DMakefile.template84 $(_v)$(RM) $(RMFLAGS) vers.c
87 $(_v)${KCC} $(CFLAGS) $(INCLUDES) -c vers.c
89 $(_v)( for obj in ${LDOBJS} vers.o; do \
/darwin-on-arm/xnu/osfmk/lockd/
H A Dlockd_mach.defs53 vers : uint32_t;
/darwin-on-arm/xnu/bsd/netinet/
H A Dkpi_ipfilter.c219 u_int8_t vers; local
224 vers = IP_VHL_V(ip->ip_vhl);
226 switch (vers) {
242 if (vers == 4) {
418 u_int8_t vers; local
428 vers = (*(u_int8_t*)m_mtod(m)) >> 4;
429 switch (vers)
H A Dip_fw2_compat.c3261 u_int32_t vers = IP_FW_VERSION_NONE; local
3265 vers = IP_FW_VERSION_0;
3269 vers = IP_FW_VERSION_0;
3273 vers = IP_FW_VERSION_0;
3277 vers = IP_FW_VERSION_0;
3281 vers = IP_FW_VERSION_0;
3285 vers = IP_FW_VERSION_0;
3292 if (vers == IP_FW_VERSION_NONE) {
3310 vers = rule.version;
3317 *api_version = vers;
[all...]
H A Dip_mroute.c471 static int vers = 0x0305; /* !!! why is this here? XXX */ local
475 error = sooptcopyout(sopt, &vers, sizeof vers);
559 ip_mrouter_init(struct socket *so, int vers) argument
568 if (vers != 1)
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h334 u_int16_t vers,

Completed in 116 milliseconds