/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | samr_clnt.c | 162 int opnum; in samr_connect2() local 167 opnum = SAMR_OPNUM_Connect2; in samr_connect2() 175 if (ndr_rpc_call(samr_handle, opnum, &arg) != 0) { in samr_connect2() 202 int opnum; in samr_connect4() local 207 opnum = SAMR_OPNUM_Connect4; in samr_connect4() 216 if (ndr_rpc_call(samr_handle, opnum, &arg) != 0) { in samr_connect4() 250 int opnum; in samr_connect5() local 254 opnum = SAMR_OPNUM_Connect5; in samr_connect5() 267 if (ndr_rpc_call(samr_handle, opnum, &arg) != 0) { in samr_connect5() 296 int opnum; in samr_close_handle() local [all …]
|
H A D | lsar_clnt.c | 121 int opnum; in lsar_open_policy2() local 129 opnum = LSARPC_OPNUM_OpenPolicy2; in lsar_open_policy2() 143 if ((rc = ndr_rpc_call(lsa_handle, opnum, &arg)) != 0) { in lsar_open_policy2() 181 int opnum; in lsar_open_account() local 187 opnum = LSARPC_OPNUM_OpenAccount; in lsar_open_account() 200 if ((rc = ndr_rpc_call(lsa_handle, opnum, &arg)) != 0) in lsar_open_account() 234 int opnum; in lsar_close() local 239 opnum = LSARPC_OPNUM_CloseHandle; in lsar_close() 243 (void) ndr_rpc_call(lsa_handle, opnum, &arg); in lsar_close() 263 int opnum; in lsar_query_security_desc() local [all …]
|
H A D | srvsvc_clnt.c | 98 int opnum; in srvsvc_net_share_get_info() local 114 opnum = SRVSVC_OPNUM_NetShareGetInfo; in srvsvc_net_share_get_info() 128 rc = ndr_rpc_call(&handle, opnum, &arg); in srvsvc_net_share_get_info() 189 int opnum; in srvsvc_net_session_enum() local 204 opnum = SRVSVC_OPNUM_NetSessionEnum; in srvsvc_net_session_enum() 223 rc = ndr_rpc_call(&handle, opnum, &arg); in srvsvc_net_session_enum() 255 int opnum; in srvsvc_net_connect_enum() local 271 opnum = SRVSVC_OPNUM_NetConnectEnum; in srvsvc_net_connect_enum() 307 rc = ndr_rpc_call(&handle, opnum, &arg); in srvsvc_net_connect_enum() 360 int len, opnum, rc; in srvsvc_net_server_getinfo() local [all …]
|
H A D | netr_auth.c | 164 int opnum; in netr_server_req_challenge() local 167 opnum = NETR_OPNUM_ServerReqChallenge; in netr_server_req_challenge() 175 if (ndr_rpc_call(netr_handle, opnum, &arg) != 0) in netr_server_req_challenge() 179 ndr_rpc_status(netr_handle, opnum, arg.status); in netr_server_req_challenge() 198 int opnum; in netr_server_authenticate2() local 203 opnum = NETR_OPNUM_ServerAuthenticate2; in netr_server_authenticate2() 241 if (ndr_rpc_call(netr_handle, opnum, &arg) != 0) in netr_server_authenticate2() 245 ndr_rpc_status(netr_handle, opnum, arg.status); in netr_server_authenticate2() 488 int opnum; in netr_server_password_set() local 493 opnum = NETR_OPNUM_ServerPasswordSet; in netr_server_password_set() [all …]
|
H A D | dssetup_clnt.c | 44 int opnum; in dssetup_get_domain_info() local 54 opnum = DSSETUP_OPNUM_DsRoleGetPrimaryDomainInfo; in dssetup_get_domain_info() 58 rc = ndr_rpc_call(&handle, opnum, &arg); in dssetup_get_domain_info()
|
H A D | mlsvc_client.c | 229 ndr_rpc_call(mlsvc_handle_t *handle, int opnum, void *params) in ndr_rpc_call() argument 237 rc = ndr_clnt_call(clnt->binding, opnum, params); in ndr_rpc_call() 385 ndr_rpc_status(mlsvc_handle_t *handle, int opnum, DWORD status) in ndr_rpc_status() argument 412 name, opnum, s, xlate_nt_status(status), status); in ndr_rpc_status()
|
H A D | netr_logon.c | 304 int opnum; in netr_server_samlogon() local 309 opnum = NETR_OPNUM_SamLogon; in netr_server_samlogon() 366 rc = ndr_rpc_call(netr_handle, opnum, &arg); in netr_server_samlogon()
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | test4.c | 39 int opnum; /* Operation number */ member 74 while( p->opnum<=p->completed ) sched_yield(); in thread_main() 82 while( p->opnum<=p->completed ) sched_yield(); in thread_main() 143 threadset[i].opnum = 1; in tcl_thread_create() 160 while( p->opnum>p->completed ) sched_yield(); in thread_wait() 197 p->opnum++; in stop_thread() 480 threadset[i].opnum++; in tcl_thread_compile() 521 threadset[i].opnum++; in tcl_thread_step() 565 threadset[i].opnum++; in tcl_thread_finalize()
|
/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_marshal.c | 42 ndr_encode_decode_common(ndr_stream_t *nds, unsigned opnum, in ndr_encode_decode_common() argument 50 if (ndo_operation(nds, ti, opnum, datum)) in ndr_encode_decode_common() 125 ndr_buf_decode(ndr_buf_t *nbuf, unsigned hdr_type, unsigned opnum, in ndr_buf_decode() argument 172 rc = ndr_encode_decode_common(&nbuf->nb_nds, opnum, nbuf->nb_ti, in ndr_buf_decode() 189 rc = ndr_encode_decode_common(nds, mxa->opnum, in ndr_decode_call() 207 rc = ndr_encode_decode_common(nds, mxa->opnum, in ndr_encode_return() 225 rc = ndr_encode_decode_common(nds, mxa->opnum, in ndr_encode_call() 243 rc = ndr_encode_decode_common(nds, mxa->opnum, in ndr_decode_return()
|
H A D | ndr_client.c | 140 ndr_clnt_call(ndr_binding_t *mbind, int opnum, void *params) in ndr_clnt_call() argument 155 mxa.opnum = opnum; in ndr_clnt_call() 163 reqhdr->opnum = opnum; in ndr_clnt_call()
|
H A D | ndr_server.c | 509 mxa->opnum = mxa->recv_hdr.request_hdr.opnum; in ndr_svc_request() 530 msvc->name, mxa->opnum, rc); in ndr_svc_request() 548 int opnum = mxa->opnum; in ndr_generic_call_stub() local 554 ndo_printf(0, 0, "%s[0x%02x]: no heap", msvc->name, opnum); in ndr_generic_call_stub() 558 if ((ste = ndr_svc_find_stub(msvc, opnum)) == NULL) { in ndr_generic_call_stub() 560 msvc->name, opnum); in ndr_generic_call_stub()
|
H A D | ndr_svc.c | 105 ndr_svc_find_stub(ndr_service_t *svc, int opnum) in ndr_svc_find_stub() argument 110 if (ste->opnum == opnum) in ndr_svc_find_stub()
|
H A D | libmlrpc.h | 188 unsigned short opnum; member 423 unsigned short opnum; member
|
H A D | ndr_process.c | 257 ndo_operation(ndr_stream_t *nds, ndr_typeinfo_t *ti, int opnum, char *datum) in ndo_operation() argument 267 myref.switch_is = opnum; in ndo_operation()
|
/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | plural_parser.c | 463 unsigned int op, nop, num, type, opnum; in plural_expr() local 478 opnum = GETOPNUM(op); in plural_expr() 492 if (opnum == BINARY) { in plural_expr() 854 unsigned int type, opnum; in plural_eval() local 862 opnum = GETOPNUM(exp->op); in plural_eval() 864 switch (opnum) { in plural_eval()
|
/titanic_41/usr/src/lib/libidmap/common/ |
H A D | utils.c | 79 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in _udt_extend_batch()
|
H A D | idmap_api.c | 455 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in idmap_udt_add_namerule() 501 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in idmap_udt_rm_namerule() 524 udthandle->batch.idmap_update_batch_val[udthandle->next].opnum = in idmap_udt_flush_namerules()
|
/titanic_41/usr/src/uts/common/rpcsvc/ |
H A D | idmap_prot.x | 327 union idmap_update_op switch(idmap_opnum opnum) {
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 551 static char *cb_opcode_name(uint_t opnum); 3195 opcode_name(uint_t opnum) in opcode_name() argument 3199 if (opnum < num_opcodes) in opcode_name() 3200 return (opcode_info[opnum].name); in opcode_name() 3202 if (opnum == OP_ILLEGAL) in opcode_name() 3205 sprintf(buf, "op %d", opnum); in opcode_name() 3213 cb_opcode_name(uint_t opnum) in cb_opcode_name() argument 3217 if (opnum < cb_num_opcodes) in cb_opcode_name() 3218 return (cb_opcode_info[opnum].name); in cb_opcode_name() 3220 if (opnum == OP_CB_ILLEGAL) in cb_opcode_name() [all …]
|
/titanic_41/usr/src/cmd/idmap/idmapd/ |
H A D | server.c | 963 switch (up->opnum) { in idmap_update_1_svc() 985 if (up->opnum == OP_ADD_NAMERULE || in idmap_update_1_svc() 986 up->opnum == OP_RM_NAMERULE) { in idmap_update_1_svc()
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | ndr.h | 434 int ndo_operation(struct ndr_stream *, ndr_typeinfo_t *, int opnum, char *);
|
/titanic_41/usr/src/uts/common/smbsrv/ndl/ |
H A D | rpcpdu.ndl | 495 WORD opnum; /* 22:02 op number w/i interface */ 515 WORD opnum; /* 22:02 op number w/i interface */
|