Lines Matching refs:opnum

126 	int opnum;
133 opnum = LSARPC_OPNUM_OpenPolicy2;
147 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
184 int opnum;
190 opnum = LSARPC_OPNUM_OpenAccount;
203 if ((rc = ndr_rpc_call(lsa_handle, opnum, &arg)) != 0)
237 int opnum;
242 opnum = LSARPC_OPNUM_CloseHandle;
246 (void) ndr_rpc_call(lsa_handle, opnum, &arg);
266 int opnum;
268 opnum = LSARPC_OPNUM_QuerySecurityObject;
273 rc = ndr_rpc_call(lsa_handle, opnum, &arg);
304 int opnum;
310 opnum = LSARPC_OPNUM_QueryInfoPolicy;
318 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
321 ndr_rpc_status(lsa_handle, opnum, arg.status);
494 int opnum = LSARPC_OPNUM_LookupNames;
501 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
507 ndr_rpc_status(lsa_handle, opnum, arg.status);
548 int opnum = LSARPC_OPNUM_LookupNames2;
556 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
562 ndr_rpc_status(lsa_handle, opnum, arg.status);
603 int opnum = LSARPC_OPNUM_LookupNames3;
611 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
617 ndr_rpc_status(lsa_handle, opnum, arg.status);
665 int opnum = LSARPC_OPNUM_LookupNames4;
672 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
678 ndr_rpc_status(lsa_handle, opnum, arg.status);
761 int opnum = LSARPC_OPNUM_LookupSids;
771 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
777 ndr_rpc_status(lsa_handle, opnum, arg.status);
821 int opnum = LSARPC_OPNUM_LookupSids2;
832 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
838 ndr_rpc_status(lsa_handle, opnum, arg.status);
889 int opnum = LSARPC_OPNUM_LookupSids3;
899 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
905 ndr_rpc_status(lsa_handle, opnum, arg.status);
958 int opnum;
971 opnum = LSARPC_OPNUM_EnumerateAccounts;
978 rc = ndr_rpc_call(lsa_handle, opnum, &arg);
985 ndr_rpc_status(lsa_handle, opnum, arg.status);
1032 int opnum;
1038 opnum = LSARPC_OPNUM_EnumTrustedDomain;
1046 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
1057 ndr_rpc_status(lsa_handle, opnum, arg.status);
1076 int opnum;
1082 opnum = LSARPC_OPNUM_EnumTrustedDomainsEx;
1090 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
1101 ndr_rpc_status(lsa_handle, opnum, arg.status);
1125 int opnum;
1128 opnum = LSARPC_OPNUM_EnumPrivsAccount;
1134 rc = ndr_rpc_call(account_handle, opnum, &arg);
1136 ndr_rpc_status(account_handle, opnum, arg.status);
1157 int opnum;
1164 opnum = LSARPC_OPNUM_LookupPrivValue;
1177 rc = ndr_rpc_call(lsa_handle, opnum, &arg);
1202 int opnum;
1208 opnum = LSARPC_OPNUM_LookupPrivName;
1214 rc = ndr_rpc_call(lsa_handle, opnum, &arg);
1245 int opnum;
1252 opnum = LSARPC_OPNUM_LookupPrivDisplayName;
1265 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0)