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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c4772 struct xdrbuf xbinfo, xborig; local
4915 xb_init_buffer(&xbinfo, NULL, 0);
4916 xb_add_32(error, &xbinfo, NFS_MOUNT_INFO_VERSION);
4917 infolength_offset = xb_offset(&xbinfo);
4918 xb_add_32(error, &xbinfo, 0);
4919 xb_add_bitmap(error, &xbinfo, miattrs, NFS_MIATTR_BITMAP_LEN);
4920 xb_add_bitmap(error, &xbinfo, miflags, NFS_MIFLAG_BITMAP_LEN);
4921 xb_add_32(error, &xbinfo, origargslength);
4923 error = xb_add_bytes(&xbinfo, nmp->nm_args, origargslength, 0);
4926 curargsopaquelength_offset = xb_offset(&xbinfo);
[all...]

Completed in 76 milliseconds