Searched refs:rargs (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 957 struct reg_args *rargs; in update_publisher_cache() local 959 rargs = (struct reg_args *)calloc(1, sizeof (struct reg_args) + in update_publisher_cache() 961 if (rargs == NULL) { in update_publisher_cache() 966 rargs->ra_sub_id = sub_id; in update_publisher_cache() 967 rargs->ra_op = update_op; in update_publisher_cache() 968 bcopy(data, (char *)&rargs->ra_buf_ptr, datasz); in update_publisher_cache() 971 (void) clnt_deliver_event(pub_fd, (void *)rargs, in update_publisher_cache() 975 free(rargs); in update_publisher_cache() 1486 struct reg_args *rargs; in cache_update_service() local 1496 rargs = (struct reg_args *)args; in cache_update_service() [all …]
|
/titanic_44/usr/src/test/test-runner/cmd/ |
H A D | run.py | 753 if option.dest is 'runfile' and '-w' in parser.rargs or \ 754 option.dest is 'template' and '-c' in parser.rargs: 757 if opt_str in parser.rargs:
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vnops.c | 3422 READ4args *rargs; in nfs4read() local 3462 rargs = &argop[1].nfs_argop4_u.opread; in nfs4read() 3463 rargs->stateid = nfs4_get_stateid(cr, rp, curproc->p_pidp->pid_id, mi, in nfs4read() 3485 rargs->offset = (offset4)offset; in nfs4read() 3486 rargs->count = (count4)tsize; in nfs4read() 3487 rargs->res_data_val_alt = NULL; in nfs4read() 3488 rargs->res_mblk = NULL; in nfs4read() 3489 rargs->res_uiop = NULL; in nfs4read() 3490 rargs->res_maxsize = 0; in nfs4read() 3491 rargs->wlist = NULL; in nfs4read() [all …]
|
H A D | nfs4_xdr.c | 5125 CB_RECALL4args *rargs; in xdr_snfs_cb_argop4() local 5140 rargs = &objp->nfs_cb_argop4_u.opcbrecall; in xdr_snfs_cb_argop4() 5142 if (!XDR_PUTINT32(xdrs, (int32_t *)&rargs->stateid.seqid)) in xdr_snfs_cb_argop4() 5144 if (!xdr_opaque(xdrs, rargs->stateid.other, NFS4_OTHER_SIZE)) in xdr_snfs_cb_argop4() 5146 if (!XDR_PUTINT32(xdrs, (int32_t *)&rargs->truncate)) in xdr_snfs_cb_argop4() 5148 return (xdr_encode_nfs_fh4(xdrs, &rargs->fh)); in xdr_snfs_cb_argop4() 5163 CB_RECALL4args *rargs; in xdr_cnfs_cb_argop4() local 5178 rargs = &objp->nfs_cb_argop4_u.opcbrecall; in xdr_cnfs_cb_argop4() 5180 if (!xdr_u_int(xdrs, &rargs->stateid.seqid)) in xdr_cnfs_cb_argop4() 5182 if (!xdr_opaque(xdrs, rargs->stateid.other, NFS4_OTHER_SIZE)) in xdr_cnfs_cb_argop4() [all …]
|