Searched refs:nfs_client_id (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h237 struct nfs_client_id { struct
238 TAILQ_ENTRY(nfs_client_id) nci_link; /* list of client IDs */
242 TAILQ_HEAD(nfsclientidlist, nfs_client_id);
298 struct nfs_client_id *longid; /* client ID, long form */
H A Dnfs4_subs.c112 struct nfs_client_id *ncip, *ncip2;
135 MALLOC(ncip, struct nfs_client_id *, sizeof(struct nfs_client_id), M_TEMP, M_WAITOK);

Completed in 26 milliseconds