Searched refs:gargs (Results 1 – 2 of 2) sorted by relevance
508 char **cpp, **gargs; in mput() local527 gargs = glob(argv[i]); in mput()530 if (gargs) in mput()531 blkfree(gargs); in mput()534 for (cpp = gargs; cpp && *cpp != NULL; cpp++) { in mput()550 if (gargs != NULL) in mput()551 blkfree(gargs); in mput()
5124 CB_GETATTR4args *gargs; in xdr_snfs_cb_argop4() local5134 gargs = &objp->nfs_cb_argop4_u.opcbgetattr; in xdr_snfs_cb_argop4()5136 if (!xdr_encode_nfs_fh4(xdrs, &gargs->fh)) in xdr_snfs_cb_argop4()5138 return (xdr_bitmap4(xdrs, &gargs->attr_request)); in xdr_snfs_cb_argop4()5162 CB_GETATTR4args *gargs; in xdr_cnfs_cb_argop4() local5171 gargs = &objp->nfs_cb_argop4_u.opcbgetattr; in xdr_cnfs_cb_argop4()5173 if (!xdr_bytes(xdrs, (char **)&gargs->fh.nfs_fh4_val, in xdr_cnfs_cb_argop4()5174 (uint_t *)&gargs->fh.nfs_fh4_len, NFS4_FHSIZE)) in xdr_cnfs_cb_argop4()5176 return (xdr_bitmap4(xdrs, &gargs->attr_request)); in xdr_cnfs_cb_argop4()