Home
last modified time | relevance | path

Searched refs:ml_hostname (Results 1 – 18 of 18) sorted by relevance

/dports/net/unfs3/unfs3-0.9.22/
H A Dmount.c68 new->ml_hostname = malloc(strlen(host) + 1); in add_mount()
69 if (!new->ml_hostname) { in add_mount()
78 free(new->ml_hostname); in add_mount()
85 strcpy(new->ml_hostname, host); in add_mount()
111 if (strcmp(iter->ml_hostname, host) == 0 && in remove_mount()
120 free(iter->ml_hostname); in remove_mount()
H A Dmount.h56 name ml_hostname; member
H A Dxdr.c92 if (!xdr_name(xdrs, &objp->ml_hostname)) in xdr_mountbody()
/dports/net/unfs3/unfs3-0.9.22/contrib/nfsotpclient/mountclient/
H A Dmounttypes.py157 def __init__(self, ncl, ml_hostname=None, ml_directory=None, ml_next=None): argument
159 self.ml_hostname = ml_hostname
164 …s = " ml_hostname=%s ml_directory=%s ml_next=%s" % (str(self.ml_hostname), str(self.ml_directory),…
169 assert_not_none(self, self.ml_hostname, self.ml_directory, self.ml_next)
170 self.packer.pack_name(self.ml_hostname)
175 self.ml_hostname = self.unpacker.unpack_name()
/dports/net/nfsshell/nfsshell-09cdd52/
H A Dmount.x29 name ml_hostname; member
H A Dmount_xdr.c63 if (!xdr_name (xdrs, &objp->ml_hostname)) in xdr_mountbody()
H A Dmount.h46 name ml_hostname; member
H A Dnfsshell.c1600 printf("%s:%s\n", ml->ml_hostname, ml->ml_directory); in do_dump()
/dports/net/libnfs/libnfs-libnfs-4.0.0/mount/
H A Dmount.x56 name ml_hostname; member
H A Dlibnfs-raw-mount.c81 if (!zdr_name (zdrs, &objp->ml_hostname)) in zdr_mountbody()
H A Dlibnfs-raw-mount.h75 name ml_hostname; member
/dports/devel/kio-extras/kio-extras-21.12.3/nfs/
H A Drpc_nfs2_prot.x404 name ml_hostname; member
H A Drpc_nfs3_prot.x901 name3 ml_hostname; member
H A Drpc_nfs2_prot.h319 name ml_hostname; member
H A Drpc_nfs2_prot_xdr.c764 if (!xdr_name (xdrs, &objp->ml_hostname)) in xdr_mountbody()
H A Drpc_nfs3_prot.h973 name3 ml_hostname; member
H A Drpc_nfs3_prot_xdr.c2007 if (!xdr_name3 (xdrs, &objp->ml_hostname)) in xdr_mountbody3()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dmount.c878 name ml_hostname; member