/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | wkssvc_clnt.c | 37 int opnum; local 48 opnum = WKSSVC_OPNUM_NetWkstaGetInfo; 52 rc = ndr_rpc_call(&handle, opnum, &arg);
|
H A D | dssetup_clnt.c | 44 int opnum; local 85 opnum = DSSETUP_OPNUM_DsRoleGetPrimaryDomainInfo; 90 rc = ndr_rpc_call(&handle, opnum, &arg); 142 int opnum; local 158 opnum = DSSETUP_OPNUM_DsRoleGetPrimaryDomainInfo; 162 rc = ndr_rpc_call(&handle, opnum, &arg);
|
H A D | samr_clnt.c | 159 int opnum; local 163 opnum = SAMR_OPNUM_Connect; 170 if (ndr_rpc_call(samr_handle, opnum, &arg) != 0) { 202 int opnum; local 206 opnum = SAMR_OPNUM_Connect2; 212 if (ndr_rpc_call(samr_handle, opnum, &arg) != 0) { 239 int opnum; local 243 opnum = SAMR_OPNUM_Connect4; 250 if (ndr_rpc_call(samr_handle, opnum, &arg) != 0) { 283 int opnum; local 330 int opnum; local 361 int opnum; local 412 int opnum; local 453 int opnum; local 493 int opnum; local 547 int opnum; local 608 int opnum; local 646 int opnum; local 690 int opnum; local 751 int opnum; local 856 int opnum; local 905 int opnum; local 942 int opnum; local [all...] |
H A D | lsar_clnt.c | 158 int opnum; local 165 opnum = LSARPC_OPNUM_OpenPolicy2; 185 if ((rc = ndr_rpc_call(lsa_handle, opnum, &arg)) != 0) { 223 int opnum; local 229 opnum = LSARPC_OPNUM_OpenAccount; 242 if ((rc = ndr_rpc_call(lsa_handle, opnum, &arg)) != 0) 276 int opnum; local 281 opnum = LSARPC_OPNUM_CloseHandle; 285 (void) ndr_rpc_call(lsa_handle, opnum, &arg); 305 int opnum; local 343 int opnum; local 534 int opnum = LSARPC_OPNUM_LookupNames; local 588 int opnum = LSARPC_OPNUM_LookupNames2; local 643 int opnum = LSARPC_OPNUM_LookupNames3; local 705 int opnum = LSARPC_OPNUM_LookupNames4; local 801 int opnum = LSARPC_OPNUM_LookupSids; local 861 int opnum = LSARPC_OPNUM_LookupSids2; local 929 int opnum = LSARPC_OPNUM_LookupSids3; local 998 int opnum; local 1069 int opnum; local 1113 int opnum; local 1162 int opnum; local 1194 int opnum; local 1239 int opnum; local 1282 int opnum; local [all...] |
H A D | srvsvc_clnt.c | 166 int opnum; local 175 opnum = SRVSVC_OPNUM_NetShareEnum; 190 rc = ndr_rpc_call(&handle, opnum, &arg); 243 int opnum; local 257 opnum = SRVSVC_OPNUM_NetShareGetInfo; 269 rc = ndr_rpc_call(&handle, opnum, &arg); 336 int rc, opnum, i; local 352 opnum = SRVSVC_OPNUM_NetFileEnum; 383 rc = ndr_rpc_call(&handle, opnum, &arg); 461 int rc, i, opnum; local 585 int rc, i, opnum; local 666 int opnum, rc; local 806 int opnum; local [all...] |
H A D | netr_clnt.c | 466 int opnum; local 469 opnum = NETR_OPNUM_ServerReqChallenge; 477 if (ndr_rpc_call(netr_handle, opnum, &arg) != 0) 481 ndr_rpc_status(netr_handle, opnum, arg.status); 500 int opnum; local 505 opnum = NETR_OPNUM_ServerAuthenticate2; 543 if (ndr_rpc_call(netr_handle, opnum, &arg) != 0) 547 ndr_rpc_status(netr_handle, opnum, arg.status); 1051 int opnum; local 1064 opnum 1384 int opnum; local [all...] |
H A D | ntsvcs_clnt.c | 579 * Call the RPC function identified by opnum. The remote service is 588 ndr_rpc_call(mlsvc_handle_t *handle, int opnum, void *params) argument 596 rc = ndr_clnt_call(clnt->binding, opnum, params); 788 ndr_rpc_status(mlsvc_handle_t *handle, int opnum, DWORD status) argument 818 name, opnum, s, xlate_nt_status(status), status);
|
/osnet-11/usr/src/lib/libndr/common/ |
H A D | ndr_client.c | 140 ndr_clnt_call(ndr_binding_t *mbind, int opnum, void *params) argument 155 mxa.opnum = opnum; 163 reqhdr->opnum = opnum;
|
H A D | ndr_marshal.c | 42 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 D | ndr_svc.c | 103 ndr_svc_find_stub(ndr_service_t *svc, int opnum) argument 108 if (ste->opnum == opnum)
|
H A D | ndr_process.c | 255 ndo_operation(ndr_stream_t *nds, ndr_typeinfo_t *ti, int opnum, char *datum) argument 265 myref.switch_is = opnum;
|
H A D | ndr_server.c | 819 mxa->opnum = mxa->recv_hdr.request_hdr.opnum; 840 msvc->name, mxa->opnum, rc); 858 int opnum = mxa->opnum; local 864 ndo_printf(0, 0, "%s[0x%02x]: no heap", msvc->name, opnum); 868 if ((ste = ndr_svc_find_stub(msvc, opnum)) == NULL) { 869 ndo_printf(0, 0, "%s[0x%02x]: invalid opnum", 870 msvc->name, opnum);
|
H A D | libndr.h | 187 unsigned short opnum; member in struct:ndr_stub_table 433 unsigned short opnum; member in struct:ndr_xa
|
/osnet-11/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 41 * |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) {
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | test4.c | 39 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++;
|