Searched refs:role (Results 1 - 25 of 53) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dselinux_common.c11 char *user, char *role, char *type, char *range)
23 if (role && context_role_set(con, role))
10 set_security_context_component(security_context_t cur_context, char *user, char *role, char *type, char *range) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxlink.c124 xmlChar *type = NULL, *role = NULL; local
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
155 if (role != NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
167 if (xmlStrEqual(role, buf))
178 if (role != NULL) xmlFree(role);
H A Dxlink.in.h27 * then the link detection layer will expand role="foo:myrole"
76 * @role: the role string
85 const xlinkRole role,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxlink.c124 xmlChar *type = NULL, *role = NULL; local
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
155 if (role != NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
167 if (xmlStrEqual(role, buf))
178 if (role != NULL) xmlFree(role);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/selinux/
H A Druncon.c3 * ( [ -c ] [ -r role ] [-t type] [ -u user ] [ -l levelrange ] )
8 * -r role : use the current context with the specified role
20 * 2 - role:type
21 * 3 Y role:type:range
22 * 3 N user:role:type
23 * 4 Y user:role:type:range
35 static context_t runcon_compute_new_context(char *user, char *role, char *type, char *range, argument
65 if (role && context_role_set(con, role))
93 char *role = NULL; local
[all...]
H A Dchcon.c26 static char *role = NULL; variable
57 user, role, type, range);
115 "role\0" Required_argument "r"
140 &user, &role, &type, &range, &reference_file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxlink.c124 xmlChar *type = NULL, *role = NULL; local
154 role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
155 if (role != NULL) {
160 if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset"))
167 if (xmlStrEqual(role, buf))
178 if (role != NULL) xmlFree(role);
H A Dxlink.in.h27 * then the link detection layer will expand role="foo:myrole"
76 * @role: the role string
85 const xlinkRole role,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils.c157 int role; local
165 for(role = ROLE_START; role <= ROLE_LAST; role++)
167 MAYBEFREE(psong->contributor[role]);
168 MAYBEFREE(psong->contributor_sort[role]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils.c157 int role; local
165 for(role = ROLE_START; role <= ROLE_LAST; role++)
167 MAYBEFREE(psong->contributor[role]);
168 MAYBEFREE(psong->contributor_sort[role]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils.c158 int role; local
166 for(role = ROLE_START; role <= ROLE_LAST; role++)
168 MAYBEFREE(psong->contributor[role]);
169 MAYBEFREE(psong->contributor_sort[role]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dcontext.h24 * identity, a role, a type and a MLS range.
28 u32 role; member in struct:context
110 dst->role = src->role;
117 c->user = c->role = c->type = 0;
124 (c1->role == c2->role) &&
H A Dservices.c146 val1 = scontext->role;
147 val2 = tcontext->role;
248 val1 = c->role;
373 * role is changing, then check the (current_role, new_role)
378 scontext->role != tcontext->role) {
380 if (scontext->role == ra->role &&
381 tcontext->role == ra->new_role)
565 *scontext_len += strlen(policydb.p_role_val_to_name[context->role
660 struct role_datum *role; local
1198 struct role_datum *role; local
1590 struct role_datum *role; local
[all...]
H A Dpolicydb.c121 * Initialize the role table.
127 struct role_datum *role; local
129 role = kzalloc(sizeof(*role), GFP_KERNEL);
130 if (!role) {
134 role->value = ++p->p_roles.nprim;
135 if (role->value != OBJECT_R_VAL) {
145 rc = hashtab_insert(p->p_roles.table, key, role);
154 kfree(role);
204 * of a class, role, o
237 struct role_datum *role; local
516 struct role_datum *role; local
716 struct role_datum *role; local
1134 struct role_datum *role; local
[all...]
H A Dpolicydb.h63 u32 value; /* internal role value */
64 struct ebitmap dominates; /* set of roles dominated by this role */
65 struct ebitmap types; /* set of authorized types for role */
69 u32 role; /* current role */ member in struct:role_trans
71 u32 new_role; /* new role */
76 u32 role; /* current role */ member in struct:role_allow
77 u32 new_role; /* new role */
208 /* class, role, an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dnvparse.h94 * bool get_wds_wsec(int unit, int which, char *mac, char *role,
97 extern bool get_wds_wsec(int unit, int which, char *mac, char *role,
99 extern bool set_wds_wsec(int unit, int which, char *mac, char *role,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep065script.tcl18 # role: master or client
93 proc rep065scr_starttest { role oplist envid msgdir mydir allids markerfile } {
109 if { $role == "MASTER" } {
121 } elseif { $role == "CLIENT" } {
134 puts "FAIL: unrecognized replication role $role"
193 proc rep065scr_msgs { role envid msgdir mydir allids markerfile } {
221 if { $role == "MASTER" } {
229 } elseif { $role == "CLIENT" } {
238 puts "FAIL: unrecognized replication role
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dbnep.h123 __u16 role; member in struct:bnep_connadd_req
134 __u16 role; member in struct:bnep_conninfo
159 unsigned int role; member in struct:bnep_session
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxlink.h27 * then the link detection layer will expand role="foo:myrole"
76 * @role: the role string
85 const xlinkRole role,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dmmu.c579 if (page->gfn == gfn && !page->role.metaphysical) {
580 pgprintk("%s: found role %x\n",
581 __FUNCTION__, page->role.word);
595 union kvm_mmu_page_role role; local
602 role.word = 0;
603 role.glevels = vcpu->mmu.root_level;
604 role.level = level;
605 role.metaphysical = metaphysical;
606 role.hugepage_access = hugepage_access;
610 role
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dntlmssp.h75 enum NTLMSSP_ROLE role; member in struct:ntlmssp_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dntlmssp.c41 enum NTLMSSP_ROLE role; member in struct:ntlmssp_callbacks
232 switch (ntlmssp_state->role) {
257 if (ntlmssp_callbacks[i].role == ntlmssp_state->role
264 ntlmssp_state->role, ntlmssp_command));
294 * Determine correct target name flags for reply, given server role
796 (*ntlmssp_state)->role = NTLMSSP_SERVER;
1105 (*ntlmssp_state)->role = NTLMSSP_CLIENT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx.h242 * the initiator role to allow multi-scsi-id target mode
244 * ID as our initiator role if we allow initiator operation.
368 * As initialized by the host driver for the initiator role, this area
372 * For the target role, the contents of this area do not change, but
373 * still serve a different purpose than for the initiator role. See
709 * for each initiator<->target mapping. For the initiator role we pretend
711 * negotiation is the same regardless of role.
1107 role_t role; /* member in struct:ahc_devinfo
1164 u_int tag, role_t role);
1203 role_t role, uint32_
[all...]
H A Daic7xxx_core.c156 role_t role);
697 if (devinfo.role == ROLE_INITIATOR) {
1639 u_int *period, u_int *ppr_options, role_t role)
1668 if (role == ROLE_TARGET)
1792 u_int *offset, int wide, role_t role)
1809 if (role == ROLE_TARGET)
1822 u_int *bus_width, role_t role)
1837 if (role == ROLE_TARGET)
2174 role_t role; local
2178 role
1637 ahc_devlimited_syncrate(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
1789 ahc_validate_offset(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, struct ahc_syncrate *syncrate, u_int *offset, int wide, role_t role) argument
1821 ahc_validate_width(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
2221 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
2246 role_t role; local
5147 ahc_match_scb(struct ahc_softc *ahc, struct scb *scb, int target, char channel, int lun, u_int tag, role_t role) argument
5254 ahc_search_qinfifo(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahc_search_action action) argument
5724 ahc_abort_scbs(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dhci.h319 __u8 role; member in struct:hci_cp_accept_conn_req
430 __u8 role; member in struct:hci_rp_role_discovery
446 __u8 role; member in struct:hci_cp_switch_role
598 __u8 role; member in struct:hci_ev_role_change

Completed in 149 milliseconds

123