Home
last modified time | relevance | path

Searched defs:sotype (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_boot.c152 nfs_boot_getfh(__unused struct nfs_diskless *nd, __unused int v3, __unused int sotype) in nfs_boot_getfh()
312 nfs_boot_getfh(struct nfs_diskless *nd, int v3, int sotype) in nfs_boot_getfh()
722 int sotype, in md_mount()
847 int v3, sotype; in nfs_mountroot() local
H A Dkrpc_subr.c219 u_int sotype, u_int prog, u_int vers, u_int func, in krpc_call()
H A Dnfs_vfsops.c2605 char sotype[16]; in mountnfs() local
4010 nfs3_check_lockmode(struct nfsmount *nmp, struct sockaddr *sa, int sotype, int timeo) in nfs3_check_lockmode()
4043 nfs3_mount_rpc(struct nfsmount *nmp, struct sockaddr *sa, int sotype, int nfsvers, char *path, vfs_… in nfs3_mount_rpc()
5195 char sotype[16]; in nfs_mountinfo_assemble() local
H A Dnfs_socket.c544 uint8_t sotype, in nfs_socket_create()
1236 uint8_t sotype = nmp->nm_sotype ? nmp->nm_sotype : SOCK_STREAM; in nfs_connect() local
3345 int error, error2, sotype, rexmit, slpflag = 0, needrecon; in nfs_send() local
5706 int sotype, in nfs_aux_request()
H A Dnfs_syscalls.c940 int error = 0, sodomain, sotype, soprotocol, on = 1; in nfssvc_addsock() local
H A Dnfs.h293 int sotype; /* Socket type */ member
341 int sotype; /* Socket type */ member
H A Dnfs_subs.c1278 nfsm_rpchead2(__unused struct nfsmount *nmp, int sotype, int prog, int vers, int proc, int auth_typ… in nfsm_rpchead2()
/xnu-8019.80.24/bsd/security/audit/
H A Daudit_arg.c317 audit_arg_socket(struct kaudit_record *ar, int sodomain, int sotype, in audit_arg_socket()