Searched defs:opnum (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddssetup_clnt.c44 int opnum; local
54 opnum = DSSETUP_OPNUM_DsRoleGetPrimaryDomainInfo;
58 rc = ndr_rpc_call(&handle, opnum, &arg);
H A Dsrvsvc_clnt.c99 int opnum; local
115 opnum = SRVSVC_OPNUM_NetShareGetInfo;
129 rc = ndr_rpc_call(&handle, opnum, &arg);
190 int opnum; local
205 opnum = SRVSVC_OPNUM_NetSessionEnum;
224 rc = ndr_rpc_call(&handle, opnum, &arg);
256 int opnum; local
272 opnum = SRVSVC_OPNUM_NetConnectEnum;
308 rc = ndr_rpc_call(&handle, opnum, &arg);
361 int len, opnum, r local
495 int opnum; local
[all...]
H A Dmlsvc_client.c265 * Call the RPC function identified by opnum. The remote service is
274 ndr_rpc_call(mlsvc_handle_t *handle, int opnum, void *params) argument
282 rc = ndr_clnt_call(clnt->binding, opnum, params);
430 ndr_rpc_status(mlsvc_handle_t *handle, int opnum, DWORD status) argument
457 name, opnum, s, xlate_nt_status(status), status);
H A Dnetr_auth.c167 int opnum; local
170 opnum = NETR_OPNUM_ServerReqChallenge;
178 if (ndr_rpc_call(netr_handle, opnum, &arg) != 0)
182 ndr_rpc_status(netr_handle, opnum, arg.status);
203 int opnum; local
207 opnum = NETR_OPNUM_ServerAuthenticate2;
245 if (ndr_rpc_call(netr_handle, opnum, &arg) != 0)
249 ndr_rpc_status(netr_handle, opnum, arg.status);
492 int opnum; local
497 opnum
[all...]
H A Dnetr_logon.c385 int opnum; local
390 opnum = NETR_OPNUM_SamLogon;
447 rc = ndr_rpc_call(netr_handle, opnum, &arg);
H A Dlsar_clnt.c126 int opnum; local
133 opnum = LSARPC_OPNUM_OpenPolicy2;
147 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
184 int opnum; local
190 opnum = LSARPC_OPNUM_OpenAccount;
203 if ((rc = ndr_rpc_call(lsa_handle, opnum, &arg)) != 0)
237 int opnum; local
242 opnum = LSARPC_OPNUM_CloseHandle;
246 (void) ndr_rpc_call(lsa_handle, opnum, &arg);
266 int opnum; local
304 int opnum; local
494 int opnum = LSARPC_OPNUM_LookupNames; local
548 int opnum = LSARPC_OPNUM_LookupNames2; local
603 int opnum = LSARPC_OPNUM_LookupNames3; local
665 int opnum = LSARPC_OPNUM_LookupNames4; local
761 int opnum = LSARPC_OPNUM_LookupSids; local
821 int opnum = LSARPC_OPNUM_LookupSids2; local
889 int opnum = LSARPC_OPNUM_LookupSids3; local
958 int opnum; local
1032 int opnum; local
1076 int opnum; local
1125 int opnum; local
1157 int opnum; local
1202 int opnum; local
1245 int opnum; local
[all...]
H A Dsamr_clnt.c162 int opnum; local
167 opnum = SAMR_OPNUM_Connect2;
175 if (ndr_rpc_call(samr_handle, opnum, &arg) != 0) {
202 int opnum; local
207 opnum = SAMR_OPNUM_Connect4;
216 if (ndr_rpc_call(samr_handle, opnum, &arg) != 0) {
250 int opnum; local
254 opnum = SAMR_OPNUM_Connect5;
267 if (ndr_rpc_call(samr_handle, opnum, &arg) != 0) {
296 int opnum; local
326 int opnum; local
377 int opnum; local
418 int opnum; local
458 int opnum; local
512 int opnum; local
573 int opnum; local
610 int opnum; local
654 int opnum; local
714 int opnum; local
815 int opnum; local
864 int opnum; local
907 int opnum; local
976 int opnum = SAMR_OPNUM_ChangePasswordUser2; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_client.c140 ndr_clnt_call(ndr_binding_t *mbind, int opnum, void *params) argument
155 mxa.opnum = opnum;
163 reqhdr->opnum = opnum;
H A Dndr_marshal.c42 ndr_encode_decode_common(ndr_stream_t *nds, unsigned opnum, argument
50 if (ndo_operation(nds, ti, opnum, datum))
119 * rc = ndr_decode_buf(nbuf, opnum, data, datalen, &info);
125 ndr_buf_decode(ndr_buf_t *nbuf, unsigned hdr_type, unsigned opnum, argument
172 rc = ndr_encode_decode_common(&nbuf->nb_nds, opnum, nbuf->nb_ti,
189 rc = ndr_encode_decode_common(nds, mxa->opnum,
207 rc = ndr_encode_decode_common(nds, mxa->opnum,
225 rc = ndr_encode_decode_common(nds, mxa->opnum,
243 rc = ndr_encode_decode_common(nds, mxa->opnum,
H A Dndr_server.c509 mxa->opnum = mxa->recv_hdr.request_hdr.opnum;
530 msvc->name, mxa->opnum, rc);
548 int opnum = mxa->opnum; local
554 ndo_printf(0, 0, "%s[0x%02x]: no heap", msvc->name, opnum);
558 if ((ste = ndr_svc_find_stub(msvc, opnum)) == NULL) {
559 ndo_printf(0, 0, "%s[0x%02x]: invalid opnum",
560 msvc->name, opnum);
H A Dndr_svc.c105 ndr_svc_find_stub(ndr_service_t *svc, int opnum) argument
110 if (ste->opnum == opnum)
H A Dndr_process.c257 ndo_operation(ndr_stream_t *nds, ndr_typeinfo_t *ti, int opnum, char *datum) argument
267 myref.switch_is = opnum;
H A Dlibmlrpc.h188 unsigned short opnum; member in struct:ndr_stub_table
423 unsigned short opnum; member in struct:ndr_xa
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest4.c39 int opnum; /* Operation number */ member in struct:Thread
74 while( p->opnum<=p->completed ) sched_yield();
82 while( p->opnum<=p->completed ) sched_yield();
143 threadset[i].opnum = 1;
160 while( p->opnum>p->completed ) sched_yield();
197 p->opnum++;
480 threadset[i].opnum++;
521 threadset[i].opnum++;
565 threadset[i].opnum++;
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c41 * |opnum| priority | operator |
463 unsigned int op, nop, num, type, opnum; local
478 opnum = GETOPNUM(op);
492 if (opnum == BINARY) {
854 unsigned int type, opnum; local
862 opnum = GETOPNUM(exp->op);
864 switch (opnum) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c551 static char *cb_opcode_name(uint_t opnum);
3193 opcode_name(uint_t opnum) argument
3197 if (opnum < num_opcodes)
3198 return (opcode_info[opnum].name);
3200 if (opnum == OP_ILLEGAL)
3203 sprintf(buf, "op %d", opnum);
3211 cb_opcode_name(uint_t opnum) argument
3215 if (opnum < cb_num_opcodes)
3216 return (cb_opcode_info[opnum].name);
3218 if (opnum
[all...]

Completed in 117 milliseconds