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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_client.h30 #define CLI_DO_RPC_INTERNAL( pcli, ctx, p_idx, opnum, q_in, r_out, \
43 NTSTATUS _smb_pipe_stat_ = rpc_api_pipe_req(pcli, opnum, &q_ps, &r_ps); \
64 #define CLI_DO_RPC_COPY_SESS_KEY( pcli, ctx, p_idx, opnum, q_in, r_out, \
67 CLI_DO_RPC_INTERNAL( pcli, ctx, p_idx, opnum, q_in, r_out, \
71 #define CLI_DO_RPC( pcli, ctx, p_idx, opnum, q_in, r_out, \
74 CLI_DO_RPC_INTERNAL( pcli, ctx, p_idx, opnum, q_in, r_out, \
81 #define CLI_DO_RPC_WERR( pcli, ctx, p_idx, opnum, q_in, r_out, \
93 NTSTATUS _smb_pipe_stat_ = rpc_api_pipe_req(pcli, opnum, &q_ps, &r_ps); \
H A Dntdomain.h380 uint8 opnum; member in struct:api_struct
H A Drpc_dce.h163 uint16 opnum; /* opnum */ member in struct:rpc_hdr_req_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dndr.c27 int p_idx, int opnum, void *data,
61 status = rpc_api_pipe_req(cli, opnum, &q_ps, &r_ps);
26 cli_do_rpc_ndr(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, int p_idx, int opnum, void *data, ndr_pull_flags_fn_t pull_fn, ndr_push_flags_fn_t push_fn) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4proc.c933 static inline void nfsd4_increment_op_stats(u32 opnum) argument
935 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP)
936 nfsdstats.nfs4_opcount[opnum]++;
955 static const char *nfsd4_op_name(unsigned opnum);
981 if (!(nfsd4_ops[op->opnum].op_flags & ALLOWED_AS_FIRST_OP))
983 if (op->opnum == OP_SEQUENCE)
1041 resp->opcnt, args->opcnt, op->opnum,
1042 nfsd4_op_name(op->opnum));
1064 opdesc = &nfsd4_ops[op->opnum];
1307 nfsd4_op_name(unsigned opnum) argument
[all...]
H A Dxdr4.h385 int opnum; member in struct:nfsd4_op
470 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE;
H A Dnfs4xdr.c1402 op->opnum = OP_WRITE + 1;
1423 op->opnum = ntohl(*argp->p++);
1425 if (op->opnum >= FIRST_NFS4_OP && op->opnum <= LAST_NFS4_OP)
1426 op->status = ops->decoders[op->opnum](argp, &op->u);
1428 op->opnum = OP_ILLEGAL;
3179 WRITE32(op->opnum);
3183 if (op->opnum == OP_ILLEGAL)
3185 BUG_ON(op->opnum < 0 || op->opnum >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_rpc.c601 void init_rpc_hdr_req(RPC_HDR_REQ *hdr, uint32 alloc_hint, uint16 opnum) argument
605 hdr->opnum = opnum; /* opnum */
624 if(!prs_uint16("opnum ", ps, depth, &rpc->opnum))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_pipe.c2258 DEBUG(4,("api_rpcTNP: %s op 0x%x - ", rpc_name, p->hdr_req.opnum));
2261 prs_dump(name, p->hdr_req.opnum, &p->in_data.data);
2264 if (api_rpc_cmds[fn_num].opnum == p->hdr_req.opnum && api_rpc_cmds[fn_num].fn != NULL) {
2302 prs_dump(name, p->hdr_req.opnum, &p->out_data.rdata);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4xdr.c2599 uint32_t opnum; local
2605 opnum = be32_to_cpup(p++);
2606 if (opnum != expected) {
2609 opnum, expected);
4451 uint32_t opnum; local
4457 opnum = be32_to_cpup(p++);
4458 if (opnum != OP_SETCLIENTID) {
4460 " %d\n", opnum);

Completed in 133 milliseconds