Lines Matching defs:opnum

158 	int opnum;
165 opnum = LSARPC_OPNUM_OpenPolicy2;
185 if ((rc = ndr_rpc_call(lsa_handle, opnum, &arg)) != 0) {
223 int opnum;
229 opnum = LSARPC_OPNUM_OpenAccount;
242 if ((rc = ndr_rpc_call(lsa_handle, opnum, &arg)) != 0)
276 int opnum;
281 opnum = LSARPC_OPNUM_CloseHandle;
285 (void) ndr_rpc_call(lsa_handle, opnum, &arg);
305 int opnum;
307 opnum = LSARPC_OPNUM_QuerySecurityObject;
312 rc = ndr_rpc_call(lsa_handle, opnum, &arg);
343 int opnum;
349 opnum = LSARPC_OPNUM_QueryInfoPolicy;
357 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
360 ndr_rpc_status(lsa_handle, opnum, arg.status);
534 int opnum = LSARPC_OPNUM_LookupNames;
541 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
547 ndr_rpc_status(lsa_handle, opnum, arg.status);
588 int opnum = LSARPC_OPNUM_LookupNames2;
596 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
602 ndr_rpc_status(lsa_handle, opnum, arg.status);
643 int opnum = LSARPC_OPNUM_LookupNames3;
651 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
657 ndr_rpc_status(lsa_handle, opnum, arg.status);
705 int opnum = LSARPC_OPNUM_LookupNames4;
712 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
718 ndr_rpc_status(lsa_handle, opnum, arg.status);
801 int opnum = LSARPC_OPNUM_LookupSids;
811 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
817 ndr_rpc_status(lsa_handle, opnum, arg.status);
861 int opnum = LSARPC_OPNUM_LookupSids2;
872 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
878 ndr_rpc_status(lsa_handle, opnum, arg.status);
929 int opnum = LSARPC_OPNUM_LookupSids3;
939 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
945 ndr_rpc_status(lsa_handle, opnum, arg.status);
998 int opnum;
1010 opnum = LSARPC_OPNUM_EnumerateAccounts;
1017 rc = ndr_rpc_call(lsa_handle, opnum, &arg);
1023 ndr_rpc_status(lsa_handle, opnum, arg.status);
1069 int opnum;
1075 opnum = LSARPC_OPNUM_EnumTrustedDomain;
1083 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
1094 ndr_rpc_status(lsa_handle, opnum, arg.status);
1113 int opnum;
1119 opnum = LSARPC_OPNUM_EnumTrustedDomainsEx;
1127 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0) {
1138 ndr_rpc_status(lsa_handle, opnum, arg.status);
1162 int opnum;
1165 opnum = LSARPC_OPNUM_EnumPrivsAccount;
1171 rc = ndr_rpc_call(account_handle, opnum, &arg);
1173 ndr_rpc_status(account_handle, opnum, arg.status);
1194 int opnum;
1201 opnum = LSARPC_OPNUM_LookupPrivValue;
1214 rc = ndr_rpc_call(lsa_handle, opnum, &arg);
1239 int opnum;
1245 opnum = LSARPC_OPNUM_LookupPrivName;
1251 rc = ndr_rpc_call(lsa_handle, opnum, &arg);
1282 int opnum;
1289 opnum = LSARPC_OPNUM_LookupPrivDisplayName;
1302 if (ndr_rpc_call(lsa_handle, opnum, &arg) != 0)