Searched refs:rok (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/reg/
H A Dregopenkey.c44 struct RegOpenKey rok; local
45 ZERO_STRUCT(rok);
47 rok.in.parent_key = NULL;
48 rok.in.name = key_names[i];
49 rok.in.access = REG_KEY_ALL;
51 if(!cac_RegOpenKey(hnd, mem_ctx, &rok)) {
52 fprintf(stderr, "Could not open key %s\n Error: %s\n", rok.in.name, nt_errstr(hnd->status));
58 if(!cac_RegClose(hnd, mem_ctx, rok.out.key)) {
H A Dregsetval.c28 struct RegOpenKey rok; local
29 ZERO_STRUCT(rok);
31 rok.in.name = talloc_strdup(mem_ctx, tmp);
32 rok.in.access = REG_KEY_ALL;
34 if(!cac_RegOpenKey(hnd, mem_ctx, &rok)) {
35 fprintf(stderr, "Could not open key %s. Error %s\n", rok.in.name, nt_errstr(hnd->status));
42 rsv.in.key = rok.out.key;
50 cac_RegClose(hnd, mem_ctx, rok.out.key);
H A Dsecurity.c25 struct RegOpenKey rok; local
26 ZERO_STRUCT(rok);
31 rok.in.name = talloc_strdup(mem_ctx, tmp);
32 rok.in.access = REG_KEY_ALL;
34 if(!cac_RegOpenKey(hnd, mem_ctx, &rok)) {
35 fprintf(stderr, "Could not open key %s. Error %s\n", rok.in.name, nt_errstr(hnd->status));
42 rks.in.key = rok.out.key;
46 fprintf(stderr, "Could not query security for %s. Error: %s\n", rok.in.name, nt_errstr(hnd->status));
55 rss.in.key = rok.out.key;
65 cac_RegClose(hnd, mem_ctx, rok
[all...]
H A Dregkeyenum.c52 struct RegOpenKey rok; local
53 ZERO_STRUCT(rok);
55 rok.in.parent_key = NULL;
56 rok.in.name = key_names[i];
57 rok.in.access = REG_KEY_ALL;
59 if(!cac_RegOpenKey(hnd, mem_ctx, &rok)) {
60 fprintf(stderr, "Could not open key %s\n Error: %s\n", rok.in.name, nt_errstr(hnd->status));
70 ek.in.key = rok.out.key;
88 if(!cac_RegClose(hnd, mem_ctx, rok.out.key)) {
H A Dregqueryval.c38 struct RegOpenKey rok; local
39 ZERO_STRUCT(rok);
41 rok.in.parent_key = NULL;
42 rok.in.name = key_name;
43 rok.in.access = REG_KEY_ALL;
45 if(!cac_RegOpenKey(hnd, mem_ctx, &rok)) {
46 fprintf(stderr, "Could not open key %s\n Error: %s\n", rok.in.name, nt_errstr(hnd->status));
53 rqv.in.key = rok.out.key;
68 if(!cac_RegClose(hnd, mem_ctx, rok.out.key)) {
H A Dregkeycreate.c36 struct RegOpenKey rok; local
37 ZERO_STRUCT(rok);
39 rok.in.parent_key = NULL;
40 rok.in.name = key_name;
41 rok.in.access = REG_KEY_ALL;
43 if(!cac_RegOpenKey(hnd, mem_ctx, &rok)) {
44 fprintf(stderr, "Could not open key %s\n Error: %s\n", rok.in.name, nt_errstr(hnd->status));
53 rck.in.parent_key = rok.out.key;
74 ek.in.key = rok.out.key;
95 rdk.in.parent_key = rok
[all...]
H A Dregkey.c49 struct RegOpenKey rok; local
50 ZERO_STRUCT(rok);
52 rok.in.parent_key = rc.out.key;
53 rok.in.name = key;
54 rok.in.access = REG_KEY_ALL;
56 if(!cac_RegOpenKey(hnd, mem_ctx, &rok)) {
57 fprintf(stderr, "Could not open key %s\n Error: %s\n", rok.in.name, nt_errstr(hnd->status));
61 if(!cac_RegClose(hnd, mem_ctx, rok.out.key)) {
H A Dregdelete.c29 struct RegOpenKey rok; local
30 ZERO_STRUCT(rok);
32 rok.in.name = talloc_strdup(mem_ctx, tmp);
33 rok.in.access = REG_KEY_ALL;
35 if(!cac_RegOpenKey(hnd, mem_ctx, &rok)) {
36 fprintf(stderr, "Could not open key %s. Error %s\n", rok.in.name, nt_errstr(hnd->status));
45 rgv.in.key = rok.out.key;
65 rdv.in.parent_key = rok.out.key;
79 rdk.in.parent_key = rok.out.key;
93 cac_RegClose(hnd, mem_ctx, rok
[all...]
H A Dregvalenum.c55 struct RegOpenKey rok; local
56 ZERO_STRUCT(rok);
58 rok.in.parent_key = NULL;
59 rok.in.name = key_names[i];
60 rok.in.access = REG_KEY_ALL;
62 if(!cac_RegOpenKey(hnd, mem_ctx, &rok)) {
63 fprintf(stderr, "Could not open key %s\n Error: %s\n", rok.in.name, nt_errstr(hnd->status));
73 rev.in.key = rok.out.key;
92 if(!cac_RegClose(hnd, mem_ctx, rok.out.key)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libmsrpc/
H A Dcac_winreg.c341 struct RegOpenKey rok; local
357 ZERO_STRUCT( rok );
359 rok.in.name = op->in.key_name;
360 rok.in.access = op->in.access;
361 rok.in.parent_key = op->in.parent_key;
363 if ( cac_RegOpenKey( hnd, mem_ctx, &rok ) ) {
365 op->out.key = rok.out.key;
482 struct RegOpenKey rok; local
484 ZERO_STRUCT( rok );
486 rok
[all...]

Completed in 83 milliseconds