Searched refs:dom (Results 1 - 25 of 251) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Ddomain.h50 #define domain_val(dom,type) ((type) << (2*(dom)))
63 #define modify_domain(dom,type) \
67 domain &= ~domain_val(dom, DOMAIN_MANAGER); \
68 thread->cpu_domain = domain | domain_val(dom, type); \
74 #define modify_domain(dom,type) do { } while (0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Ddomain.h50 #define domain_val(dom,type) ((type) << (2*(dom)))
63 #define modify_domain(dom,type) \
67 domain &= ~domain_val(dom, DOMAIN_MANAGER); \
68 thread->cpu_domain = domain | domain_val(dom, type); \
74 #define modify_domain(dom,type) do { } while (0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Didmap.h53 NTSTATUS (*init)(struct idmap_domain *dom);
57 NTSTATUS (*unixids_to_sids)(struct idmap_domain *dom, struct id_map **ids);
61 NTSTATUS (*sids_to_unixids)(struct idmap_domain *dom, struct id_map **ids);
63 NTSTATUS (*set_mapping)(struct idmap_domain *dom, const struct id_map *map);
64 NTSTATUS (*remove_mapping)(struct idmap_domain *dom, const struct id_map *map);
68 NTSTATUS (*dump_data)(struct idmap_domain *dom, struct id_map **maps, int *num_maps);
71 NTSTATUS (*close_fn)(struct idmap_domain *dom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Didmap.h43 NTSTATUS (*init)(struct idmap_domain *dom, const char *params);
47 NTSTATUS (*unixids_to_sids)(struct idmap_domain *dom, struct id_map **ids);
51 NTSTATUS (*sids_to_unixids)(struct idmap_domain *dom, struct id_map **ids);
53 NTSTATUS (*set_mapping)(struct idmap_domain *dom, const struct id_map *map);
54 NTSTATUS (*remove_mapping)(struct idmap_domain *dom, const struct id_map *map);
58 NTSTATUS (*dump_data)(struct idmap_domain *dom, struct id_map **maps, int *num_maps);
61 NTSTATUS (*close_fn)(struct idmap_domain *dom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Didmap.h53 NTSTATUS (*init)(struct idmap_domain *dom);
57 NTSTATUS (*unixids_to_sids)(struct idmap_domain *dom, struct id_map **ids);
61 NTSTATUS (*sids_to_unixids)(struct idmap_domain *dom, struct id_map **ids);
63 NTSTATUS (*set_mapping)(struct idmap_domain *dom, const struct id_map *map);
64 NTSTATUS (*remove_mapping)(struct idmap_domain *dom, const struct id_map *map);
68 NTSTATUS (*dump_data)(struct idmap_domain *dom, struct id_map **maps, int *num_maps);
71 NTSTATUS (*close_fn)(struct idmap_domain *dom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Didmap.h43 NTSTATUS (*init)(struct idmap_domain *dom, const char *params);
47 NTSTATUS (*unixids_to_sids)(struct idmap_domain *dom, struct id_map **ids);
51 NTSTATUS (*sids_to_unixids)(struct idmap_domain *dom, struct id_map **ids);
53 NTSTATUS (*set_mapping)(struct idmap_domain *dom, const struct id_map *map);
54 NTSTATUS (*remove_mapping)(struct idmap_domain *dom, const struct id_map *map);
58 NTSTATUS (*dump_data)(struct idmap_domain *dom, struct id_map **maps, int *num_maps);
61 NTSTATUS (*close_fn)(struct idmap_domain *dom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Didmap.h43 NTSTATUS (*init)(struct idmap_domain *dom, const char *params);
47 NTSTATUS (*unixids_to_sids)(struct idmap_domain *dom, struct id_map **ids);
51 NTSTATUS (*sids_to_unixids)(struct idmap_domain *dom, struct id_map **ids);
53 NTSTATUS (*set_mapping)(struct idmap_domain *dom, const struct id_map *map);
54 NTSTATUS (*remove_mapping)(struct idmap_domain *dom, const struct id_map *map);
58 NTSTATUS (*dump_data)(struct idmap_domain *dom, struct id_map **maps, int *num_maps);
61 NTSTATUS (*close_fn)(struct idmap_domain *dom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Didmap.h53 NTSTATUS (*init)(struct idmap_domain *dom);
57 NTSTATUS (*unixids_to_sids)(struct idmap_domain *dom, struct id_map **ids);
61 NTSTATUS (*sids_to_unixids)(struct idmap_domain *dom, struct id_map **ids);
63 NTSTATUS (*set_mapping)(struct idmap_domain *dom, const struct id_map *map);
64 NTSTATUS (*remove_mapping)(struct idmap_domain *dom, const struct id_map *map);
68 NTSTATUS (*dump_data)(struct idmap_domain *dom, struct id_map **maps, int *num_maps);
71 NTSTATUS (*close_fn)(struct idmap_domain *dom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/rpcclient/
H A Dcmd_lsarpc.c51 fstrcpy(info->dom.level3_dom, "");
52 fstrcpy(info->dom.level5_dom, "");
53 ZERO_STRUCT(info->dom.level3_sid);
54 ZERO_STRUCT(info->dom.level5_sid);
70 &info->dom.lsa_info_pol, False) : False;
74 &info->dom.lsa_info_pol, 0x03,
75 info->dom.level3_dom,
76 &info->dom.level3_sid) : False;
80 &info->dom.lsa_info_pol, 0x05,
81 info->dom
[all...]
H A Dcmd_samr.c60 sid_to_string(sid, &info->dom.level5_sid);
61 fstrcpy(domain, info->dom.level5_dom);
128 sid_to_string(sid, &info->dom.level5_sid);
129 fstrcpy(domain, info->dom.level5_dom);
195 sid_to_string(sid, &info->dom.level5_sid);
196 fstrcpy(domain, info->dom.level5_dom);
260 &info->dom.samr_pol_connect) : False;
264 &info->dom.samr_pol_connect, admin_rid, &sid1,
265 &info->dom.samr_pol_open_domain) : False;
269 &info->dom
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/rpcclient/
H A Dcmd_lsarpc.c51 fstrcpy(info->dom.level3_dom, "");
52 fstrcpy(info->dom.level5_dom, "");
53 ZERO_STRUCT(info->dom.level3_sid);
54 ZERO_STRUCT(info->dom.level5_sid);
70 &info->dom.lsa_info_pol, False) : False;
74 &info->dom.lsa_info_pol, 0x03,
75 info->dom.level3_dom,
76 &info->dom.level3_sid) : False;
80 &info->dom.lsa_info_pol, 0x05,
81 info->dom
[all...]
H A Dcmd_samr.c60 sid_to_string(sid, &info->dom.level5_sid);
61 fstrcpy(domain, info->dom.level5_dom);
128 sid_to_string(sid, &info->dom.level5_sid);
129 fstrcpy(domain, info->dom.level5_dom);
195 sid_to_string(sid, &info->dom.level5_sid);
196 fstrcpy(domain, info->dom.level5_dom);
260 &info->dom.samr_pol_connect) : False;
264 &info->dom.samr_pol_connect, admin_rid, &sid1,
265 &info->dom.samr_pol_open_domain) : False;
269 &info->dom
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/rpcclient/
H A Dcmd_lsarpc.c51 fstrcpy(info->dom.level3_dom, "");
52 fstrcpy(info->dom.level5_dom, "");
53 ZERO_STRUCT(info->dom.level3_sid);
54 ZERO_STRUCT(info->dom.level5_sid);
70 &info->dom.lsa_info_pol, False) : False;
74 &info->dom.lsa_info_pol, 0x03,
75 info->dom.level3_dom,
76 &info->dom.level3_sid) : False;
80 &info->dom.lsa_info_pol, 0x05,
81 info->dom
[all...]
H A Dcmd_samr.c60 sid_to_string(sid, &info->dom.level5_sid);
61 fstrcpy(domain, info->dom.level5_dom);
128 sid_to_string(sid, &info->dom.level5_sid);
129 fstrcpy(domain, info->dom.level5_dom);
195 sid_to_string(sid, &info->dom.level5_sid);
196 fstrcpy(domain, info->dom.level5_dom);
260 &info->dom.samr_pol_connect) : False;
264 &info->dom.samr_pol_connect, admin_rid, &sid1,
265 &info->dom.samr_pol_open_domain) : False;
269 &info->dom
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Didmap.c200 static int close_domain_destructor(struct idmap_domain *dom) argument
204 ret = dom->methods->close_fn(dom);
206 DEBUG(3, ("Failed to close idmap domain [%s]!\n", dom->name));
271 struct idmap_domain *dom; local
363 dom = TALLOC_ZERO_P(idmap_ctx, struct idmap_domain);
364 IDMAP_CHECK_ALLOC(dom);
366 dom->name = talloc_strdup(dom, dom_list[i]);
367 IDMAP_CHECK_ALLOC(dom
809 struct idmap_domain *dom; local
848 struct idmap_domain *dom; local
908 struct idmap_domain *dom; local
928 struct idmap_domain *dom; local
1015 struct idmap_domain *dom; local
[all...]
H A Didmap_passdb.c32 static NTSTATUS idmap_pdb_init(struct idmap_domain *dom) argument
34 dom->initialized = True;
42 static NTSTATUS idmap_pdb_unixids_to_sids(struct idmap_domain *dom, struct id_map **ids) argument
46 if (! dom->initialized) {
78 static NTSTATUS idmap_pdb_sids_to_unixids(struct idmap_domain *dom, struct id_map **ids) argument
82 if (! dom->initialized) {
124 static NTSTATUS idmap_pdb_close(struct idmap_domain *dom) argument
H A Didmap_rid.c40 static NTSTATUS idmap_rid_initialize(struct idmap_domain *dom) argument
51 if ( (ctx = TALLOC_ZERO_P(dom, struct idmap_rid_context)) == NULL ) {
56 config_option = talloc_asprintf(ctx, "idmap config %s", dom->name);
96 ctx->domain_name = talloc_strdup( ctx, dom->name );
98 dom->private_data = ctx;
99 dom->initialized = True;
168 static NTSTATUS idmap_rid_unixids_to_sids(struct idmap_domain *dom, struct id_map **ids) argument
176 if ( ! dom->initialized) {
177 ret = idmap_rid_initialize(dom);
183 ridctx = talloc_get_type(dom
210 idmap_rid_sids_to_unixids(struct idmap_domain *dom, struct id_map **ids) argument
249 idmap_rid_close(struct idmap_domain *dom) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Didmap.c200 static int close_domain_destructor(struct idmap_domain *dom) argument
204 ret = dom->methods->close_fn(dom);
206 DEBUG(3, ("Failed to close idmap domain [%s]!\n", dom->name));
271 struct idmap_domain *dom; local
363 dom = TALLOC_ZERO_P(idmap_ctx, struct idmap_domain);
364 IDMAP_CHECK_ALLOC(dom);
366 dom->name = talloc_strdup(dom, dom_list[i]);
367 IDMAP_CHECK_ALLOC(dom
809 struct idmap_domain *dom; local
848 struct idmap_domain *dom; local
908 struct idmap_domain *dom; local
928 struct idmap_domain *dom; local
1015 struct idmap_domain *dom; local
[all...]
H A Didmap_passdb.c32 static NTSTATUS idmap_pdb_init(struct idmap_domain *dom) argument
34 dom->initialized = True;
42 static NTSTATUS idmap_pdb_unixids_to_sids(struct idmap_domain *dom, struct id_map **ids) argument
46 if (! dom->initialized) {
78 static NTSTATUS idmap_pdb_sids_to_unixids(struct idmap_domain *dom, struct id_map **ids) argument
82 if (! dom->initialized) {
124 static NTSTATUS idmap_pdb_close(struct idmap_domain *dom) argument
H A Didmap_rid.c40 static NTSTATUS idmap_rid_initialize(struct idmap_domain *dom) argument
51 if ( (ctx = TALLOC_ZERO_P(dom, struct idmap_rid_context)) == NULL ) {
56 config_option = talloc_asprintf(ctx, "idmap config %s", dom->name);
96 ctx->domain_name = talloc_strdup( ctx, dom->name );
98 dom->private_data = ctx;
99 dom->initialized = True;
168 static NTSTATUS idmap_rid_unixids_to_sids(struct idmap_domain *dom, struct id_map **ids) argument
176 if ( ! dom->initialized) {
177 ret = idmap_rid_initialize(dom);
183 ridctx = talloc_get_type(dom
210 idmap_rid_sids_to_unixids(struct idmap_domain *dom, struct id_map **ids) argument
249 idmap_rid_close(struct idmap_domain *dom) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Didmap.c200 static int close_domain_destructor(struct idmap_domain *dom) argument
204 ret = dom->methods->close_fn(dom);
206 DEBUG(3, ("Failed to close idmap domain [%s]!\n", dom->name));
271 struct idmap_domain *dom; local
363 dom = TALLOC_ZERO_P(idmap_ctx, struct idmap_domain);
364 IDMAP_CHECK_ALLOC(dom);
366 dom->name = talloc_strdup(dom, dom_list[i]);
367 IDMAP_CHECK_ALLOC(dom
809 struct idmap_domain *dom; local
848 struct idmap_domain *dom; local
908 struct idmap_domain *dom; local
928 struct idmap_domain *dom; local
1015 struct idmap_domain *dom; local
[all...]
H A Didmap_passdb.c32 static NTSTATUS idmap_pdb_init(struct idmap_domain *dom) argument
34 dom->initialized = True;
42 static NTSTATUS idmap_pdb_unixids_to_sids(struct idmap_domain *dom, struct id_map **ids) argument
46 if (! dom->initialized) {
78 static NTSTATUS idmap_pdb_sids_to_unixids(struct idmap_domain *dom, struct id_map **ids) argument
82 if (! dom->initialized) {
124 static NTSTATUS idmap_pdb_close(struct idmap_domain *dom) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dnet_rpc_audit.c76 LSA_INFO_CTR dom; local
103 &dom);
109 for (i=0; i < dom.info.id2.count1; i++) {
117 val = audit_policy_str(mem_ctx, dom.info.id2.auditsettings[i]);
143 LSA_INFO_CTR dom; local
184 &dom);
190 dom.info.id2.auditsettings[audit_category] = audit_policy;
194 dom);
201 &dom);
204 const char *val = audit_policy_str(mem_ctx, dom
225 LSA_INFO_CTR dom; local
304 LSA_INFO_CTR dom; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dnet_rpc_audit.c76 LSA_INFO_CTR dom; local
103 &dom);
109 for (i=0; i < dom.info.id2.count1; i++) {
117 val = audit_policy_str(mem_ctx, dom.info.id2.auditsettings[i]);
143 LSA_INFO_CTR dom; local
184 &dom);
190 dom.info.id2.auditsettings[audit_category] = audit_policy;
194 dom);
201 &dom);
204 const char *val = audit_policy_str(mem_ctx, dom
225 LSA_INFO_CTR dom; local
304 LSA_INFO_CTR dom; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dnet_rpc_audit.c76 LSA_INFO_CTR dom; local
103 &dom);
109 for (i=0; i < dom.info.id2.count1; i++) {
117 val = audit_policy_str(mem_ctx, dom.info.id2.auditsettings[i]);
143 LSA_INFO_CTR dom; local
184 &dom);
190 dom.info.id2.auditsettings[audit_category] = audit_policy;
194 dom);
201 &dom);
204 const char *val = audit_policy_str(mem_ctx, dom
225 LSA_INFO_CTR dom; local
304 LSA_INFO_CTR dom; local
[all...]

Completed in 232 milliseconds

1234567891011